Re: [PHP-DB] File input from form not detected

2003-06-01 Thread Dewi Wahyuni
Hi everyone thanks. I did add the enctype but it's still not working. Here're the codes Sorry if I posted to the wrong list. because I was trying to store the file as well in the mysql db blob. Someone suggested to print all the $ post vars as I print, only the MAX_FILE_SIZE shows up as a

Re: [PHP-DB] query, INTERVAL problem

2003-06-01 Thread nabil
usually the mysql convert it to 2003-01-01 type without using this function... especially if it came from a form submission, am i right ? Nabil [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] ok make it as $sql = SELECT doc_id, exam_date FROM exams WHERE doc_id='$doc_id' and

[PHP-DB] mysql_connect() -- flags

2003-06-01 Thread Armand Turpel
Hi, Is there any body who have experience with the flags in mysql_connect() in php = 4.3 . Especially the MYSQL_CLIENT_COMPRESS flag. I dont know if it works or not. I cant make any difference in performance tests on localhost. Should php must be compiled with a special flag to get work this?