Jump to content

Ozz18

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Ozz18's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hey Try this <form method="POST" action="page.php"> <input type=hidden name=username value="<?php echo $username ?>" > </form> this will add a variable named username with the value of $username [notice that the $username had to b inside <?php ?>] then on the next page, access the variable using <?php $username = $_POST['username']; ?> hope this works for you. anyway, let me know. cheers
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.