PDA

View Full Version : Online Dating Service



Flash Jester
May 1st, 2004, 05:30 PM
I'm trying to add a dating type service to a site, does anyone have any idea about how to go about this? Pretty much what I'm trying to do is have members post their pictures likes dislikes etc and have the site match up people with similar intrests etc. Thanks

nobody
May 1st, 2004, 05:34 PM
Do you have any server side (PHP, ASP, etc.) knowledge?
If not this is going to be extremely hard to do, I recommend starting out easy and building to something like this.
Regardless, good luck.

Flash Jester
May 1st, 2004, 05:39 PM
Do you have any server side (PHP, ASP, etc.) knowledge?
If not this is going to be extremely hard to do, I recommend starting out easy and building to something like this.
Regardless, good luck.

I'm a newbie... but its a learning a process. If you have any tutorials, suggestions, sites I can use to begin my journey please let me know. Thanks!

nobody
May 1st, 2004, 05:52 PM
Well you're definitely going to want to use a database with this, and I'd recommend MySQL. So I would go to spoono.com and/or phpfreaks.com and do all the PHP/MySQL tutorials.
Good luck :)

Flash Jester
May 1st, 2004, 05:54 PM
Thanks, I appreciate it.