[PHP] my query results won't clear! :(

2001-05-12 Thread sunny hundal
i'm running a select query on a table, using php of course, and i have a form right underneath it which has similar names to the information in selected in the query above. yet despite using mysql_free_results before my form starts, it still keeps the last result of the query 1 in memory :( are

[PHP] my query results won't clear!! :(

2001-05-14 Thread Sandeep Hundal
i'm running a select query on a table, and ihave a form right underneath it, with similar names to the information selected in the query above. yet despite using mysql_free_results before my form starts, it still keeps the last result of the query 1 in memory :( are there any solutions?? thanks

RE: [PHP] my query results won't clear!! :(

2001-05-14 Thread Mark Roedel
> -Original Message- > From: Sandeep Hundal [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 14, 2001 3:21 AM > To: [EMAIL PROTECTED] > Subject: [PHP] my query results won't clear!! :( > > > i'm running a select query on a table, and ihave a form right &

RE: [PHP] my query results won't clear!! :(

2001-05-14 Thread Sandeep Hundal
damn, yeah thats my problem. how do i clear out all variables then?? thanks! /sunny -Original Message- From: Mark Roedel [mailto:[EMAIL PROTECTED]] Sent: 14 May 2001 14:56 To: Sandeep Hundal; [EMAIL PROTECTED] Subject: RE: [PHP] my query results won't clear!! :( > -

RE: [PHP] my query results won't clear!! :(

2001-05-14 Thread Mark Roedel
> -Original Message- > From: Sandeep Hundal [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 14, 2001 9:13 AM > To: Mark Roedel; Sandeep Hundal; [EMAIL PROTECTED] > Subject: RE: [PHP] my query results won't clear!! :( > > > damn, yeah thats my problem. how