Application running locally on CD --Load PHP & MYSQL Ser

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
mparker1113
Forum Commoner
Posts: 28
Joined: Wed Apr 05, 2006 9:39 am

Application running locally on CD --Load PHP & MYSQL Ser

Post by mparker1113 »

Hi,

I have a customer who is asking about my building an application running php to run locally on a machine, and to connect online to get updates.

I guess that I would have to load the PHP engine and mysql server onto the cd, and then save the MYSQL database information locally.

Does this sound do-able ?

Much thanks,
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

do-able, yes.. storing the data locally (not on the CD), not the best of ideas.

I know we've talked about this but I can't remember anything specific enough to find it (due to searching limitations)
mparker1113
Forum Commoner
Posts: 28
Joined: Wed Apr 05, 2006 9:39 am

Size of PHP server and MY_SQL Server

Post by mparker1113 »

Hi,

I know , I know "look it up" --

but any braniac outthere know approx the size of the php server and the mysql administratoin files ?

PS -- the reason that I would put the databases on the client's machine, is so that they can have an updated version. or, i suppose that I could just have php on the cd which serves the local php page that queries the database that is located online... hmm that sounds like it should work, right ?
Post Reply