Re: [PHP-DB] Re: php-db foreign key

2011-08-10 Thread Karl DeSaulniers
On Aug 9, 2011, at 3:41 PM, Peter Lind wrote: On 9 August 2011 22:38, Chris Stinemetz chrisstinem...@gmail.com wrote: Yes, debug your code and figure out why it's looping twice instead. For instance, try the other query in the mysql console. Thank you! It was the first query. I put a

Re: [PHP-DB] Re: clues to cache-like behavior

2011-08-10 Thread Jim Giner
With IE, a refresh is F5 or even better, ctrl-F5. Should always get the latest updates. Or you could add: header(Cache-Control: no-cache); at the beginning of your php code. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Re: clues to cache-like behavior

2011-08-10 Thread Donovan Brooke
Jim Giner wrote: With IE, a refresh is F5 or even better, ctrl-F5. Should always get the latest updates. Or you could add: header(Cache-Control: no-cache); at the beginning of your php code. Well, that works! :-/ (I'm embarrassed to say) For some reason I over-thought that one. Thx,

Re: [PHP-DB] Re: clues to cache-like behavior

2011-08-10 Thread Jim Giner
HTH! One thing - you should remove it after doing your development so that users can take advantage of caching on their systems. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php