Browse All Question and Answer Items
Items selected where Topic is Source Viewer Software
Topic: Source Viewer Software
Q: thanks for the source viewer, it works really well. I've integrated it into a php newsletter mail script (shows user source code of an email updated by a content CMS which they then cut and paste) However I want the php to be processed so it just shows html output. Could you tell me how to do this? Or do you know of any code similar to yours which just outputs html?
A: If you only want to display the html you could simply use a the View Source function of the browser. To do it with php you can could encode the html (so it displays as text not html) and echo (write) this to your page. I am not aware of any standard scripts that do this. But you could try a search at www.resourcedb.com or www.hotscripts.com .
This Question and Answer Item relates to Source Viewer Software from www.softswot.com.
Browse Other Source Viewer Software Items - Browse All Question and Answer Items
Topic: Source Viewer Software
Q: After reading more carefully, I realize that the script has to be installed on my own server and is for viewing my own php scripts. I thought that it was a script for seeing php code on other sites. If that was the case I wanted to learn how to counteract it. As it stands, It may be an excellent debugging tool rather than using echo statements. How much is the software.
A: $0, it is free. We actually use it to display source code to users at www.ezyform.com .
This Question and Answer Item relates to Source Viewer Software from www.softswot.com.
Browse Other Source Viewer Software Items - Browse All Question and Answer Items
