How to work such as this website (search a friend)

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
Man.Net
Forum Newbie
Posts: 2
Joined: Sun Oct 30, 2005 4:39 am

How to work such as this website (search a friend)

Post by Man.Net »

hi,

How to work such as this website

http://www.americansingles.com
http://www.mate1.com
http://www.true.com

where are you found code or project
or tutorial
or sample

please help me quickly

thank you for all,
mickd
Forum Contributor
Posts: 397
Joined: Tue Jun 21, 2005 9:05 am
Location: Australia

Post by mickd »

well basically youll need a html form for people to submit their details which youll use php to store in a database. then use php to retrieve information by request.

want want to look into

mysql_query

and the mysql commands UPDATE, SELECT, INSERT INTO, LIKE in the official mysql site

if your just a beginner, it isnt going to be easy.

EDIT: o and because i never used one of those sites before, i dont know exactly how it works.
Man.Net
Forum Newbie
Posts: 2
Joined: Sun Oct 30, 2005 4:39 am

Post by Man.Net »

thank you man
but if you can found any code or sample
because as quick learn for sample

thank you
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

I think you're shooting too high for a beginner. Go learn echo first;) ( Essentially go buy a beginners book and work through that first.)
Post Reply