Jump to content

imartin123

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

imartin123's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. When a user visit mysite (new to web justing testing) I display information based on ther selection. When the information change I still get the old info. How do I make sure I am geting the new info from the server? Thanks Ike
  2. In testing when I try to move my cookie to another var it comes up blank. Also when I change this test to echo other vars I get the same info. It don't show a new echos. Thanks for any help. Ikw <?php echo $Var; $Mycookie = $_Cookie['Testvar']; echo $Mycookie; echo "Here Test"; echo "IKE"; echo $Var; ?>
  3. I am new to PHP. Need Help. I have set cookie and I can use the in all my scripts except 1. When I try to use it in this one script it is blank but I can still see it in all other scripts. Can anyone help me with this. Also I will be happy to make a donation the cause in the next few days. Thanks Ike
×
×
  • 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.