$php_mysql$ Posted October 7, 2010 Share Posted October 7, 2010 by any means is there a way to view a email.php form source? not just the html part but the entire script including the php? Link to comment https://forums.phpfreaks.com/topic/215342-view-original-php-source/ Share on other sites More sharing options...
BlueSkyIS Posted October 7, 2010 Share Posted October 7, 2010 if you mean that you'd like to coerce a remote server to show you the un-parsed PHP code instead of the HTML output, the answer is no. Link to comment https://forums.phpfreaks.com/topic/215342-view-original-php-source/#findComment-1119826 Share on other sites More sharing options...
$php_mysql$ Posted October 7, 2010 Author Share Posted October 7, 2010 thanks Link to comment https://forums.phpfreaks.com/topic/215342-view-original-php-source/#findComment-1119830 Share on other sites More sharing options...
PFMaBiSmAd Posted October 7, 2010 Share Posted October 7, 2010 You would need to get that from the owner of the site or the author of the script. Think about it, if anyone could get the source php code for a page on a site, that would make all the sites using php open to attack because it would expose things like database login details, smtp authorization credentials, and security holes in the scripts. Given that there is such a huge amount of php code examples published all over the Internet, why would you need to get the source php code for a random email.php script? Link to comment https://forums.phpfreaks.com/topic/215342-view-original-php-source/#findComment-1119832 Share on other sites More sharing options...
$php_mysql$ Posted October 7, 2010 Author Share Posted October 7, 2010 thanks mate for info Link to comment https://forums.phpfreaks.com/topic/215342-view-original-php-source/#findComment-1119869 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.