Re: [PHP-DB] new guy with stupid question

2006-01-20 Thread Aaron Koning
$date = $month.-.$day.-.$year; $query = INSERT INTO sometable (date) VALUES ('$date');; Hope this works for you, Aaron On 1/20/06, Lonny [EMAIL PROTECTED] wrote: Hello, I am new to the list. I thought I would call my question stupid just to raise some eyebrows to those who might like to

Re: [PHP-DB] Refreshing text question!

2006-01-17 Thread Aaron Koning
I think that refreshing the web page with META Refresh every 5 or 10 seconds would surly P.O. anyone actually trying to read your web pages. Anyways: http://www.webreference.com/js/column3/ Or try googling the topic... Aaron On 1/17/06, Julien Bonastre [EMAIL PROTECTED] wrote: Yes I

Re: [PHP-DB] range_alloc_block_size

2005-12-16 Thread Aaron Koning
This could be a number of things. Are you uploading the file in the script? Then the max_upload_size may have been exceeded. If not, then it could be the memory_limit, or the max_execution_time. Check your httpd/php error log (commonly at: /var/log/httpd/error_log) and adjust the referenced