Click here to Skip to main content
15,885,365 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
GeneralRe: How to redirect ? Pin
udch20-Feb-10 7:00
udch20-Feb-10 7:00 
Questionhelp me translate site german to english Pin
ariodoni19-Feb-10 22:45
ariodoni19-Feb-10 22:45 
AnswerRe: help me translate site german to english Pin
abushahin23-Feb-10 13:09
abushahin23-Feb-10 13:09 
QuestionProblem with double quote Pin
sarang_k15-Feb-10 19:08
sarang_k15-Feb-10 19:08 
AnswerRe: Problem with double quote Pin
Graham Breach15-Feb-10 21:21
Graham Breach15-Feb-10 21:21 
QuestionPostback in php Pin
sarang_k15-Feb-10 0:24
sarang_k15-Feb-10 0:24 
AnswerRe: Postback in php Pin
EliottA15-Feb-10 2:41
EliottA15-Feb-10 2:41 
AnswerRe: Postback in php Pin
DmiNi17-Feb-10 6:30
DmiNi17-Feb-10 6:30 
here is an example that I found in php tutorials

<br />
< ? php<br />
<br />
require_once( "icepay.php" );<br />
$icepay = new ICEPAY( 10000, "ABcdEFgHIJklmNOPQrSTUvwXyZ" );<br />
if ( $icepay->;OnPostback() )<br />
{<br />
	$data = $icepay->;GetPostback();<br />
	switch ( strtoupper($data->status) )<br />
	{<br />
		case "OK": // Successful payment<br />
			break;<br />
		case "OPEN": // Payment is not yet completed<br />
			break;<br />
		case "ERR": // Error happened<br />
			break;<br />
		case "REFUND": // Merchant did a refund<br />
			break;<br />
		case "CBACK": // Charge back by end-user<br />
			break;<br />
	}<br />
}<br />
<br />
?>      <br />
<br />

Questionhow to change PHP code Pin
wartotojas13-Feb-10 9:57
wartotojas13-Feb-10 9:57 
AnswerRe: how to change PHP code Pin
Hesham Amin13-Feb-10 21:19
Hesham Amin13-Feb-10 21:19 
GeneralRe: how to change PHP code Pin
wartotojas14-Feb-10 3:25
wartotojas14-Feb-10 3:25 
GeneralRe: how to change PHP code Pin
fly90418-Feb-10 1:30
fly90418-Feb-10 1:30 
GeneralRe: how to change PHP code Pin
wartotojas18-Feb-10 5:52
wartotojas18-Feb-10 5:52 
Questiondevice drivers Pin
ushadv13-Feb-10 4:58
ushadv13-Feb-10 4:58 
AnswerRe: device drivers Pin
Richard MacCutchan13-Feb-10 7:42
mveRichard MacCutchan13-Feb-10 7:42 
AnswerRe: device drivers Pin
markkuk13-Feb-10 11:38
markkuk13-Feb-10 11:38 
Questionhow to open .zip file in php Pin
udch3-Feb-10 7:24
udch3-Feb-10 7:24 
AnswerRe: how to open .zip file in php Pin
Luc Pattyn3-Feb-10 7:29
sitebuilderLuc Pattyn3-Feb-10 7:29 
GeneralRe: how to open .zip file in php Pin
Smithers-Jones5-Feb-10 2:55
Smithers-Jones5-Feb-10 2:55 
QuestionJavascript Menu inside <table> tag</table> Pin
chandni patel2-Feb-10 23:35
chandni patel2-Feb-10 23:35 
AnswerRe: Javascript Menu inside tag Pin
Sujan Dhakal3-Feb-10 2:13
Sujan Dhakal3-Feb-10 2:13 
AnswerRe: Javascript Menu inside tag Pin
cjoki4-Feb-10 7:44
cjoki4-Feb-10 7:44 
Questiongive me some advise for my linxu road! [modified] Pin
wbgxx31-Jan-10 6:36
wbgxx31-Jan-10 6:36 
AnswerRe: give me some advise for my linxu road! Pin
HimanshuJoshi16-Feb-10 2:03
HimanshuJoshi16-Feb-10 2:03 
JokeRe: give me some advise for my linxu road! PinPopular
Richard MacCutchan16-Feb-10 2:45
mveRichard MacCutchan16-Feb-10 2:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.