Search with Output Edit please help! :(

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ShadowSkill
Forum Newbie
Posts: 22
Joined: Sun Jan 01, 2012 5:45 am

Search with Output Edit please help! :(

Post by ShadowSkill »

Ok so i have a add field already and it saves the inputted to my SQL...
If i add records it will be saved...

Name : Mike Perez
Age : 19
Sex : Male

Record Saved!
---------------------------------------------------------------------------------------
How can i show the output of the searched Name by using form?
My search code works but how can i put the searched data into forms and edit them??? :?:

Search [ Mike ]
...
Name : [Mike Perez] > [Marry Maxwell]
Age : [19] > [35]
Sex : [Male] > [Female]

Record Saved!

///////////////////////////////////////////////////////////////
I'm a newbie at PHP
Thank you to those who will read and to those who help me solve my question
If you do not understand my question please Message me thank you very much :)
Gopesh
Forum Contributor
Posts: 143
Joined: Fri Dec 24, 2010 12:48 am
Location: India

Re: Search with Output Edit please help! :(

Post by Gopesh »

Hi,pls show the working code .
Post Reply