installation of php

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Bob

installation of php

Post by Bob »

Sorry it's an easy question. but I don't know how to use textpad with php. I can't make php file. thank you to answer me with detail. thanks
SunGod

Post by SunGod »

First check out www.php.net for all you could ever want to know about PHP.

I'll assume you know the basics of PHP; you can write PHP code in TextPad just like any other language (HTML, XML, etc.). Just use the proper PHP syntax, save the PHP file with the *.php extension on a web server that has PHP properly installed, and you should be good to go. (Ask your web server's administrator if they have PHP installed, and where/how you can save files on it.)

Check out the Add-On section of the TextPad website; it has a PHP syntax definition add-ons for TextPad that can help ease the coding process a bit. I've used TextPad for years to build websites with HTML, PHP, etc., and it's basically seamless - code in TextPad, save it to the web server, check out the result in a browser. Easy.
Post Reply