<HTML> <HEAD> <TITLE>New Webpage name</TITLE> </HEAD> <FRAMESET rows=”100%,*” border=0 frameborder=0 framespacing=0> <FRAME name=top src=”http://google.com” noresize> </FRAMESET> </HTML>
Archive for the ‘PHP’ Category
HOWTO: suphp with cpanel suphp is an alternative to phpsuexec. It is an Apache module that lets PHP scripts run as the owner of the script, instead of the web server. This offers many security and usability enhancements to the world of PHP web serving. Mainly, when users create and modify files in their directory [...]