Announcement

Collapse
No announcement yet.

How do I use single quotes in the text boxes?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do I use single quotes in the text boxes?

    Hello friends,
    I am using php script to send text data to a MySql database. Everything is working good but I am unable to use single quotes in the text boxes. What statement needs to be made in my script?
    Thank you.


    _____________________
    Call Center Software

    IP PBX

  • #2
    addslashes($variable);

    Comment

    Working...
    X