Jump to content

Script Viewer [Solved]


tet3828

Recommended Posts

Is it possible to view php scripts from sites that are already on the web?

I figured I could "view source" and see it but its all hidden. even in the pages I've made containing php script.

I am not being malicious here, I have a fairly good understanding of php Im am just looking for some hints on creating a shopping cart. thanks

Link to comment
https://forums.phpfreaks.com/topic/30598-script-viewer-solved/
Share on other sites

To clarify the quick explanation, since PHP [i]is[/i] a server-side scripting language, your PHP script will be processed by your server before output is sent, and the actual PHP script (i.e., the bits between "<?php" and "?>") will be stripped from your page. The actual output of PHP is variable though most commonly the end-result is an HTML page.
Link to comment
https://forums.phpfreaks.com/topic/30598-script-viewer-solved/#findComment-140937
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.