Re: [PHP] PHP webpage like MySQL, PART 2

2003-07-25 Thread Marek Kilimajer
Matt Hedges wrote: Update Sister Info. Why $id=1, you want to edit any sister info $connection = mysql_connect($host,$user,$password) or die ("couldn't connect to server"); $db = mysql_select_db($database,$connection) or die ("Couldn't select database"); if (@$first == "no"

Re: [PHP] PHP webpage like MySQL, PART 2

2003-07-24 Thread Jeff Harris
On Jul 24, 2003, "Matt Hedges" claimed that: |Many hanks for ya'lls help earlier. | |I've figured out how to pull the data and edit it: |http://www.hedges.org/aoii/olemiss/updatesister.php | |However, for some reason I can't get it to edit whatever row. In the code |(pasted below) I have to speci

[PHP] PHP webpage like MySQL, PART 2

2003-07-24 Thread Matt Hedges
Many hanks for ya'lls help earlier. I've figured out how to pull the data and edit it: http://www.hedges.org/aoii/olemiss/updatesister.php However, for some reason I can't get it to edit whatever row. In the code (pasted below) I have to specificy $id=row to edit... I can't figure out how to ma