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
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