Page 1 of 1

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

Posted: Wed Apr 05, 2006 3:37 pm
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,

Posted: Wed Apr 05, 2006 3:41 pm
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)

Size of PHP server and MY_SQL Server

Posted: Wed Apr 05, 2006 4:40 pm
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 ?