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 wrote:I need to develop a personal data management system in PHP-MySql which will contain personal data like notes, reminders, contacts, tasks....etc.....
application development
Moderator: General Moderators
Re: application development
Re: application development
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?
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
Better start reading up on structured programming theory.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.....