PDA

View Full Version : can iSilo convert php files?


manbar
02-27-2004, 11:09 AM
i have a lot of database contained data that i use for the web. i use php as programming language.

can i convert these dynamically populated pages using iSilo for handheld?
thanks

iSilo
02-27-2004, 11:38 AM
PHP is a scripting language. On a web server that has PHP functionality, you can have PHP pages that generate HTML.

So if your PHP pages are on a web server that has PHP support, and the pages generate HTML, the answer is yes.

manbar
02-28-2004, 02:34 PM
Thank you. the reason i asked was that my pages necessarily have .php extension and not .html. but you are correct in saying the pages have html codes anyway.

thanks again.

PHP is a scripting language. On a web server that has PHP functionality, you can have PHP pages that generate HTML.

So if your PHP pages are on a web server that has PHP support, and the pages generate HTML, the answer is yes.