Page 1 of 1

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

Posted: Sun Oct 30, 2005 4:41 am
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,

Posted: Sun Oct 30, 2005 5:31 am
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.

Posted: Tue Nov 08, 2005 6:17 am
by Man.Net
thank you man
but if you can found any code or sample
because as quick learn for sample

thank you

Posted: Tue Nov 08, 2005 7:12 am
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.)