Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with adding record in MYSQL 1

Status
Not open for further replies.

TanTrazz

Programmer
Joined
Aug 18, 2001
Messages
54
Location
NL
Hi all,

I've made a page where i can add records in a mySQL database. The problem is to add a height:

Height: 5'4"

The problem is the '
it wont add the record. in a query i found this :

INSERT INTO bla VALUES ('5\'3"');

how do get the \ in my query??

Tnx TanTrazz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top