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 IamaSherpa 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: nesli
  • Order by date
  1. nesli

    Parameter passing

    It helped I went for the obvious and urlencode() and urldecode() worked fine. Thanks
  2. nesli

    Parameter passing

    I need help in passing parameters with special chars I have in script1.php $x= 'A & B'; <a href=\&quot;script2.php?x=$x\&quot;>$x</a> but when I echo $x in script2.php I get only A the other part (& B) is lost. Why ? How to pass the right way ?

Part and Inventory Search

Back
Top