Endless Paradigm

Full Version: PHP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 ?



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 Sadist
You should add some protection so people can't upload scripts.
http://slushnet.dyndns.org/storage/test.php
Slushba132 Wrote: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 ?
To solve this, wee need to use certain principles:

If p0 = PHP Hypertext Processor
(a hypertext processor that processes PHP)
and p1 = PHP Hypertext Processor Hypertext Processor
(a hypertext processor that processes the output of a PHP hypertext processor)

then p would refer to a hypertext processor that processes the output of itself into infinity.

Or in other words, something that locks up the system when run.
lol...
and I saw your test php mickey XD...

I had a security code going on the last uploader... but it's not like that will stop anyone smart anyway.
that would just be enough to stop the retarded people XD
Slushba132 Wrote: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 ?
isn't that kinda like when you have two mirrors facing each other? it just keeps going. like energizer!
Reference URL's