Hi Guru's,
I have a query regarding using PHP to maintain a user profiles list. I
want to be able to have a form where users can fill in their profile
info (Name, hobbies etc) and attach an image, which will upload the
record to a mySql db so users can then either view all profiles or
query.. I.e. show all males in UK, all femails over 35 etc.
Now, I'm not asking for How to do this but more what would be the best
way? I've looked at form PHP scripts, File upload PHP scripts, User
management PHP scripts, Database Scripts.. and on and on and on!
Nothing I've seen so far does exactly what I'm looking for and I don't
know exactly what I need to do to write (or attempt to write) one
myself.
Also, how best should I deal with validation? i.e. I'd like to have a
submission "holding bay" where I can check submissions before I add
them to the profiles list (To make sure there's no rude or obscene
entries). Can any of you give me any pointers, ideas or code snippets
that will aid me in my quest??
Thanking you in advance..
Pete
I have a query regarding using PHP to maintain a user profiles list. I
want to be able to have a form where users can fill in their profile
info (Name, hobbies etc) and attach an image, which will upload the
record to a mySql db so users can then either view all profiles or
query.. I.e. show all males in UK, all femails over 35 etc.
Now, I'm not asking for How to do this but more what would be the best
way? I've looked at form PHP scripts, File upload PHP scripts, User
management PHP scripts, Database Scripts.. and on and on and on!
Nothing I've seen so far does exactly what I'm looking for and I don't
know exactly what I need to do to write (or attempt to write) one
myself.
Also, how best should I deal with validation? i.e. I'd like to have a
submission "holding bay" where I can check submissions before I add
them to the profiles list (To make sure there's no rude or obscene
entries). Can any of you give me any pointers, ideas or code snippets
that will aid me in my quest??
Thanking you in advance..
Pete
Comment