plz could u help me to output this header("location:showmydetails?username=<?php echo $username;?>"); PHP: the syntax is driving me crazy
The error is quite obvious and I replied to the same thread on programmingtalk already. Do you really need to post EVERY thread on multiple forums?
i ok i tried to change it to <form action="showmydetails.php?username=<?php $username?>" method="post"> but the page didnt recognize it!!