Tuesday, May 31, 2016

If Condition Meeting 6

Now we learn on "IF Ststement/Condition". In this example we still apply 2 files (pages) so that we can remember the previous lesson. Please pay attention to the single "if condition" below:<html><head><title>Conditions</title></head><body><h3>IF Condition</h3><br>Fill in a name and a exams mark[0-100] below:<form action="seven.php" method="post"><pre>Nama : <input type="text" name="usrname"...

Hazrat Isa a s By Hafiz Muhammad

Hazrat Isa a.s By Hafiz Muhammad Hazrat Isa a.s  A Prohphet of Allah . In this Book you will Read all story of Hazrat Isa a.s . I am daily basis posting a such a books so that people can read history of humanity. So Download ThisDownl...

Gallery Generator PHP Script Generate Picture Galleries On Your Web Site

Gallery Generator is the perfect and easy solution to generate picture galleries on your web site. It is all template based so just upload your templates and when you choose a template the script will automatically put the images where they are supposed to go.Requirements    PHP 5+ -http://www.php.net    GD Library – http://www.libgd.orgInstallation    Open config.inc in the main folder and modify the...

Financial Class

This class is made by Enrique Garcia to move excel functions into php class. This is very powerful to help develop web based financial system. The functions comprise FV (Future Value), PV (Present Value), PMT (Payment), NPER (Number of Periode), etc.This class can be downloaded from phpclass.com or here (12kb) including an example file.&nb...

User Registration and Login Script with PHP and MySQL

In this tutorial we will discuss about how to create user registration and login management system with PHP and MySQL in simple procedural way. user registration and login system is most important thing for any kind of web applications and session plays important role in this type of system, for that we have to use session, In this tutorial, we are going to use PHP sessions to keep user login status, here is live demo of this script or you can also...

Monday, May 30, 2016

Obfuscating php codes

Sometimes we may want to obfuscate our php scripts so that it s no longer human-readable. We can use trasher class freely downloaded from phpclasses.org or you can download here (3kb including example files).Below is the example of how to use it (before and after obfuscated):test.php (script which will be confuscated)<?php$x = 5;$y = 10;$z = $x * $y;echo ("X * Y = $z"); ?>sample.php (script which will confuscate test.php)<?php //...

Islam Ki Sachai Aur Science Ke Iterafaat

Islam Ki Sachai Aur Science Ke IterafaatIslam Ki Sachai Aur Science Ke Iterafaat Interesting Book  and answer of science Objection on Islamic Rul...

PHP Data Update and Delete Using OOP

This tutorial is continuation of my previous tutorial Data Insert and Select using OOPs, In this tutorial i will show you that how to use PHP with OOPs concept for Data Update and Data Delete of MySql, it's so easy to learn, have a look.Read more...

Free Website Directory PHP Script

Build a complete website directory in just minutes. No need for technical skills, it cant get any easier!. Features Fast and easy installation. Build a whole website in minutes.Multi-level category structure with unlimited number of categories.Integrated search engine.Easy management. Add/edit/delete/move categories and/or listings with one click.Easy customization. Change the layout by just editing the template files of the script.Build a human-edited...

DateClass and DateSpanClass

This file, dateclass.php, consists of two classes, namely, DateClass and DateSpanClass.DateClass allows you to add a period to a date. You can also retrieve periods such as begin/end of month, begin/end of week, and begin/end of quarters.DateSpanClass allows you to determine the span between two dates. The span can be a wide variety of different kinds of periods including year, month, week, weekdays, & quarters.These classes are written...

Sunday, May 29, 2016

Friendly Captcha

This package can be used to implement CAPTCHA validation using text with math expression.There is a base class that can display a text message to tell the user what he needs to input.A math subclass generates an expression with a random math operation between two number values.The user must enter the result of the operation to pass the CAPTCHA validation. The correct answer is stored in session variables for posterior validation.All files are written...

Hazrat Nooh a s History Tareekh in Urdu

Hy Friends, I am come back once again after a long time and bring a new book for you title is Hazrat Nooh a.s written by Aslam Rahi in PDF form...

Ajax Registration Script using jQuery with PHP and MySQL

This tutorial will show you how to create Ajax Signup form with jQuery using PHP MySQL and PDO. this will also guide creating a simple registration form using BootStrap, in most of websites you might have seen a registration form which accepts data from users and store into MySQL database without page refresh, this tutorial will also cover an important jQuery Validation part, proper validation using jQuery and database connectivity using PHP, you...

Text Ad PHP Script

This is a simple & straight-forward text ad script. This script was originally created to administrate the same copies of text/html in multiple web sites from a centralized administration area. The format of ads is free-format style. You can place any text and html code. If you want to display/administrate the same ads or same text/html snippets over multiple web sites, this script will greatly make your life easier. Download Text AD PHP Script...

Returning User Defined Function

A function can return a value using the return statement in conjunction with a value. The return statement stops the execution of the function and sends the value back to the calling code.Example: creates a function that returns the sum of two numbers.<?php function multiply($firstnum, $secondnum) { $result = $firstnum * $secondnum; return $result; } echo multiply(9,5); //will print "45" ?>Put these lines into a text file called multiply.php...

Saturday, May 28, 2016

Safe Upload

This class is made by Ahmed Selim Refaat Ahmed and can be used to process files uploaded via Web forms.It checks a given uploaded file and performs several checks before processing it like: checking the file name against a black list of banned names, check if the file already exists in a target directory, check whether the file size is not zero nor exceeds and given limit, check the MIME type against a list of accepted types, check the file name...

AmpJuke Online Music Streaming PHP Script

 Manage and stream your music online to several clients connected through a LAN and/or the internet in php.AmpJuke  php script will act as your streaming server. Besides online music streaming the script can fetch album covers/images/lyrics automatically using various web services from last.fm and other sources.Scan+import tags from as many tracks you like, use the favorites as well as a bunch of other personal settings to customize the...

A Simple But Secure PHP Login Script For Newbs

Recently I posted about a Login Script in PHP, but some of our readers emailed me and complained about the Implementation Complexity of the script.Though I still consider that script very secure and one of the best, but still to make the unsatisfied lot a little happy, I am going to share a very very simple and yet very secure PHP Login script with you guys.Hope this script will be easy to understand and implement.Besides, this script is quite secure,...

Switch Statement Meeting 9

"switch" statement is the alternative way to the multiple "if..elseif" conditions and can be shorter way to code than "if..elseif". The regular scripts applying "switch" staement is like this:switch (expression) { case result1: // execute this if expression results in result1 break; case result2: // execute this if expression results in result2 break; default: // execute this if no break statement has been encountered hitherto}a switch statement...

Friday, May 27, 2016

PHP Delete Data From MySQL

this tutorial help you to delete the inserted data from mysql using php that displayed in webpage, using php functions and mysql queries it's so easy to delete the the data from mysql database tablefor this you must have Database in MySql Read more...

Count Down Script In PHP

This class can show the time left until a moment in different formats. It can take as parameters the specification of a time remaining to a certain moment given the seconds, minutes, hours, days, weeks, months and years. The class can return the remaining time formatted in a a custom way with a given list of time format parameters. Download Count Down Script In PHP...

Mini Blog PHP Script Set Up Your Own Mini Blog

Cells Blog is a free but powerful mini-blog system. It can run on any web server that can execute PHP script codes.It comes alone with the SQLite data base so you can copy and play without any installation.Any question please first check to the FAQ in the Cells Blog official web site.More On Cells Blog... Cells Blog is a powerful mini-blog system. It can run on any web server that can execute PHP script codes. It comes alone with the SQLite...

Illaj e Nabvi aur Jadeed Science Pait Ki Bimariyan

Illaj e Nabvi aur Jadeed Science Pait Ki BimariyanFree Download Illaj e Nabvi aur Jadeed Science Pait Ki Bimariyan fresh copy of this book is for y...

Open Source Meta Search Engine PHP Script

This is a meta search engine software. It can query several other search engines and collate their results into a final result set. This way you can merge multiple data sources into one search. Requirements: Web Server: Apache PHP 5.2.0 or later Mod_rewrite GD library Features: There is a search queries log file. Option to highlight keywords within results. Templates usage. You can control the html code of the page footer, header, results, etc....

Thursday, May 26, 2016

Api Google Translate

api-google-translate is a class that can be used to translate text using the Google Translate API. This class is written by Jamie Telin from Sweden.It sends an HTTP request to Google Translate API Web server passing the text to be translated and the original and target languages pair.The class decode the JSON response returned by the server and returns the translated text.Version: 1.1 Required PHP version: 4.1 License: GNU Lesser General Public License...

Auto form PHP Script

This class can be used to generate HTML forms to manipulate MySQL table records. It can take a list of MySQL table fields and generate HTML for forms to select, insert, update, delete table records. The class can also perform given validations of specified fields and invoke given callback functions on certain form processing events. Download Auto Form PHP Script...

Code A Simple PHP Contact Form With A Reply To Option

Today I will show to how to code a Contact form in PHP Which also has a Reply To feature.It is very simple to do so using combination of HTML and PHP.The Code for the form is given below:Form Code:<form action="procesar_form.php" method="post" name="formulario" id="formulario" onsubmit=return validarFormulario()><label for="nombre">Nombre </label><input type="text" name="nombre" id="nombre" size="60"/><label for="apellido">Apellido...

MyBB Forum Software In PHP

An Easy to Use forum php scriptBoth for you and your visitorsA lot of thought has gone into the MyBB interface to make it easy to use. MyBB uses a standard discussion board structure in php, so your visitors will feel familiar with the way MyBB works. Your visitors can use the MyBB user control panel to change the way they view discussions. They can also easily start and reply to discussions and markup their posts. The forum administrators and moderators...

News Publishing PHP Script

The EasyMyNews is a free, simple, user friendly, php based news publishing script. You can easy publish and administrate your News! There is no need for a database. It is distributed under the GNU General Public License. Download News Publishing PHP Script...

Wednesday, May 25, 2016

Simple Member PHP Script Add Protective Area On Your Website

Simple Member allows you to put up that much needed protective area on your web site where you don’t want anyone snooping without first signing up. This is a real simple membership script written in PHP 5+ that requires MySQL 5+ to run it on your website.Requirements    PHP 5+ -http://www.php.net    MySQL 5+ – http://www.mysql.comMySQL Database Setup    Open sql.txt using any text editor. (located in the...

Jinnat Ka Postmortem Urdu PDF

Jinnat Ka Postmortem Urdu PDFJinnat Ka Postmortem Urdu PDF Book is Contains on Nabi Pak Sunnat Aamal  and Al Quran Amal for Jinnat Issues and proble...

PHP File Delete

You know how to create a file. You know how to open a file in an assortment of different ways. You even know how to read and write data from a file! Now its time to learn how to destroy (delete) files. In PHP you delete files by calling the unlink function....

Chalta Phirta Encyclopedia By Maqsood Ahmed Chughtai

Chalta Phirta Encyclopedia By Maqsood Ahmed ChughtaiChalta Phirta Encyclopedia   Free  Acquire   or even  read  on the net  Urdu book Chalta Phirta Encyclopedia  written by  Maqsood Ahmed Chughtai.  individual   which  A Brief knowledge  exactly about  immigration law  regarding   some other  country  world knowledge  that  Country  would be the...

Simple Image Gallery Image Gallery Management System In PHP

Simple Gallery is an easy to use image gallery management system written in PHP and utilizes jQuery, MySQL, and the GD Library. It allows multiple categories and subcategories as well as image hit / download tracking and a built in installer. Also, the latest version adds support for Thickbox displaying of images when downloading.Requirements    PHP 5+ -http://www.php.net    GD Library – http://www.libgd.org   ...

Tuesday, May 24, 2016

Securing Logo Image

Sometime, you may want to secure a logo (image) on your user-interface to avoid some replacement.In that case we can encode the image to a text-base code. To do that we need img2php class which can be downloaded from phpclasses.org or you can download it here (12.7kb including samples) Following are the example of steps after extracting the package:1. write this script<?phprequire_once("img2php.class.php");$t = new img2php;$t->generate("images/");...

A simple Validation Form in PHP

Today I am going to share a simple script in PHP which does the validation when user registers with your site.It is a very simple one and aimed at a complete newb.I am not going to discuss much about the script as it is pretty much self explanatory.The script is given below:<?php } else { $usr = new Users; $usr->storeFormValues( $_POST ); $n6 = 6; if( $_POST[password] == $_POST[cpassword] ) { echo $usr->register($_POST); } else { echo...

PHP Script To Parse Out Common Phrases In A Document

Today I will discuss with you a function written in PHP which will enable you parse out common phrases in a document.function getPhraseCount($string, $numWords=1, $limit=0) { // make case-insensitive $string = strtolower($string); // get all words. Assume any 1 or more letter, number or in a row is a word preg_match_all(~[a-z0-9]+~,$string,$words); $words = $words[0]; // foreach word... foreach($words as $k => $v) { // remove single quotes that...