I'm trying to send this varabile from one page to another but there is no value in it when I send it
I stored the value in compInfo.php
in compInfo2.php
<?php
if (isset($_POST['savebutton'])) {
$company = new copmany();
$copmnae = $_POST['CName'];
$COMPNAME = $copmnae;
?>
I dont know whats wrong
<a href='compInfo2.php?$copmnae=$GLOBALS["COMPNAME"]' > شاهد سيرتك الذاتية من هنا </a>