Page 2 of 2
Re: application development
Posted: Fri Jan 16, 2009 11:53 pm
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.
Re: application development
Posted: Sat Jan 17, 2009 3:49 am
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?
Re: application development
Posted: Sat Jan 17, 2009 2:54 pm
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.