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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by zhengsun

  1. zhengsun

    passing objects and arrays using page.php?object=$object

    in javascript, use escape().. for the space in your page.php?a=$a&b=$Tom Hanks example: newrule = escape(document.parent.F_AKT.value);
  2. zhengsun

    passing objects and arrays using page.php?object=$object

    another fool way i used b4 is using javascript to divide the array into a string.. use a ";" to separate each item.. anyway, a link cannot pass a object.. helpful?
  3. zhengsun

    passing objects and arrays using page.php?object=$object

    means, post variables from form instead of by simply url.
  4. zhengsun

    passing objects and arrays using page.php?object=$object

    pass variables by post.. in php, use $_POST['variablename'] to get those values..
  5. zhengsun

    php -> post -> proxy -> https

    hi all, i get such a question. I want to post data to a https server throughout a proxy server. I use fopen() to post data to http server and it works well. i see many experts use curl to do this so that i install php4.3.1 and wanna give it a try. but i can not find an example online. if...
  6. zhengsun

    php -> post -> proxy -> https

    but he did not mention proxy server. i have to ask the question again. many thanks !
  7. zhengsun

    php -> post -> proxy -> https

    i get such a question. I want to post data to a https server throughout a proxy server. I use fopen() to post data to http server and it works well. i see many experts use curl to do this so that i install php4.3.1 and wanna give it a try. but i can not find an example online. if possible...

Part and Inventory Search

Back
Top