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.you can use PHP on a cd using:
<!-- m --><a class="postlink" href="http://netcity.hinet.net/capacito/wwi">http://netcity.hinet.net/capacito/wwi</a><!-- m -->
but you'd prolly have to use a flat text file for the data instead of MySQL.you can use php on a cd but not mysql.
but you can use xml file for the database. I seen a tutorial on that somewhere, let me see if I can find it.
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.you can use PHP on a cd using:
<!-- m --><a class="postlink" href="http://netcity.hinet.net/capacito/wwi">http://netcity.hinet.net/capacito/wwi</a><!-- m -->
but you'd prolly have to use a flat text file for the data instead of MySQL.you can use php on a cd but not mysql.
but you can use xml file for the database. I seen a tutorial on that somewhere, let me see if I can find it.