I'm wanting to create a cruising/dating site in php and mySQL.
The options I need in the site is for users to be able to login, create their own profile with photos.
I need the search script to be able to search for the usual dating site options and for the user to be able to narrow it down to the members preference ie:top, bottom, versatile. race, body type, places they like to hang out ie: park, truck stop, washrooms....
Could I put together code sample to make this? How would I integrate them? I was thinking of using something like this for the login http://www.phpeasystep.com/workshopview.php?id=6
but then I would need to know how to add other scripts to all work as one.