Okay, I'll go code a member system, when I hardly know much.
Ryan, I'll be on MSN later.

Okay, I'll go code a member system, when I hardly know much.
Ryan, I'll be on MSN later.
Last edited by Hitman; 06-09-2006 at 04:43 PM.
Woot that rocks. Its like one of them pointless but funny games on websites.![]()
Its not exactly funny, well it didn't make me laugh anyway so you guys must have a weird sence of humour.
it like playing this game lol
<?
$name = $_POST[name];
echo $name;
?>
Not hardNice tho
Lol :p Maybe when I learn more I'll be making better more useful things.
Save as test.htmlPHP Code:<form action="name.php" method="post">
Enter your name: <input type="content" cols="1" rows="10"
<input type="submit" value="Submit" name="Submit"
</form>
If anybody wants it, not that its much use lol.PHP Code:<?php
$name = $_POST ['name'];
if ($code == " "){
echo "You didn't enter a name!";
} else {
echo "Your name is: ". $name ."";
}
?>![]()
Last edited by Hitman; 06-09-2006 at 06:42 PM.
Not hard at all
Simple but yet very nice
EDIT: PHP is not supported in Sigs/Posts/Threads/User Titles![]()
Last edited by Dentafrice1; 06-09-2006 at 06:47 PM.
Hi tom
You could use this as an addon
Just something extra ^.^PHP Code:<?php
$name = $_POST ['name'];
if ($name == null){
echo "So you don't have a name, huh?";
} elseif($name == "Tom" && "tom" && "thomas" && "thommy") {
echo "Your name is the same as mine hehe.";
} elseif($name == "Ryan" && "ryan") {
echo "Your name is the same as my best mates!";
} else {
echo "OMG Your name is '.$name.' omgz...";
}
?>
Last edited by PixelResources; 06-09-2006 at 06:50 PM.
That's a little similiar to my first markup in PHP without a tutorial. Rather than your name, it allowed you to enter approximately 30 words and press submit. Then this would appear as the title on the success page.
That was a few months ago, and I'm very experienced now![]()
REMOVED
Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.
Want to hide these adverts? Register an account for free!