The official web hosting company for the BlueVoda Website Builder. You are currently viewing our support forum as a guest which gives you limited (read only) access. By joining our support forum you will be able to ask questions, participate in discussions and receive assistance. Registration is fast and simple. Click Here To Join our support forum today! We look forward to helping you build and publish a fantastic website.
Php code will not show on the browser. It will not even show in a code grabber, as grabbers are only capable to grab the html output created by a php page.
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
Could someone elaborate on what is meant by "source code"?
im confused as to whether or not this is the same thing:
I download or save the .php file to a folder on my computer, then "right-click" the file, select "Open with>Notepad for simple viewing or Dreamweaver MX for a more structured view..
Vewing the source code means vewing the code that creates an output on your browser. If the fles are pure html, what you see as source code is what actually the code of the file (page) is, but with php it is not like that. You only see the html code produced by the php code. The php itself cannot be downloaded or saved. When you visit a html page, the server answers the client request with the file content, when you visit a php page, the server interpretes the php code, and generates a response in html. What you see is this response, not the php code.
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
Vewing the source code means vewing the code that creates an output on your browser. If the fles are pure html, what you see as source code is what actually the code of the file (page) is, but with php it is not like that. You only see the html code produced by the php code. The php itself cannot be downloaded or saved. When you visit a html page, the server answers the client request with the file content, when you visit a php page, the server interpretes the php code, and generates a response in html. What you see is this response, not the php code.
Fantastic, I really need to stop second guessing myself sometimes. I appreciate the clarification.
thankz guys, 4 ur reply to me quotes.. but is there any possible to get the PHP code using any "File Operation"; ie., file read, file open etc.. in a specific website.. like http://www.sample.com/one.php
Comment