
July 4th, 2000, 11:00 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by scream:
Please take a look at http://www.screamingv.com/php/moreinfo.html and submit the form. This php script was constructed from a tutorial on DevShed. Everything works fine, emails are sent, and the information is added to the datbase as it is supposed to be. However, mysql gives this error:
Warning: MySQL: Unable to save result set in /home/screamingv/public_html/php/email.php on line 52
Line 52 is:
$result = MYSQL_QUERY($query);
Any insight into this problem would be much appreciated!
[/quote]
The only time I've ever seen that error, was when I had my variable name wrong, for example I had used $result, and then
when I referenced that via
mysql_query() I entered as "$results"
like so
$result = "";
$output = mysql_query($results);
------------------
SnR Graphics,
Low Cost Hosting and Web Development.
|