Monday, December 13, 2010

CJ Ad Banner Rotator Using Simple PHP Script

The contents of "CJ Ad Rotator" ........1. adrotate.php 2. displayad.inc 3. linkcode.inc 4. Example Include.php 5. Readme.txt 6. Copying.txt (GPL) 7. and just incase you forgot where it came from.... an Internet Shortcut :DFiles Required ~~~~~~~~1. adrotate.php 2. displayad.inc 3. linkcode.inc 4. A php page to display the adrotate.php » note: the page must be renamed...

By PHP with No comments

404 Trapper PHP Script download

Download 404 Trapper PHP Script <?php ######################################################### # 404 Trapper # ######################################################### # This script was created by: # PHPSelect Web Development Division. # # You are granted full rights to use this script on any...

By PHP with No comments

8Ball Magic Script using PHP script

Installation instructions for 8-BallThe file and edit template.html to suit your needs. Where you want the form to appear in the web page, insert the string %%FORM%% and where you want the answer to be displayed, insert the string %%ANSWER%%. Open 8ball.php and set the $template variable to the name of your template HTML file, if different from the default "template.html." Edit the $answers...

By PHP with No comments

2Checkout payment Gateway integration using PHP

Installation and Usage ======================================== In order to use the CC Processor Gateway Interface, you must have an account with 2Checkout http://www.2checkout.com/ Open the processors.php script and set the variable as indicated at the top of the script. Upload the script to your server and then follow the instructions below. HOW TO USE - 2CHECKOUT ======================================== Using...

By PHP with 14 comments

Password Protect PHP Script

Set usernames / passwords below between SETTINGS START and SETTINGS END. Open it in browser with "help" parameter to get the code to add to all files being protected. Example: password_protect.php?help Include protection string which it gave you into every file that needs to be protected Add following HTML code to your page where you want to have logout link <a href="http://www.example.com/path/to/protected/page.php?logout=1">Logout</a>...

By PHP with No comments

PHP Find my IP address Script

This is the simple script for findiong my IP Address by using PHP By using this script you agree that we will not be held responsible for any damages to you or your business or website For more scripts, tutorials, free Cpanel hosting and all round webmaster resources <? $host = $_SERVER["HTTP_HOST"]; $userip = $_SERVER['REMOTE_ADDR']; $vis_ip = $_SERVER["REMOTE_ADDR"]; $user_agent...

By PHP with No comments

Simple PHP Free membership script

In order to get this membership script working you need a PHP Web Hosting account with one Mysql database. Step 1: Login to your web hosting account and create a database and inport the database.sql file. Step 2: Open config.php with notepad and change the settings to your database details. Step 3: Upload all the files to your web server. If you have completed the following steps above your free...

By PHP with No comments

Free PHP Random quote script

This is a random quote script By using this script you agree that we will not be held responsible for any damages to you or your business or website For more scripts, tutorials, free Cpanel hosting and all round webmaster resources <? $random_text = rand(1,5); if($random_text == "1") { // change the text below for quote one echo "This is random quote One!"; }elseif($random_text == "2") { //...

By PHP with No comments

Php Script for File Downloder

This is a simple script to enable your visitors download your files. The script can be used for protection from direct download, check user's authentication, write logs, and such. Features -------- * Can download any files: zip, images, pdf, php, etc. * Displays a 'You are downloading...' page before sending the file. * Simple and easy to develop. INSTALLATION ------------ 1. Move the script to...

By PHP with No comments

Sunday, December 12, 2010

Feedback form Using PHP Script Form

Install Instructions: 1.Open eeezy_mail.php and edit the first $msg variable, $to (your email address), $subject (subject of the email you will get upon submission, the first $mailheaders (your email again). That is it. If you use this script, please keep the link to my site intact. <html> <head> <title>EEEzy Feedback Form V 1.2</title> </head> <body> <? $form_block...

By PHP with No comments

Friday, November 19, 2010

How to use the JavaScript in our Webpage HTML

JavaScript Starting and Ending with Script Tags <Script> Tags Starting with <script type = text/javascript> and ending with </script>. Syntax of JavaScript: <html>    <body>      <script type="text/javascript">         ... //Place the JavaScript code      </script>   ...

By PHP with No comments

JavaScript Table of Contents

 JavaScript Introduction JavaScript How to Work JavaScript Write JavaScript Html Tags JavaScript Alert Msg JavaScript Variables JavaScript Loops JavaScript Date JavaScript Array JavaScript Functions...

By PHP with No comments

Introduction About JavaScript

Netscape developed the client side scripting language called JavaScript. JavaScript used along with HTML to build an efficient web site / webpage. In Starting stage, all the websites developed only in the static pages using HTML. On that time, not able to develop the dynamic action pages in the web based information’s. JavaScript’s used as following way, create dynamic changes, validate forms,...

By PHP with No comments

Thursday, November 18, 2010

PHP File Extensions

PHP files are following file extensions only .php .php3 .phtml This files content text, HTML, Javascript, sty...

By PHP with No comments

What is PHP?

PHP is the powerful open source server side scripting language.PHP means Hypertext Preprocessor. In this PHP script runs only on server side not client side. Mostly all the databases are suitable for using PHP (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc. ) Its a free to download and easy to use. Before going to use PHP, You should know about following, HTML JAVASCRI...

By PHP with No comments

Wednesday, November 17, 2010

Login Page creation using PHP/MYSQL

When you are going to create login, you should follow the following steps Technology : PHP Database MYSQL Server : WAMP 1. Create the user table CREATE TABLE `Users` ( `user_id` int(4) NOT NULL auto_increment, `username` varchar(65) NOT NULL default '', `userpassword` varchar(65) NOT NULL default '', PRIMARY KEY (`user_id`) ) TYPE=MyISAM AUTO_INCREMENT=1 ;    Insert user login information...

By PHP with No comments

    • Popular
    • Categories
    • Archives