PHPDunce Posted April 28, 2007 Share Posted April 28, 2007 Hello there. Can I please ask? If you are making an online community with membership and e-commerse could you tell me what I would need to go about doing? I know about PHP and MySQL and such. Just wondering if you could tell me more. Such as configuring and what code to use and how to test it etc. I will be grateful for any help. Thank you Link to comment https://forums.phpfreaks.com/topic/49131-membership-community/ Share on other sites More sharing options...
trq Posted April 28, 2007 Share Posted April 28, 2007 Seriously, if you knew php well enough, you wouldn't be asking such questions. A big part of learning to program is learning how to break your problems down into smaller parts. Your question is way too vague to attempt to answer. Link to comment https://forums.phpfreaks.com/topic/49131-membership-community/#findComment-240713 Share on other sites More sharing options...
PHPDunce Posted April 28, 2007 Author Share Posted April 28, 2007 Well I know various aspects but there are gaps. Such as what code do I use for forms and internet payments. I only know HTML forms. There's also connecting PHP to the database. I've heard of like five different ways of configuring PHP and MySQL. It is just quite confusing Link to comment https://forums.phpfreaks.com/topic/49131-membership-community/#findComment-240722 Share on other sites More sharing options...
trq Posted April 29, 2007 Share Posted April 29, 2007 Sorry, but if you don't know how to make a database connection in php then your a long way from developing a database driven web application. Ide suggest reading this. Link to comment https://forums.phpfreaks.com/topic/49131-membership-community/#findComment-240727 Share on other sites More sharing options...
PHPDunce Posted April 29, 2007 Author Share Posted April 29, 2007 Thank you. I'll try and make the best if it. A solid tutorial should help me rather than the disjointed ones I've seen. Link to comment https://forums.phpfreaks.com/topic/49131-membership-community/#findComment-240729 Share on other sites More sharing options...
PHPDunce Posted April 29, 2007 Author Share Posted April 29, 2007 One more sidenote: Am I able to test the PHP and database in Frontpage Link to comment https://forums.phpfreaks.com/topic/49131-membership-community/#findComment-241005 Share on other sites More sharing options...
trq Posted April 29, 2007 Share Posted April 29, 2007 Frontpage is an editor so yes, I'm not sure it has the features you need to preview your parsed (server side) code though. Really, there are allot of free PHP editors around that are allot better than Frontpage. Link to comment https://forums.phpfreaks.com/topic/49131-membership-community/#findComment-241014 Share on other sites More sharing options...
PHPDunce Posted April 29, 2007 Author Share Posted April 29, 2007 Any you could recommend? Google are offering a lot of random ones. Also do you have to configure your computer to like it Link to comment https://forums.phpfreaks.com/topic/49131-membership-community/#findComment-241020 Share on other sites More sharing options...
trq Posted April 29, 2007 Share Posted April 29, 2007 Search the board, the question comes up quite often. And yes, you'll still need a web and database server installed and configured. Link to comment https://forums.phpfreaks.com/topic/49131-membership-community/#findComment-241025 Share on other sites More sharing options...
trq Posted April 29, 2007 Share Posted April 29, 2007 Actaully, take a look at this sticky thread. Link to comment https://forums.phpfreaks.com/topic/49131-membership-community/#findComment-241027 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.