Re[4]: saving in mysql

2001-07-09 Thread Werner Stuerenburg
What do you send to MySQL? $query is just a string. Sie schrieben am Montag, 9. Juli 2001, 12:45:48: MySQL pops out a error message - "unable to save result set in example.php on line xxx" but the data gets put inside the database anyway... Why should php try to save something into a file?

Re: Re[4]: saving in mysql

2001-07-09 Thread Stink
What do you send to MySQL? $query is just a string. well i send to you only a part of code, here is complete example of it: [the login stuff] $zapytanie = "INSERT INTO aktualnosci SET tytul='$tytul', przemd='$przemd', przeml='$przeml', przemm='$przemm', polska='$polska', swiat='$swiat',

Re: Re[4]: saving in mysql

2001-07-09 Thread Rolf Hopkins
list of values enclosed by brackets. Please RTFM. - Original Message - From: "Stink" [EMAIL PROTECTED] To: "Werner Stuerenburg" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, July 09, 2001 19:31 Subject: Re: Re[4]: saving in mysql What do you send to M