the error in this code is its not sending the var $_GET['user'] insted of if i wrotePHP Code:<a href="home.php?x=acc&user='.$_GET['user'].'">Privacy Policy</a>
the posted user will appearPHP Code:echo $_GET['user'];
| SitePoint Sponsor |
the error in this code is its not sending the var $_GET['user'] insted of if i wrotePHP Code:<a href="home.php?x=acc&user='.$_GET['user'].'">Privacy Policy</a>
the posted user will appearPHP Code:echo $_GET['user'];
Bookmarks