This is a discussion on bug in php 4.3? within the PHP Language forums, part of the PHP Programming Forums category; Assuming that $local_link is a mysql_pconnect resource mysql_query($sqlquery,$local_link) wont work but mysql_query($sqlquery, $local_link) does (note the space ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 27-Jan-2004, kaptain kernel <nospam@nospam.gov> wrote: > Assuming that $local_link is a mysql_pconnect resource > > mysql_query($sqlquery,$local_link) > > wont work > > but > > mysql_query($sqlquery, $local_link) > > does (note the space before $local_link). > > Is this a bug? It would be, but I can't reproduce it. What kind of "wont work" are you getting? I assume it's a syntax error or warning. Post the actual code and the message. -- Tom Thackrey www.creative-light.com tom (at) creative (dash) light (dot) com do NOT send email to jamesbutler@willglen.net (it's reserved for spammers) |