I set it up so that I check the query for errors, and there are none. It is
pretty random - sometimes the page works, and sometimes it doesn't, for no
apparent reason. I haven't changed anything on the database side.
Thanks.
"Jason Wong" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECT
On Sunday 31 March 2002 02:02, Brian Waskiewicz wrote:
> My page works fine from other computers - it just doesn't work from mine.
> I think it could be that the page is caching and IE6 isn't getting a new
> copy. How can I prevent it frlom caching? I've tried clearing my history,
> but I still g
My page works fine from other computers - it just doesn't work from mine. I
think it could be that the page is caching and IE6 isn't getting a new copy.
How can I prevent it frlom caching? I've tried clearing my history, but I
still get the error.
Thanks.
"Rasmus Lerdorf" <[EMAIL PROTECTED]> wr
Always always always check your queries for errors before trying to use
the result set.
ie.
$result = mysql_query($sql) or die(mysql_error());
(assuming you want a query failure to be a fatal error)
-Rasmus
On Sat, 30 Mar 2002, Brian Waskiewicz wrote:
> Can anyone tell me what is causing t
Can anyone tell me what is causing the following error:
Warning: Supplied argument is not a valid MySQL result resource in
/ip/sums/www/test/admin/mailing_list.phtml on line 123
The page will work fine one time, then I'll come back later and get the
error. I won't change anything, but the page
5 matches
Mail list logo