Re: addslashes to mysql read


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Robert G Laurin on June 21, 2020 at 12:14:02:

In Reply to: addslashes to mysql read posted by JEFFREY HARDING on June 19, 2020 at 15:42:24:

The proper usage says the MySQL field names should be identified using grave accents like:

select `my_field`, `my_or` from `my_db`.`my_file` where `my_other_field` > 'Search Value';

Notice MySQL field names are using `` (grave) and text is using '' (quote)


You can contact me if you need any help with MySQL & Comet. Used it a lot.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]