[PHP-DB] Optimizing Tables

2007-04-01 Thread Anna V
Hello group, I just have a quick question for you all. Here is it... Is it advisable to run optimize table after each deletion of a record? Thanks in advance, Anna Vester

Re: [PHP-DB] Optimizing Tables

2007-04-01 Thread Anna V
On 4/1/07, Bastien Koert [EMAIL PROTECTED] wrote: I would say no, due to the overhead. What I would recommned is setting that up as a cron task and running it on a scheduled basis, usually when the server is liightly loaded. Monitor the server and pick an optimal time. This is the same for all

Re: [PHP-DB] Re: Showing various result from a mysql query

2005-10-05 Thread annA
is more likely in the actionscript. hth, anna --- Micah Stevens wrote: Yes, that sounds correct, when flash requests the page directly, it will realize it's URLEncoded (or should) and read the variables correctly. Your browser

Re: [PHP-DB] Re: Showing various result from a mysql query

2005-10-05 Thread annA
of being adapted for Flash. Not too far to go now... anNa Juan Stiller wrote: Hi Anna: I feel kinda stupid, asking the same thing more than twice, but should i add: ?php Header(Content-type:application/x-www-urlform-encoded); ? On the php script? or on the as code of the animation?? Thanks

[PHP-DB] Re: Showing various result from a mysql query

2005-10-03 Thread annA
Hi Juan, I haven't read the list for a 'few' days so I'm sorry if you've been sweating over this, but if you haven't yet solved it then make sure you send a Header(Content-type: application/x-www-urlform-encoded); before your echo $rString; annA

Re: [PHP-DB] Duplicate record

2005-08-03 Thread annA
anti-hacker side benefits. anNa From: Hallvard [EMAIL PROTECTED] To: php-db@lists.php.net Date: Sat, 30 Jul 2005 12:17:16 +0200 Subject: Duplicate record I have a page that posts data from a form to a mysql database. The problem is that if the user hits the reload button on the browser

RE: [PHP-DB] MYSQL Maximum Time Exceeded

2004-12-16 Thread aNNa
This not be what you need, but I think there are some squiggle brackets missing. The curly brackets aren't the problem as they're not needed for just one statement. Examples at: http://www.php.net/manual/en/language.control-structures.php#control-structures.if anna -- PHP Database Mailing

Re: [PHP-DB] PHP-HTML-select deny

2004-12-13 Thread aNNa
visitor sees is the text but the player will only give the blank frame for printing. Of course there's still the Print Screen button... ;) Sorry this is getting OT, extreme requirements lead to odd solutions... anna this bit of .css @media print { body { display: none

RE: [PHP-DB] PHP-HTML-select deny

2004-12-01 Thread aNNa
or a text file via php (or other server side language), or directly from a text file (but beware of the text file being directly accessible to a browser). It's crackable but depends on whether it's worth the effort. Overkill? Quite probably! anna -- PHP Database Mailing List (http://www.php.net