Hello and welcome to the Webmasters Forums!. This is the best place to get webmasters resources for free. Get $2 for free today, read more - Make your payment today. Download premium and professional templates for free. Get free web hosting without ads, read more. You can get lot more by simply join with this forum. To gain full access to the forums you must sign up for a free account.


Post Reply  Post Thread 

Little PHP Snippet

Post Bank
Posting Manager
******

Posts: 995
Group: Forum Team
Joined: Sep 2006
Status: Online
Make money from now. You can make money just for posting on this forum. Every discussions on this community gives you more money. $2 minimum payout. So get your payment today, SignIn with this forum.

Signin to Remove this Post

tyspeed
Newbie


Posts: 1
Group: Registered
Joined: May 2007
Status: Offline
Reputation: 0
Points: 0 (Donate)
Post: #1

Little PHP Snippet


I came up with this handy little PHP script that will pop up a message if the correct code is inputed. I don't see a point to it, but I'm sure someone can use it!

Code:
<form name="code" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="get">
<p>For the purposes of this page, the code is 31413. Try entering this and other numbers.</p>
<p>Please enter your coupon code: <input type="text" name="couponcode" /></p>
<p><?php
$code = $_GET['couponcode'];
if ($code == '31413')
    {
      echo "<font color="green">Congratulations, you have the code!</font></p>";
    }
    else {
      echo "<font color="red">Sorry, the code you entered is incorrect. Please try again.</font></p>";
?>
<input type="submit">
</form>

03-05-2007 09:40 AM
Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #2

RE: Little PHP Snippet


The code is handy.

But I can't find any pop up generation on the code. If the entered number is not correct, it will only show the error message like success message.

You can modify this code with JavaScript to generate popup on error.


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
28-05-2007 08:00 PM
Find all posts by this user Quote this message in a reply
maddog39
Newbie


Posts: 27
Group: Registered
Joined: Jul 2007
Status: Offline
Reputation: 1
Points: 110 (Donate)
Post: #3

RE: Little PHP Snippet


Heres the modified code using embedded javascript popups.

Code:
<form name="code" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="get">
<p>For the purposes of this page, the code is 31413. try entering this and other numbers.</p>
<p>Please enter your coupon code: <input type="text" name="couponcode" /></p>
<p><?php
$code = $_GET['couponcode'];
if ($code == '31413')
{
      echo "<script>alert('Congratulations, you have the code!');</script>";
}
else
{
      echo "<script>alert('Sorry, the code you entered is incorrect. Please try again.');</script>";
}
?>
<input type="submit">
</form>

This post was last modified: 22-07-2007 02:29 PM by maddog39.

22-07-2007 02:28 PM
Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #4

RE: Little PHP Snippet


A handy work by the maddog. Iam very happy to see new web masters who having knowledge in the side of scripting.

Iam sure that maddog will plays a leading role of this community on the future days.


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
22-07-2007 03:05 PM
Find all posts by this user Quote this message in a reply
maddog39
Newbie


Posts: 27
Group: Registered
Joined: Jul 2007
Status: Offline
Reputation: 1
Points: 110 (Donate)
Post: #5

RE: Little PHP Snippet


Im a PHP developer with 3 years experience and working on 2 open source PHP projects, large and complex ones. Tongue But Ill share in another topic at another time.

22-07-2007 03:24 PM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites
Rate This Thread:

Forum Jump:

Sign In to Remove Ads

Download 1000's of web templates. Unlimited access!
World's Best Web Hosting
Resources

Recommended Sites:



Visit our Sponsors!

Current time: 21-11-2008, 01:31 PM


Copyright © 2002-2008 MyBB Group
Powered By MyBB