application development

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: application development

Post by onion2k »

pritam79 wrote:I need to develop a personal data management system in PHP-MySql which will contain personal data like notes, reminders, contacts, tasks....etc.....
That's fairly easy, but it's a lot of work. Just the 4 apps you mention there are each a week or two of development time to do properly - plus you'll have to create a user registration/login system, and possibly a little admin system too to control the user accounts. So long as you plan it properly you should be fine.
pritam79
Forum Commoner
Posts: 65
Joined: Wed Mar 26, 2008 9:28 am

Re: application development

Post by pritam79 »

Hi onion2k,
What changes have to be made to the code of a PHP web application which runs on localhost to ensure that it works properly on the internet? What will be the connection string in that case? Any other changes?
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: application development

Post by josh »

pritam79 wrote:I need to develop a personal data management system in PHP-MySql which will contain personal data like notes, reminders, contacts, tasks....etc.....
Better start reading up on structured programming theory.
Post Reply