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: otgriffin
  • Content: Threads
  • Order by date
  1. otgriffin

    Creating an array using a recordset

    Hello, I have a recordset created in PHP. I am wanting to make a javascript array using the recordset. Is there a way I can reference the recordset in javascript and then create my array. This array will be used to check records being enterd into the database. I want to keep a user from...
  2. otgriffin

    Passing a form value without hitting the submit but

    Hello, I am building a survey and I need to disable certain form elements when a selection is made in a radiobutton group. I am using Php and mysql. I have written a function in javascript that I thought would disable the needed elements but it will not. Here is the javascript code: function...
  3. otgriffin

    Clear a Form using Php

    Hello, I am trying to clear a form after it's information has been submitted into the Database and before it is redirected to a Thank you page. I tried using the onload function to clear the page an it worked but I only want it to clear once it has been submitted not on any other time (such as...
  4. otgriffin

    Clearing a Form Once submitted Into Database

    Hello, I am trying to clear a form after it's information has been submitted into the Database and before it is redirected to a Thank you page. I tried using the onload function to clear the page an it worked but I only want it to clear once it has been submitted not on any other time (such as...
  5. otgriffin

    Session Variables

    Hello, I am wanting to implement a session variable on my webpages using Dreamweaver Mx and PHP4. I am using a form to insert information from the user into a mysql database. I want to keep the user name and use it on the next pages until the user closes the browser. Can someone tell me how...

Part and Inventory Search

Back
Top