Jump to content
MakeWebGames

US Vice

Members
  • Posts

    57
  • Joined

  • Last visited

  • Days Won

    1

US Vice last won the day on July 2 2011

US Vice had the most liked content!

About US Vice

  • Birthday 12/10/1993

US Vice's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Your response also contains grammatical errors. "DC, you need to improve your grammar. Sorry, if it's off topic, I just wanted to say." :)
  2. Actually, it would be "from thereon".
  3. I very much doubt anyone would have been interested anyway.
  4. US Vice

    Help!

    I put this together quickly for you.   <?php $code = "1034"; $first = $_POST['fdigit']; $second = $_POST['sdigit']; $third = $_POST['tdigit']; $fourth = $_POST['ldigit']; if($_POST['answer'] && $code == "$first$second$third$fourth"){ $output='Correct! You will now be redirected! <META HTTP-EQUIV="Refresh" CONTENT="0; URL=REDIRECT.php">'; }elseif($_POST['answer'] && $code != "$first$second$third$fourth"){ $output="Incorrect passcode, please try again."; } ?> <!DOCTYPE html> <html> <head> <title>Guess the code!</title> </head> <body> <div style="font-size:20px;">Guess the passcode!</div> <?php if($output != ""){ ?><div style="font-size:18px;"><?php echo"$output"; ?></div> <?php } ?> <form action="" method="POST"> <div style="font-size:16px;padding-top:20px;"><select name="fdigit"><option value="0">0</option><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option></select> <select name="sdigit"><option value="0">0</option><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option></select> <select name="tdigit"><option value="0">0</option><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option></select> <select name="ldigit"><option value="0">0</option><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option></select></div> <div style="padding-left:55px;padding-top:60px;"><input type="submit" name="answer" value="Go" /></div> </form> </body> </html>
  5. print " [<a href='dpuse.php?ID=$i' target='_blank'>Use</a>]";
  6. http://www.wayofthemafia.com
  7. Then I would not be able to submit this post. What if 1 plus 1 didn't equal 2?
  8. Too blue, too childish, too squashed.
  9. You need help with it? So, I can assume you yourself are not experienced. Also, there is no guaranteed payment for work done. And your email address... Not very professional ("wank stain").
  10. $20 bid :D
  11. Looks simple and nice. Make the top menu more prominent, too small at the moment.
  12. Change the INT field type to BIGINT
  13. Procedural.
  14. Register doesn't work, the site is also slow to load for me. Not a great start...
  15. The website is not loading for me as well.
×
×
  • Create New...