No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: 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... ![]() | |
Re: 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 … | |
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 … |
The End.