Any good free Web design programs for PHP?
There’s a Website in which the page is entirely in PHP, but displays the page as HTML. I need a free Web design program that would display PHP code as HTML so I can make some changes to the page.
Dude , PHP code is interpreted to the appropriate HTML when the Web server sends the requested Web page to the browser ( the Web server does NOT send PHP under normal conditions UNLESS error)
…not sure what ur asking about
Dude , PHP code is interpreted to the appropriate HTML when the Web server sends the requested Web page to the browser ( the Web server does NOT send PHP under normal conditions UNLESS error)
…not sure what ur asking about
References :
If it’s your code, save it as .phps and you can view the source via a browser. Theres no way to retrieve code any other way.
References :