Re: [PHP] PHP and MySQL insert problem

2001-04-02 Thread Richard Lynch
t; <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Sunday, March 25, 2001 6:36 PM Subject: [PHP] PHP and MySQL insert problem > Can any one help me with the following problem? > > I have a very simple query: > > ... > $sql="insert into tt (a, b) values ('1',

[PHP] PHP and MySQL insert problem

2001-03-25 Thread Pinwang Chao
Can any one help me with the following problem? I have a very simple query: ... $sql="insert into tt (a, b) values ('1', '2')"; $result=mysql_query($sql); ... I always got the following error message when I run it from my browser. Warning: MySQL: Unable to save result set in /usr/local/apach