Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
4358 Points
3709 Posts
Jul 19, 2006 03:16 PM|LINK
mychucky
Contributor
4358 Points
3709 Posts
How to check if ID is set?
Jul 19, 2006 03:16 PM|LINK
if (!isset($_GET['id'])) {
header ("Location: index.php?id=3");
}
How do I do this in C#?
Your help is appreciated.