> 
> I have built a shopping cart and have made connection to an Internet 
> payment company.  Now once transaction is processed they want from my 
> confirmation page to receive an "[OK]".  How can I do this with php3/4?
> 
> Response.Write"[OK]" is what ASP uses, I think???

try 

echo "<script>alert('OK')</script>";

I think this is the same thing

M@

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to