friggin genius. my first php. ;)
mad skillz
Page 1 of 14 Replies - 1468 Views - Last Post: 28 March 2002 - 04:07 PM
#1
mad skillz
Posted 28 March 2002 - 08:27 AM
http://216.177.53.18...pplay/form.html
Replies To: mad skillz
#2
Re: mad skillz
Posted 28 March 2002 - 08:46 AM
NICE!!!!!!!!!!!!!!
hahah All your variables are belong to me
hahah All your variables are belong to me
#3
Re: mad skillz
Posted 28 March 2002 - 12:30 PM
pretty coo!!
I have a question though, how did you get it so it deosnt show the variables in the adress bar? how did you pass your variables?
I have a question though, how did you get it so it deosnt show the variables in the adress bar? how did you pass your variables?
#4
Re: mad skillz
Posted 28 March 2002 - 04:02 PM
the html form page::
the php page. named "bad_words.php"
Quote
<html>
<head>
<title>My form</title>
</head>
<body>
<form action="bad_words.php" method=post>
<head>
<title>My form</title>
</head>
<body>
<form action="bad_words.php" method=post>
My name is :
<br><input type="text" name="YourName">
<p> My favorite dirty word is:
<br><input type="text" name="FavoriteWord">
<p>
<input type="submit" name="submit" value="submit">
</form>
</body>
</html>
the php page. named "bad_words.php"
Quote
<html>
<head><title>PERV!</title></head>
<body bgcolor="333333" text="ffffff">
<p>
Hi <?php print $YourName; ?>
<head><title>PERV!</title></head>
<body bgcolor="333333" text="ffffff">
<p>
Hi <?php print $YourName; ?>
<p>
You like the word <b> <?php print $FavoriteWord; ?> !?! </b>
<p>You oughta be ashamed of yourself!
</body>
</html>
#5
Re: mad skillz
Posted 28 March 2002 - 04:07 PM
he did that tutorial at webmoneky. http://hotwired.lyco...?tw=programming
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote





|