[PHP-WIN] Re: PHP Search DB Table

2010-12-14 Thread David Robley
ot;"; > ?> > > I know the form is connecting an retrieving okay because if I change the > WHERE client id = '' to a specific number of a client ID in the database > then it comes back with that information, so essentially it is not pulling > through the numbers ent

[PHP-WIN] Re: results of mysql_fetch are returning the incorrect records

2002-08-13 Thread David Robley
#x27;) order by pic_ind, name, company_no > > It seems like it is ignoring the last condition, name = 'Gil Bryan' or > contact = 'Gil Bryan'). Any help is greatly appreciated. > > } > > return $rows; > } First, I'd suggest echoing $sql just before you send it to mysql to ensure that what you hope is there is actually there. Also, what are you returning from your function? Or how are you using the data gathered from your tables? -- David Robley Temporary Kiwi! Quod subigo farinam -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: snmp / php / linux /error

2002-07-18 Thread David Robley
06.1.2.11.0"); > echo $bat; > ?> > > Then I start it with php snmp_guard.php > > All I get is > > Call to undefeind funcion snmpget() > > WHY?? That error is usually an indication that the particular resource hasn't been included when php was compiled. Us