Jump to content

Kulak

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Kulak's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Here is what I have at the top of the page that I want to pass the variable to. <?php session_start(); ?> And then I put the value of $_SESSION['$WC'] into $words here: <?php $words=$_SESSION['$WC']; ?> Is this correct?
  2. session_start() is at the top of each page. I haven't heard of hidden forms, i'll look them up. Thanks
  3. Hi, I have included some variables in my code that I want to be passed from page to page, I wrote the code and everything seemed to be working until I tried my pages from my workplace and discovered that the values weren't being passed. I tried lowering the internet security and allowing cookies and it was fixed. How do I write my code so that all ie sessions will allow the values to be retained? Thanks
×
×
  • 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.