submiting variables from a php script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tolkienarda
    Contributor
    • Dec 2006
    • 316

    submiting variables from a php script

    hi all
    i have some variables in my php script and i need to submit them to a different php page i don't realy want to use $_SESSION variables i saw a post about this and they were using special header files but i didn't realy want to do that.

    thanks for any ideas
    eric
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    If you don't want to use $_SESSION, and you don't want to put it in the header, you aren't left with much. CURL seems to be your only other option, unless you want to use AJAX.

    Comment

    • tolkienarda
      Contributor
      • Dec 2006
      • 316

      #3
      thanks i think i will just use session variables. i was lookin for super simple

      eric

      Comment

      Working...