07/08/2009, 07:36 PM
if PHP stands for PHP: Hypertext Preprocessor
Does the "PHP" in PHP also stand for PHP: Hypertext Preprocessor ?
is it PHP: Hypertext Preprocessor: Hypertext Preprocessor ?
forgot the end of line >.>
but that sure wasted the better part of an hour
Does the "PHP" in PHP also stand for PHP: Hypertext Preprocessor ?
is it PHP: Hypertext Preprocessor: Hypertext Preprocessor ?
disregard this poo poo Wrote:also my upload script won't work :/
Code:
<?php echo ("Uploading...") $target_path = "Storage/"; $target_path = $target_path . basename( $_FILES['uploadedfile']['name']); if(move_uploaded_file($_FILES['uploadedfile']['tmp_name'], $target_path)){ echo "The file ". basename( $_FILES['uploadedfile']['name'])." has been transferred successfully"; } else { echo "Error has occured!" } ?>
Even when you call http://slushnet.dyndns.org/php/upload.php
it won't echo the message :/
no matter what I try to upload nothing happens
I just get this blank page
php info is visible here
http://slushnet.dyndns.org/php/info.php
and the upload form can be found by clicking the upload link here
http://slushnet.dyndns.org/index2.html
and you can also access it here
http://slushnet.dyndns.org/pages/internal/upload.htm
forgot the end of line >.>
but that sure wasted the better part of an hour