FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Edit a record?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Edit a record? [message #176199] Sat, 03 December 2011 13:28 Go to previous message
Charles is currently offline  Charles
Messages: 13
Registered: February 2011
Karma:
Junior Member
I'm working on an application. I'm trying to implement an update
process that pulls a record out of a MySQL database, updates it, and
puts it back.

Broken down, let's assume I have a database made up of the fields:
First_name
Last_name
Month_of_birth
Day_of_birth
Year_of_birth

The steps I'm finding so far are:

1) Present a data entry form to enter the values on which the record
selection is based (an HTML form with 5 input fields...this I have).
1) Query the database for the record (Submit for processing to a PHP
script that opensn the database and submits the values for a SELECT
query).

=========={this is where I am stuck]==============

3) Somehow import those returned values into a form for editting.
4) Indicate somehow (in the form) which records (if more than one)
need to be returned as updated to the MySQL database.
5) Somehow post to database

Anyone have any ideas they'd care to share?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: regex help
Next Topic: Upload xlsx /xls and save to DB using minimum memory?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 14:29:02 GMT 2024

Total time taken to generate the page: 0.05437 seconds