-
Working with PHP offline
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
-
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. :)
-
I use XAMPP it is quite good, very simple to handle and install.
http://www.apachefriends.org/en/index.html
-
The W3C validator is handy for checking the output, of course.
-
mcedit or nano (there's no place like localhost), loopback is still working right :)
-
Ew, nano. nano's for people who haven't run vitutor yet. ;)
-
-
I use XAMPP and for testing my scripts I use my special PHP test bed(doesn't always work though ;)).
-
I think you can use Php with Php designer 2006.
My favorite apache,php,dreamwear
-
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.....
-
Quote:
got this error.....
Queries in MySQL are separated with a semicolon (;). You neglected the semicolon after the CREATE DATABASE query :)