Hello,

"pig pig" <[EMAIL PROTECTED]> wrote:

> function Order_action($sAction)
> {
>   global $db;
>   global $sForm;
>   global $sOrderErr;
>
>   $sParams = "";
>   $sActionFileName = "ShoppingCart.php?";
>
>  do some error checking
>

...[snip]...

I'm not sure but this could be because of some errors being reported. (Thus,
"headers already sent" message...) Try turning off "error reporting" in your
php.ini (temporarily), restart your web server, and try the script again.

If it works, put everything back (in php.ini, I mean) and get rid of any
"bug" that is causing the error...

- E


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to