PHP and PHP nuke

techboy

Adept
Where do I type the PHP code?
How do I install PHP and other software needed to run PHP?

How do I install PHP nuke?I have downloaded it but there is not install file?
 
PHP-Nuke requires you to install it on a server that has PHP, a database like MySQL installed.

Try to get Apache, PHP, MySQL running on your computer. Get PHPtriad or any other software that cofigures and installs all the 3 components on your system with a single click. Searching for WAMP (windows apache mysql php) will give you more such software and guides.

Or follow my guide here

http://members.lycos.co.uk/raghunandan85/wamp_guide.zip

Raghu.
 
PHPtraid is good if you have windows platform... It will do everything... Komodo is very good editor for PHP/Python/Perl etc but is not free.... :)

You can start writing PHP programs in notepad. Just make sure you change extension to .php... Tell us which platform u intend to work on... Then maybe more specific answers from the techies will come...
 
You could use a text editor called HAP Edit which is free from:
HERE

Your PHP files should end with a .php (pretty obvious).

To run PHP you need a webserver.
Get Xampp from:
HERE

Download the application as per your OS and requirements.

Both of the above mentioned softwares are freewares.
 
XTerminator said:
Your PHP files should end with a .php (pretty obvious).
Actually you can tell the PHP parser to parse ANY :cool2: Extension.
In Apache you can specify this by this :
AddType application/x-httpd-php .html

This will tell apache to get the document called to be parsed by PHP Parser and returned.... :eek:hyeah: :eek:hyeah:

Get Apache....Much easy.... Available for both Windows and Linux... :hap2: :hap2:
 
Back
Top