Published in: PHP
<? $fname = $_GET['id']; ?>
Comments
Subscribe to comments
You need to login to post a comment.
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.
fris on 03/05/08
Published in: PHP
<? $fname = $_GET['id']; ?>
Subscribe to comments
You need to login to post a comment.
don't forget to filter that $_GET variable before echoing it to the page to prevent XSS hacks