I need help with the warnings...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
skull cowboy
Forum Newbie
Posts: 14
Joined: Tue Jan 21, 2003 3:04 am

I need help with the warnings...

Post by skull cowboy »

HI all,

I'm programing in PHP with ORACLE8i, when i made a sql consult, and the sentence is not correct, then the server show me a warning. I only want to eliminate this message. someone can tell me how i can eliminate that?

Thanks in advance.

Best Regards.
Tubbietoeter
Forum Contributor
Posts: 149
Joined: Fri Mar 14, 2003 2:41 am
Location: Germany

Post by Tubbietoeter »

put an "@" before the oracle functions then sql is silent
skull cowboy
Forum Newbie
Posts: 14
Joined: Tue Jan 21, 2003 3:04 am

Post by skull cowboy »

thanks,

your advice was very useful.

best regards.
Post Reply