Log in

View Full Version : Working with PHP offline



LindaF
09-12-2006, 12:26 PM
which software do u use while working with php!! I uses easyphp but thats not upto the expectation!!!

how about naming yours,pliz :shock: :banghead: :rocking:
__________________
If you r reading this, you agree that i'm smart!! If not, you are jealous coz' you are not smart.... http://www.niumai.tk is my personal site

Twey
09-12-2006, 12:30 PM
I use the PHP CLI executable, or my local Apache/PHP setup if it has to output HTML or needs some input from the server. Vim or Kate to edit it. :)

codeexploiter
09-12-2006, 12:38 PM
I use XAMPP it is quite good, very simple to handle and install.

http://www.apachefriends.org/en/index.html

Twey
09-12-2006, 12:45 PM
The W3C validator (http://validator.w3.org/check?uri=http%3a%2f%2faningbo%2efrih%2enet%2f) is handy for checking the output, of course.

ItsMeOnly
09-12-2006, 12:48 PM
mcedit or nano (there's no place like localhost), loopback is still working right :)

Twey
09-12-2006, 01:04 PM
Ew, nano. nano's for people who haven't run vitutor yet. ;)

ItsMeOnly
09-12-2006, 01:50 PM
oh, you're too picky :)

shachi
09-12-2006, 05:46 PM
I use XAMPP and for testing my scripts I use my special PHP test bed(doesn't always work though ;)).

gameoverclocker
09-21-2006, 02:19 PM
I think you can use Php with Php designer 2006.

My favorite apache,php,dreamwear

boxxertrumps
09-22-2006, 12:39 AM
I use Abyss and downloaded the php5 package.
i have recently (bout 15 minutes ago) got the MySLQ database software.
i needed that to try out Twey's PHP login script.
got this error.....
http://www.freewebs.com/boxxertrumps/mslq.bmp
Best part Is, Its all free! yay.....

Twey
09-22-2006, 08:42 AM
got this error.....Queries in MySQL are separated with a semicolon (;). You neglected the semicolon after the CREATE DATABASE query :)