The forum operates in read-only mode. Please head to StackOverflow for support.
$query = "INSERT INTO taff (spec, continent, country, type, name, date, value1, descr, value2, value3, value4, notes, dopl) VALUES ( '".$spec."', '".$continent."', '".$country."', '".$type."', '".$name."', '".$date."', '".$value1."', '".$descr."', '.$value2.', '.$value3.', '.$value4.', '.$notes.', '.$dopl.');";
mysql> INSERT INTO excursion (spec, con es, price, notinc, notes, dopl) VALUES ' '> '> ggg '> ', ' '> '> ggg '> ', 123, ' '> '> ggg '> ', ' '> '> ggg '> ', ' '> '> ggg '> ');
Re: I'm trying to pass the textfields values to php
Gets printed to me as:
INSERT INTO taff (spec, continent, country, type, name, date, value1, descr, value2,
value3, value4, notes, dopl) VALUES ( '1', 'taff', 'taff', 'taff', 'taff', 'taff', 'taff', '
ggg
', '.
ggg
.', '.123.', '.
ggg
.', '.
ggg
.', '.
ggg
.');
Re: I'm trying to pass the textfields values to php
the ' shouldn't be in front of the > prompt sign, should it? What do I do to get rid of these returns?
Re: I'm trying to pass the textfields values to php
Re: I'm trying to pass the textfields values to php