Help for this page

Select Code to Download


  1. or download this
    SELECT name country gender FROM tbl_U WHERE location = ?
    
  2. or download this
    {
    "info": "\t\t\t\t\t\t  \n<p>John UK Male</p> \n<p>Kieth UK Male</p>"
    ...
    
  3. or download this
    $json_msg .= <<HTML;                          
    <p>$name $country $gender</p>
    HTML