Jump to content

canishk

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by canishk

  1. am trying to implement session variables in my new php project. I would like to know can i set and get variables in session... my current program contains: page 1: session_start(); $_SESSION['$uid']=$u; page 2: session_start(); $u=$_SESSION['$uid']; echo("$u"); but i got this warning with the result.. how can i solve this?? please help
  2. I am trying to implement session variables in my new php project. I would like to know can i set and get variables in session... my current program contains: page 1: Code: session_start(); $_SESSION['$uid']=$u; page 2: Code: session_start(); $u=$_SESSION['$uid']; echo("$u"); but i got this warning with the result.. how can i solve this?? please help
×
×
  • 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.