[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)? --

RE: [PHP] Uploading file

2002-09-03 Thread Clemson Chan
a copy after the upload? Can 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

RE: [PHP] Uploading file

2002-09-03 Thread Clemson Chan
: $UploadedFile_type BR\n); print(HR\n); unlink($UploadedFile); // Now we can delete the temp file } Clemson Chan [EMAIL PROTECTED] escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Thanks Juan, and other listers, I have this example, HTML HEAD TITLEFigure 7

RE: [PHP] Uploading file

2002-09-03 Thread Clemson Chan
the /uploaded_files/ // path print(Local File: $UploadedFile BR\n); print(Name: $UploadedFile_name BR\n); print(Size: $UploadedFile_size BR\n); print(Type: $UploadedFile_type BR\n); print(HR\n); unlink($UploadedFile); // Now we can delete the temp file } Clemson Chan [EMAIL

[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

[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