
Billh93 wrote:I have a question when you want to make a social network or something of that norm. Will my site be less secure If I write every file in php as oppose to whole html files with php scripts included? I know writing everything in php makes everything much simpler but is it secure as html? Thanks.
<?php
php code();
?>
<html>
<head>
</head>
<body>
<p>text stuff<p>
</body>
</html>


Billh93 wrote:ahh okay thanks for the input! btw how do I mask the url for my php files. Example: http://www.site.com/?phpid=34242 into http://www.site.com/settings .




Users browsing this forum: No registered users and 0 guests