if(empty($_POST['txtEmail']))
{
if (!mysql_query($sql,$con))
{
die('Error: ' . mysql_error());
}
$page='SignUp.php';
header('Location:'.$page);
}
else
{
$page='SignUp.php?emptyusr=1';
header('Location:'.$page);
}
ElaineTeo 0 Newbie Poster
broj1 356 Humble servant Featured Poster
jstfsklh211 79 Light Poster
ElaineTeo 0 Newbie Poster
ericnmk80 0 Newbie Poster
ericnmk80 0 Newbie Poster
ElaineTeo 0 Newbie Poster
broj1 356 Humble servant Featured Poster
ElaineTeo 0 Newbie Poster
broj1 356 Humble servant Featured Poster
broj1 356 Humble servant Featured Poster
ElaineTeo 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.