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!

Recent content by seanjgbr

  1. seanjgbr

    Javascript and PHP (i know..that old chesnut)

    It looks like you're trying to read Javascript values from the PHP script - this wont work, as PHP is purely server side, and doesn't iteract with ECMAscript at all on the client. What you need to do is have a script that will refresh just the one portion of your page and update it using...
  2. seanjgbr

    After Successfull Login - Redirect to new page

    You can always redirect back to the page the form was submitted from: <?php header("location: {$_SERVER['HTTP_REFERER']}"); exit; ?>

Part and Inventory Search

Back
Top