It's free and you have access to premium codes!
Welcome back! Please login to your account.
Don't worry, we'll send you a message to help you to recover your acount.
Please check your email for instructions to activate your account.
Written by 20 November 2012
Do you have special styles that are secret? You can hide your CSS file by this script. The full package is available at the attachment. Just put your styles in the style.php and Enjoy!
<!-- this script is provided by https://www.phpfreecode.com coded by: Kerixa Inc. -->
<!-- This Script is from www.phpfreecpde.com, Coded by: Kerixa Inc-->
<?php
session_start();
$_SESSION['csskey'] = "ok";
?>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<table style="border: 1px solid #000000;width: 485px" align="center">
<tr>
<td class="Style1" >
Style1</td>
<td class="Style2" >
Style2</td>
</tr>
</table>
<br>
<div style="text-align: center">
<font face="Tahoma"><a target="_blank" href="http://www.phpfreecode.com/">
<span style="font-size: 8pt; text-decoration: none">PHP Free Code
</span></a></font></div></body><a target='_blank' href='https://www.phpfreecode.com' style='font-size: 8pt; text-decoration: none'>Php Best Codes</a>
Comments
Here you can leave us commments. Let us know what you think about this code tutorial!