ScienceGuy22 wrote:<? Php
echo "<h1> Anmeldung </ h1>";
Submit = $] $ _POST ['submit';
/ / Form data
$ FullName = $ _POST ['FullName'];
$ Username = $ _POST ['username'];
$ Password = $ _POST ['password'];
$ Repeatpassword = $ _POST ['repeatpassword'];
if ($ submit)
(
echo "$ username / $ password / $ repeatpassword / $ FullName";
)
?>
I don't believe, that this is your code. Whitespaces everywhere (after every $-Sign!?).
And what schould this line do:
- Code: Select all
Submit = $] $ _POST ['submit';
And no word "Registration" like you can see in your Screenshot.
This way we can't help you. We can just guess, that it has something to do with:
- short_open_tags
- opening the file without a php-parser
--> wrong opening directly in your browser (what does your browser address line looks like if the file is on your screen?)
--> wrong file type (the file extension must be .php to let the server know, you have php code in your file)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
free software according to purpose of usageXAMPP 1.8 for local development/testing only
Zend Server 6 (free) for production environments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It's like porn for programmers 