Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Artur
  • Content: Threads
  • Order by date
  1. Artur

    Problem session_unregister

    whem i use the function session_unregister to clean a variable from my session, if in the same session i do a session register to the sam variable, the variable contains the the last value, and i don't want that, and it should not happen. example : session_register("a") $a = 1...
  2. Artur

    sending headers manualy

    How do i send it manualy. if i do something like this: print <<< END &quot;HTTP/1.0 200 OK&quot; &quot;Content-Type: text/html&quot; END; what apears on the browser is this : &quot;HTTP/1.0 200 OK&quot; &quot;Content-Type: text/html&quot;
  3. Artur

    php and function header

    I am using php on windows 2000, and IS. when i use the function &quot;Header()&quot; to redirect sometimes, not all the time, it give me an error. I will give an example: header(&quot;Location: alertas.php?erro=3&ti&tip=$tip&quot;); When i execute the script, in the browser appears this...

Part and Inventory Search

Back
Top