Creating installable files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pritam79
Forum Commoner
Posts: 65
Joined: Wed Mar 26, 2008 9:28 am

Creating installable files

Post by pritam79 »

How can i make a web application developed using PHP+MySql installable, so that users will first need to go through an installation process before using it? Also , during the installation process a user has to be given the options that he wants to be included in the final installed application. Does this mean creating a single config file that would generate the customized pages? How can i do these two things? Please help.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Creating installable files

Post by Christopher »

There are obviously several different ways to do this. Take a look at Wordpress or phpMyAdmin to see examples of how it is done.
(#10850)
pritam79
Forum Commoner
Posts: 65
Joined: Wed Mar 26, 2008 9:28 am

Re: Creating installable files

Post by pritam79 »

I need to create a data management system which will have several options for the user to select during installation, such that only the options that the user selects get installed in the system. how do i do this using PHP/MySql?
Rovas
Forum Contributor
Posts: 272
Joined: Mon Aug 21, 2006 7:09 am
Location: Romania

Re: Creating installable files

Post by Rovas »

I don' t understand what you want.
Do you want to install on the machine of the client or you want to create an application on a server and the client access it ?
pritam79
Forum Commoner
Posts: 65
Joined: Wed Mar 26, 2008 9:28 am

Re: Creating installable files

Post by pritam79 »

Could you please tell me what do i need to do if i want either to install on the machine of the client or create an application on a server and the client access it?
Post Reply