How do I include external library files in PHP???
I would like to put the lines that are repeated in each php files, in a
separate file.
e.g.
$db_host = "localhost";
$db_port = "3306";
$db_name = "test";
...
?>
Kenneth
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: h
How do i delete all file in a directory???
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Can anybody help me with file uploading, again...
I tried uploading a file through...
but, on project_save.php, the
$HTTP_POST_FILES["project_file"]["size"] is zero(0) , and
$HTTP_POST_FILES["project_file"]["tmp_name"] is an empty string.
i checked,
$HTTP_POST_FILES["project_files"]["error"
Hello everyone! =)
Can anybody help me with file uploading with PHP???
i tried uploading a file through...
but, in save_upload.php, there is no $HTTP_POST_VARS['userfile'], or
$HTTP_POST_VARS['userfile_name'], etc...
Can anybody help me with this...
--
PHP General Mailing List (http://
4 matches
Mail list logo