We Recommend

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.


Posted By

valcartei on 08/10/07


Tagged

mysql library ATL


Versions (?)


parse msql fields - ATL library


Published in: PHP 


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

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

Report this snippet 

You need to login to post a comment.