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 Chris Miller 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: bhavsta
  • Order by date
  1. bhavsta

    declaring a checkbox in php and then updating a mysql db

    thanx alot people i have cracked it!!!! in the end i ended up using the variable type as a tinyint in the declaration for dprotection. this seemed to do the trick. it even allowed blank ticks to be parsed and to be written into the db!!!! wonderfull :) thanx again to everyone who helped me...
  2. bhavsta

    declaring a checkbox in php and then updating a mysql db

    Hi Bam720, How would i declare this as a variable, the if statement makes sense, however, how can i declare this and then get the results to insert into a mysql db after is has been picked up by the php? Regards, Bhavesh Thank you for your help so far.
  3. bhavsta

    declaring a checkbox in php and then updating a mysql db

    DECLARATIONS $salutation=$_POST['salutation']; $first_name=$_POST['first_name']; $surname=$_POST['surname']; $status=$_POST['status']; $job_title=$_POST['job_title']; $DoB=$_POST['DoB']; $telephone=$_POST['telephone']; $email_address=$_POST['email_address']...
  4. bhavsta

    declaring a checkbox in php and then updating a mysql db

    Hi Guys, I have a html for that consists of drop down menus, text boxes and two checkboxs. I can get all the data to be sent to a mysql db via php. But when i try to insert the checkboxes into the db i get an error stating the following: Could not insert data: You have an error in your SQL...
  5. bhavsta

    Need help disabling IIS on windows xp pro

    Thats great! Thank you! :)
  6. bhavsta

    Need help disabling IIS on windows xp pro

    hhhmmmm i had a look at it doesn't seem to appear in that list! i want to keep it, just disable it while i run a program locally. Thanx for the advice though
  7. bhavsta

    Need help disabling IIS on windows xp pro

    Hi, I need to disable IIS on my local machine. I have followed the instructions on the microsoft (http://support.microsoft.com/kb/321141) site but need to indentify the service i actually need to disable, but none of the services are obivious in terms of which to disable IIS. Please help

Part and Inventory Search

Back
Top