[PHP] I don't want multiple form submitted

2002-09-26 Thread Clemson Chan
I have a message board written in PHP w/MySQL. So when a person submitting a post, it goes to a list_view. If this person refresh the list_view. The message he submitted will get submitted again. How can I avoid this problem? Please let me know if you know the answer. Thanks --Clemson -- PHP Ge

[PHP] mysql_insert_id

2002-09-10 Thread Clemson Chan
Hi guys, I never can get mysql_insert_id? Is this broken with PHP4? Please let me know if you can get it to work. or work around. Thanks. --Clemson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Uploading file

2002-09-03 Thread Clemson Chan
t copy the temp file to a secure path, you should change the /uploaded_files/ // path print("Local File: $UploadedFile \n"); print("Name: $UploadedFile_name \n"); print("Size: $UploadedFile_size \n"); print("Type: $UploadedFile_type \n");

RE: [PHP] Uploading file

2002-09-03 Thread Clemson Chan
("Name: $UploadedFile_name \n"); print("Size: $UploadedFile_size \n"); print("Type: $UploadedFile_type \n"); print("\n"); unlink($UploadedFile); // Now we can delete the temp file } "Clemson Chan" <[EMAIL PROTECTED]> e

RE: [PHP] Uploading file

2002-09-03 Thread Clemson Chan
I just change the tmp path and filename when I upload? Thanks. --Clemson -Original Message- From: Juan Pablo Aqueveque [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 7:58 AM To: Clemson Chan; [EMAIL PROTECTED] Subject: Re: [PHP] Uploading file Hi friend, http://www.php.net/manu

[PHP] Uploading file

2002-09-03 Thread Clemson Chan
Hi, I am new to this group. I am trying to figure out how to let people to upload image files to my website. My ISP is using PHP 3 (I believe). If someone can give me simple example, that will be great. Thanks. --Clemson How can I tell what version of PHP is running on the system (linux)? --