Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
Favorite Forums

3 Posted Topics

Member Avatar for Behseini

Use the following : [CODE] <?php if (isset($_POST['submitted'])) { $email = $_POST['email']; $result = filter_var($email, FILTER_VALIDATE_EMAIL) ; if($result) { echo "Valid email address."; header("Location: ".$_SERVER['PHP_SELF']); } else { echo "Invalid email address."; header("Location: ".$_SERVER['PHP_SELF']); } } ?> [/CODE] Think this will do...

Member Avatar for diafol
0
851
Member Avatar for coud_ren_26

Hey, You can do that by using a new file and include_once(); Cut and paste the script for the menu and create a new php file and name it as header.php or as you wish. Then do the same with css and other script also. You call the corresponding menu …

Member Avatar for Roymj
0
145
Member Avatar for Roymj

Can anyone help me with an ajax script that automatically takes values from a drop down menu and pass it onto another drop down menu.? Both drop down boxes are dynamic.It would be helpful if someone can share a link to a working model of the above. I am using …

0
84

The End.