Archive for the ‘PHP’ Category

Create Tabs Tables On PHP or HTML

If you’r making website with php only, not cms, and than you want to put some tabs effect simple tabs on your php code. i have some tutorial for you, like this picture 1. you must creat style.css and put this code on style.css .TabbedPanels { margin: 0px; padding: 0px; clear: both; width: 100%; /* [...]

PHP Include

Without understanding much about the details of PHP, you can save yourself a great deal of time with the use of the PHP include command. include takes a file name and simply inserts that file’s contents into the script that issued the include command Why is this a cool thing? Well, first of all, this [...]

Security Scanner Procces in your site

This Script for your have site or hostting reseller but u don’t have ssh account for check your prossesing i your hosting service or server.. just put thist script php and open this file in browser. it will work and will show the prosescing the code :  <?php echo “<html><head><title>Security Scanner</title>”; echo “<!– This code [...]

SQL*Loader and Tab Delimited Input Data

There’s a great article by Tom Kyte about loading a tab delimited file into Oracle using SQL*Loader which can be viewed here. It talks about using the hexadecimal character X’9′ (tab character) as the delimiter when implementing your control file. Although, it failed to add that if you add the OPTIONALLY ENCLOSED BY ‘”‘ option [...]

Posting Binary File Via a Proxy Using PHP Curl

Don’t ask me why I had to do this, but at work today, I had the need to post files up to a remote server while running the php script behind our firewall. Basically, we needed to make files inside our firewall available on the internet. I found out that the native fopen command cannot [...]

free website stats program

Web Reference - Web Book - Related Articles - Sitemap