/ Published in: PHP
to use apostrophs in the field values
i.e. st john's
i.e. st john's
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//$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");