mysql - php application on cd-rom

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
bytte
Forum Commoner
Posts: 75
Joined: Sun Nov 23, 2003 8:20 am
Location: Belgium

mysql - php application on cd-rom

Post by bytte »

Hey,
I have a working php website that uses a mysql database.
This is the system:

User enters the city he lives in and presses ENTER

User gets the nearest offices of our organisation, seen from his city.


Now we want to put this system (or something likewise) on a cd-rom. How could I do this? I can't use php/mysql on a cd-rom of course?

Thanx.
User avatar
redhair
Forum Contributor
Posts: 300
Joined: Fri May 30, 2003 4:36 pm
Location: 53.23N-6.57E
Contact:

Post by redhair »

Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

You actually could run your PHP from a CD-rom... Just have on the CD an internet link to your website and an auto-run file...
Post Reply