Return to Snippet

Revision: 3544
at August 10, 2007 04:06 by valcartei


Initial Code
//$this->parseField(field_name,$var_value)

return $Database->openQuery("SELECT * FROM {$this->TableName} WHERE event_venue LIKE '".$this->parseField("venue_name",$venue_name)."' ORDER BY event_name");

Initial URL


Initial Description
to use apostrophs in the field values 
i.e. st john's

Initial Title
parse msql fields -  ATL library

Initial Tags
mysql

Initial Language
PHP