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 Mike Lewis 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: *

  1. Dreamboy2k3

    insert & update

    Can anyone tell me why this won't work please! I have an insert command that goes like this: $sql="INSERT INTO news(Title, Body,) VALUES ( \"$title\", \"$body\" )"; Therefore I thought that the update command would be like this: $sql="UPDATE news SET Title...
  2. Dreamboy2k3

    I'm a bit new to all this . . .

    Hi There, Thanks for your reply - I am still a little confused however... Would it be too much to ask if you could explain exactly what is happening in this lines, like where the variables come from. Like I said I am new to this, sorry if this is a bit of "dumb" question...
  3. Dreamboy2k3

    I'm a bit new to all this . . .

    Hello there, I've just started using PHP and MYSQL - I want to create a news section on the website where the news administrator can log on and update all the records. I can get PHP to list all of the entries in a Database, but I just want to now get it to print ONE ROW from the database For...

Part and Inventory Search

Back
Top