-
Posts
57 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by US Vice
-
Your response also contains grammatical errors. "DC, you need to improve your grammar. Sorry, if it's off topic, I just wanted to say." :)
-
Actually, it would be "from thereon".
-
I very much doubt anyone would have been interested anyway.
-
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>
-
http://www.wayofthemafia.com
-
Then I would not be able to submit this post. What if 1 plus 1 didn't equal 2?
-
Too blue, too childish, too squashed.
-
Looking for a co owner / coder /// shared profits from donors !
US Vice replied to youngbuck's topic in Partnerships
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"). -
Looks simple and nice. Make the top menu more prominent, too small at the moment.
-
Change the INT field type to BIGINT
-
Procedural.
-
Register doesn't work, the site is also slow to load for me. Not a great start...
-
The website is not loading for me as well.
-
Yes, domains are registered instantly. I have never come across a verification process when purchasing a domain, it also would be impractical as your domain could be purchased by someone else during this "verification period".
-
You haven't even purchased the domain yet. :rolleyes:
-
No, you can edit the amount of the purchase. It's not limited to one value.
-
I've never had to ring a number. I created my account a couple of years back so the system might have changed now? But, they payout on time and have a good email support service.
-
http://www.daopay.com I've never had an issue with their service.
-
Sorry, after your posts yesterday I don't believe you made this at all. Probably used the source code of another website's login and editted it slightly.
-
You missed an inital HTML opening tag. I can't believe you made this on your own after your posts yesterday when you claimed you could barely grasp the basics of HTML - obviously not your work.
-
Go for it. :) You sound smart.
-
I'm not sure how many people would learn PHP without having a good grasp of HTML so I doubt anyone would be up for hiring you (I could be wrong). Also, I'm not sure how many people would be looking for a java programmer, as most game projects on here are text-based games. Are you sure your not mistaking java for javascript?