Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

My next Script


  • Please log in to reply

#1
amunra

amunra

    Member

  • Member
  • PipPipPip
  • 112 posts
I am working on a create your own computer virus warning script and I need ideas for the paragraph to display with the user input data. I have two files, 1.html and 2.php, these are the names for now and will change later.Here is what i have so far.
1.html
Create your own computer virus warning<br>
Enter:
<form method="POST" action="2.php">
Name: <input type="text" name="name1"><br>
Name: <input type="text" name="name2"><br>
Adjective: <input type="text" name="adjective1"><br>
Vowell: <input type="text" name="vowell1"><br>
Vowell: <input type="text" name="vowell2"><br>
Vowell: <input type="text" name="vowell3"><br>
Vowell: <input type="text" name="vowell4"><br>
<input type="submit" name="Submit">
</form>

2.php
<?php
$name1 = $_REQUEST['name1'];
$name2 = $_REQUEST['name2'];
$adjective1 = $_REQUEST['adjective1'];
$vowell1 = $_REQUEST['vowell1'];
$vowell2 = $_REQUEST['vowell2'];
$vowell3 = $_REQUEST['vowell3'];
$vowell4 = $_REQUEST['vowell4'];
{
echo "Recently the $name1 computer virus has gone rampent. There is";
echo "nothing you can do to stop the $vowell1 of the $adjective1 $name1";
echo "computer virus. If you get the $name1 computer virus I would recommend";
echo "you to $vowell2 asap. If this is not an option I would tell you";
echo "to take your computer and $vowell3 it $vowell4 your $name2";
exit;
}
?> 

Any ideas are more than welcome!
  • 0

Advertisements


#2
akashlee

akashlee

    Member

  • Member
  • PipPipPip
  • 126 posts
...
why would u want to scare someone like that?
  • 0

#3
amunra

amunra

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 112 posts
When I am board I start playing with php,html and I want to learn vb. I create general scripts that I give to people and I made a script to order for a friend. Scripting is just something I like to do.
  • 0

#4
MaverickSidewinder

MaverickSidewinder

    Member

  • Member
  • PipPipPip
  • 257 posts

...
why would u want to scare someone like that?



Maybe he/she only cares about the scripting side and not the actual content...but only uses that content to make it more interesting...

Edited by MaverickSidewinder, 15 January 2006 - 01:35 PM.

  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP