Shawn
Remove the close bracket after mysql_error()
print(mysql_errno() . ": " . mysql_error()) . "\n");
should be
print(mysql_errno() . ": " . mysql_error() . "\n");
Earl Wyllie
> From: "Shawn" <[EMAIL PROTECTED]>
> Reply-To: "FreeTrade" <[EMAIL PROTECTED]>
> Date: Sat, 5 Aug 2000 14:46:33 -0400
> To: "FreeTrade" <[EMAIL PROTECTED]>
> Subject: [FreeTrade] Parse Errors
>
> HELP;
> All of a sudden I am getting the following error message.
>
> Parse error: parse error in
> D:/Xitami/webpages/php/front-to-back//modules/actions/CREATE_INVOICE on line
> 29
>
> That line is this:
> print(mysql_errno() . ": " . mysql_error()) . "\n");
>
> If I comment this line out it works until the next "print(mysql_errno() . ":
> " . mysql_error()) . "\n");
> " line.
>
> I have no idea what I did wrong, all I did was change the "Name" field in
> the "Item" table to "Title", I have gone over every file and made the needed
> changes. But is still doesn't work. Is there any way to get more error
> info on ewhat is causing this?
>
> Shawn
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Site: http://www.working-dogs.com/freetrade/
> Problems?: [EMAIL PROTECTED]
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]