Click to See Complete Forum and Search --> : PHP\MYSQL


jutah
11-13-2000, 01:25 AM
Is it possible to set up PHP and MYSQL to just test some web apps offline. For example if I wanted to write some application that stores information from a form in MYSQL and then recalls it later, but I went to mess around with it and test it without actually being connected. Is this possibe?

thanks
jutah

The_Stack
11-13-2000, 12:30 PM
Setup a web server on your local machine then setup PHP and MYSQL on your local machine, write up your HTML and PHP scripts and store them on your local machine. Finally connect to your local machine via web browser: http://127.0.0.1/

good luck!