Tuesday, September 24, 2013

Search value inside the array in php

Title: Search value inside the array in php
Language: php
File size: 1kb
Tags: PHP


This example Search value inside the array in php is very understandable program.The use of this code is to searh the value inside the array.

This array stores multiple values in one single variable.and this array type is Associative arrays.

This is the sample code:
<?php
if(isset($_POST['submit']))
{
$found='no';
$data=array(23,24,25,26,27);
$num=$_POST['num'];
foreach($data as $value)
{
if($value==$num)
{
$found='yes';
break;
}
}
if($found=='yes')
echo "<script>alert('Value Found')</script>";
else
echo "<script>alert('Value not Found')</script>";
}
?>
If you want to try it to your self you can download the full code by clicking the download below.

System requirements to run php:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple how to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to your browser and follow this path(localhost/foldername/filename.php)

Click here to Download!

Search from array using php

Title: Search from array using php
Language: php
File size: 1kb
Tags: PHP

This example Search value inside the array in php is very understandable program.The use of this code is to searh the value inside the array.

This array stores multiple values in one single variable.and this array type is Associative arrays.

If you want to try it to your self you can download the full code by clicking the download below.

System requirements to run php:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple way to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to your browser and follow this path(localhost/foldername/filename.php)
Note:Make sure that you complete requirements above.

Click here to Download!

Input validation

Title: Input validation
Language: php
File size: 10kb
Tags: PHP

Input validation in php very useful for the beginners who studied web development with ph.This is very useful if you are creating login page for youw website or you can use this code to create registration form you can trap all the requireds if you are using this one.

If you want to try it to your self you can download the full code by clicking the download below.

System requirements to run php:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple way to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to your browser and follow this path(localhost/foldername/filename.php)
Note:Make sure that you complete requirements above.

Click here to Download!

Advance pagination using only php

Title: Advance pagination using only php
Language: php
File size: 20kb
Tags: PHP

Advance pagination help you to save the area of your page and to avoid scrolling the browser. If yo have a lot of content much better to use this pagination.

If you want to try it to your self you can download the full code by clicking the download below.


System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple way to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to localhost/phpmyadmin and click TAB import->browse the sql file sql file attached with the folder anf Click Go
  • Now go to your browser and follow this path(localhost/foldername/filename.php)
Note:Make sure that you complete requirements above.

Click here to Download!

Check username if available using php and ajax


Title: Check username if available using php and ajax
Language: php/Ajax/MYSQL
File size: 20kb
Tags: PHP/Ajax/mysql

Check username if available using php and ajax automatic check data from database if the username if available and this is live textbox with ajax and very easy to debug and change the code what you need.

If you want to try it to your self you can download the full code by clicking the download below.

System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple way to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to localhost/phpmyadmin and click TAB import->browse the sql file sql file attached with the folder anf Click Go
  • Now go to your browser and follow this path(localhost/foldername/filename.php)
Note:Make sure that you complete requirements above.

Click here to Download!


Create your own account using php

Title: Create your own account using php
Language: php
File size: 10957k
Tags: PHP

 Allow user to create  own account using php are very useful for beginners.This system contains user and admin base User can create own account like social network and user allow to upload images and edit profile information.And the admin can delete the records of user and more.. i just want you to know that i am very happy to share my kowledge and this code. gudluck

If you want to try it to your self you can download the full code by clicking the download below.

System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple way to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to localhost/phpmyadmin and click TAB import->browse the sql file sql file attached with the folder anf Click Go
  • Now go to your browser and follow this path(localhost/foldername/filename.php)
Note:Make sure that you complete requirements above.

Click here to Download!

Delete multiple row in php

Title: Delete multiple row in php
Language: php
File size: 20kb
Tags: PHP

Deleting multiple row using php you can delete multiple records  by checking the checkbox.

If you want to try it to your self you can download the full code by clicking the download below.

System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple way to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to localhost/phpmyadmin and click TAB import->browse the sql file sql file attached with the folder anf Click Go
  • Now go to your browser and follow this path(localhost/foldername/filename.php)
Note:Make sure that you complete requirements above.

Click here to Download!

Delete single row using php

Title: Delete single row
Language: php
File size: 20kb
Tags: PHP

Basic deleting the records from database for php beginners try this one and study every line of my codes i know that you can get a lots of ideas in this code and don't forget to share this code to other beginners.

If you want to try it to your self you can download the full code by clicking the download below.

System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple way to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to localhost/phpmyadmin and click TAB import->browse the sql file sql file attached with the folder anf Click Go
  • Now go to your browser and follow this path(localhost/foldername/filename.php)
Note:Make sure that you complete requirements above.

Click here to Download!

Dynamic textbox in php

Title: Dynamic textbox
Language: php
File size: 20kb
Tags: PHP

Dynamic textbox you can create this in php without javascript by using looping in php input the number of textbox you want to display and click submit now you can see more textbox displayed.

If you want to try it to your self you can download the full code by clicking the download below.


System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple how to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to your browser and follow this path(localhost/foldername/filename.php)

Click here to Download!

Email check availability using ajax and php+MYSQL

Title: Email check availability
Language: php
File size: 10957k
Tags: PHP


Email check availability using ajax/php automatic return the result while typing the textbox validation auto load without submitting button you can use this code for you registration form and you can easily edit this one hope you like it.

If you want to try it to your self you can download the full code by clicking the download below.

System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple way to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to localhost/phpmyadmin and click TAB import->browse the sql file sql file attached with the folder anf Click Go
  • Now go to your browser and follow this path(localhost/foldername/filename.php)
Note:Make sure that you complete requirements above.

Click here to Download!

fetching data from database

Title: fetching data from database
Language: php
File size: 20k
Tags: PHP

 This code show how to display all the data from database using php/mysql.
If you want to try it to your self you can download the full code by clicking the download below.

System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple way to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to localhost/phpmyadmin and click TAB import->browse the sql file sql file attached with the folder anf Click Go
  • Now go to your browser and follow this path(localhost/foldername/filename.php)
Note:Make sure that you complete requirements above.

Click here to Download!

For loops example

Title: For loops example
Language: php
File size: 20kb
Tags: PHP

For loops example a basic understanding of for loops

If you want to try it to your self you can download the full code by clicking the download below.


System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple how to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to your browser and follow this path(localhost/foldername/filename.php)

Click here to Download!

Input Numeric in php

Title: Input Numeric
Language: php
File size: 20kb
Tags: PHP

Input validation and filter numeric value

If you want to try it to your self you can download the full code by clicking the download below.


System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple how to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to your browser and follow this path(localhost/foldername/filename.php)

Click here to Download!

multiple dropdown

Title: multiple dropdown
Language: php
File size: 20kb
Tags: PHP

multiple dropdown using html, and php for returning the result when submitting

If you want to try it to your self you can download the full code by clicking the download below.


System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple how to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to your browser and follow this path(localhost/foldername/filename.php)

Click here to Download!

Save data to database without loading the browser

Title: Save data to database without loading the browser
Language: php
File size: 20kb
Tags: PHP

Save data to database without loading the browser very useful for low connection of internet and low computer because ajax do faster to save data to database without refreshing the page.

If you want to try it to your self you can download the full code by clicking the download below.

System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple way to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to localhost/phpmyadmin and click TAB import->browse the sql file sql file attached with the folder anf Click Go
  • Now go to your browser and follow this path(localhost/foldername/filename.php)
Note:Make sure that you complete requirements above.

Click here to Download!

Login and registration using codeigniter

Title: Login and registration using codeigniter
Language: php
File size: 2mb
Tags: PHP

Login and registration using codeigniter framework
In this tutorial, I will explain you user login and registration with CI.
If you want to try it to your self you can download the full code by clicking the download below.

CI Requirements


System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple way to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to localhost/phpmyadmin and click TAB import->browse the sql file sql file attached with the folder anf Click Go
  • Now go to your browser and follow this path(localhost/foldername/filename.php)
Note:Make sure that you complete requirements above.

Click here to Download!

Order processing system using PHP

Title: Order processing system
Language: php
File size: 5mb
Tags: PHP

Simple order processing system people allow to order Passion dress online and admin can accept order.
User
  • Allow user to register with the complete information such as first name,last name,etc.. the very important  info of the user is location or complete address.
  • Allow user to login and manage account.
  • User Allow to cancel order through logging in 
Admin
  • Admin can manage all user account.
  • Admin only allows to manage the data of the company.
  • Admin can also accept the order of the customer
If you want to try it to your self you can download the full code by clicking the download below.

System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple way to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to localhost/phpmyadmin and click TAB import->browse the sql file sql file attached with the folder anf Click Go
  • Now go to your browser and follow this path(localhost/foldername/filename.php)
Note:Make sure that you complete requirements above.

Click here to Download!

Pop up modal user twitter bootstrap

Title: Pop up modal user twitter bootstrap
Language: html,css
File size: 20kb
Tags: PHP

Pop up modal user twitter bootstrap very simple to create popup in  twitter bootstrap pefect framework in css and html.

If you want to try it to your self you can download the full code by clicking the download below.


System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple how to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to your browser and follow this path(localhost/foldername/filename.php)

Click here to Download!

Sending email using php

Title: Sending email using php
Language: php
File size: 20kb
Tags: PHP

Sending email using php you can run this one through online server this is not work in localhost if you want to try to  run this one find free webhost.i recommend 000webhost.com register here and upload my files to files manager.

If you want to try it to your self you can download the full code by clicking the download below.



System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple way to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to localhost/phpmyadmin and click TAB import->browse the sql file sql file attached with the folder anf Click Go
  • Now go to your browser and follow this path(localhost/foldername/filename.php)
Note:Make sure that you complete requirements above.

Click here to Download!

Example of registration form step by step

Title: Example of registration form step by step
Language: php
File size: 20kb
Tags: PHP

Example of registration form step by step
This example show how to create registration form step1 step2 step3 process

If you want to try it to your self you can download the full code by clicking the download below.

System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple way to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to localhost/phpmyadmin and click TAB import->browse the sql file sql file attached with the folder anf Click Go
  • Now go to your browser and follow this path(localhost/foldername/filename.php)
Note:Make sure that you complete requirements above.

Click here to Download!

Email check availability in php

Title: Email check availability
Language: php
File size: 10957k
Tags: PHP


Email check availability using ajax/php automatic return the result while typing the textbox validation auto load without submitting button you can use this code for you registration form and you can easily edit this one hope you like it.

If you want to try it to your self you can download the full code by clicking the download below.

System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple way to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to localhost/phpmyadmin and click TAB import->browse the sql file sql file attached with the folder anf Click Go
  • Now go to your browser and follow this path(localhost/foldername/filename.php)
Note:Make sure that you complete requirements above.

Click here to Download!

Visitors Counter using php

Title: Visitors counter
Language: php
File size: 10957k
Tags: PHP


Visitors counter using php copy this one and paste it to your website to count how many visitors you are.

If you want to try it to your self you can download the full code by clicking the download below.

System Requirement to run PHP:
  • Xampp server or Wamp server to download this software click here.
  • Any Browser Google chrome,Firefox,Opera,Safari.. etc.
  • Php editor you can user Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have.
This is the simple how to run this program.
  • First Download the files here.
  • Next Extract the zip files to htdoc this is the path of htdocs(C://xampp/htdocs) 
  • Now go to your browser and follow this path(localhost/foldername/filename.php)

Click here to Download!

Like us on Facebook

Popular Posts