i have a query:
mysql_query("update members set ........ where '$edit[company]'='$company")

anyways there are 2 sources using this query.. one that needs the
$edit[company] marker and another one that uses a $company marker.. any way
i can make that 1 query deal with both sources?

and i also having a problem with case sensitive searches and query problems
with it also... just wondering how you tell the variables contents on
comparing in the where clause of the query to be case sensitive...?

'


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.458 / Virus Database: 257 - Release Date: 2/24/2003


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

Reply via email to