Jump to content

WhiteDevil

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Contact Methods

  • AIM
    adamzworlduk
  • MSN
    boyle_adam@hotmail.com
  • Website URL
    http://www.fortboyard.org.uk

Profile Information

  • Gender
    Not Telling
  • Location
    UK

WhiteDevil's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Unless register globals is switched on you will have to tell the processing form what the form variables were: $firstname = $HTTP_POST_VARS[\"firstnamefield\"]; $lastname = $HTTP_POST_VARS[\"lastnamefield\"]; On your form use \"method=post\". This should hopefully write each value to a variable which can then be added to the form... Any more problems, will try to help
  2. Evening guys Im new to the forum, did a quick search for using mysql update statements and got a load of results - the thing is i didnt understand half of it and usually if i dont understand something ill forget it :? Basically i have some tables (too many tables to think about at this hour) and what i want to do is update tblPilots with the value entered via frmPirep. The value entered in frmPirep is written to tblPirep so i can keep track of each individual flight... I want to be able to add the value entered in frmPirep to the values already existing in the database... To sum up, my question is, what is the syntax for UPDATE and why does it do what it does? Thanks in advance for any help given, PHP developer in training Adam
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.