Search found 1 match

by skky1142
Wed Feb 02, 2005 12:35 am
Forum: PHP - Code
Topic: header() Function
Replies: 1
Views: 304

header() Function

ok, i have a small script that when i am done adding the e-mail address to a database i want my page to redirect. This is the code i am using: <?php include("db_connect.php"); $e_address=$_POST["email"];//<-- get's e-mail address from form $date=date("d-m-Y");//<-- get'...