Member Area
Categories
PHP Tutorials
Keyword:
Category:
Sub Category:
Min Rank:
Sort By: Rank | Views | Date
This tutorial is about creating a multi-level tree from the values stored in the database. This tutorial has 2 parts, first i will discuss how to store hierarchical data in a single table and the second part will teach you create a tree from database values using JavaScript.
Submitted by 100scripts on 19-May-2012( http://www.100scripts.com )
  |   Category: PHP » Miscellaneous   |   Views: 2
 
Password protect web pages by adding one line of PHP code to the page source. Script will show login form to protect content from unauthorized access. Includes login form, signup form, password reminder, and user management page for admin. Uses flat file database, no MySQL required. Can be set up to redirect after successful login.Installation:Update settings.php to match your needs (admin password, login form, signup form, and reminder form settings)Upload password protector (all the files from the p
Submitted by zubrag on 05-Feb-2012( http://www.zubrag.com )
  |   Category: PHP » Security   |   Views: 72
 
Use Smart File Downloader to avoid direct files downloads (hide real file paths), and to limit downloads to only some set of file types.Features:customizable allowed file types for downloadpredefined mime type settings for following extensions: zip, pdf, doc, xls, ppt, exe, gif, png, jpg, mp3, wav, mpeg, mpg, mpe, mov, aviHotlinking protectionScript can log downloads in plain text file. Log file includes: IP, date/time, filename. Can turn this feature on/off.automatic mime type detection (if M
Submitted by zubrag on 05-Feb-2012( http://www.zubrag.com )
  |   Category: PHP » Files   |   Views: 40
 
While the upload via XMLHttpRequest is not possible are there many examples and tutorials to upload file via some "virtual IFRAME".In this quick tutorial we will show how-to create such an Ajax upload form using the jQuery Form plug-in and our easy upload class. There is also a upload demo page available if you like to have a quick view on how it works. Okay let's start...The system is very simple, build your upload form just like normal. In place of posting the form to the script you use
Submitted by finalwebsites on 27-Jan-2012( http://www.finalwebsites.com )
  |   Category: PHP » Files   |   Views: 62
 
 
Use this script to protect your contact form, your whois query tool or just a form where some extra validation is needed. How does it work?A session will be created inside a dynamic image file (requires GD library). The random value of this image appears inside the generated CAPTCHA image. The user has to enter this value into a form field. While processing the form, the entered value get checked against the session value. Without entering the correct string a form will not be processed. This mechanism is
Submitted by finalwebsites on 27-Jan-2012( http://www.finalwebsites.com )
  |   Category: PHP » Security   |   Views: 48
 
This is my favorite download-script, it works with files bigger than 10 MB on Apache 1.3 (or higher). I added the cache control to open also text files and others (without saving). Use this example code to download files from a protected directory for example.
Submitted by finalwebsites on 27-Jan-2012( http://www.finalwebsites.com )
  |   Category: PHP » Files   |   Views: 58
 
 
If you are a facebook geek like me, you must have noticed till now the image rotate functionality in the photo albums. Facebook allows you to rotate images 90 degree clockwise and anti-clockwise after image upload. If you haven�t tried that till now, below is a screenshot for your convenience.
Submitted by abhinavsingh on 18-Mar-2011( http://www.abhinavsingh.com )
  |   Category: PHP » Image/Graphics   |   Views: 313
 
In this tutorial,learn how to work on PHP & MySQL File Download Counter
Submitted by tutorialzine on 18-Mar-2011( http://www.tutorialzine.com )
  |   Category: PHP » Basics   |   Views: 187
 
Who is online widget with PHP, MySQL & jQuery. It will display the number of visitors, currently viewing your site
Submitted by tutorialzine on 18-Mar-2011( http://www.tutorialzine.com )
  |   Category: PHP » Basics   |   Views: 188
 
Lists and explains all PHP data types, and shows how to read and change data types. Also looks at PHP's loose typing.
Submitted by ElatedDotCom on 15-Nov-2010( http://www.elated.com/ )
  |   Category: PHP » Basics   |   Views: 187
 
There are many topics on the forums that go again, topics many people often are having trouble with. One of these problem areas are how to handle dates, convert them to a different format, timezone issues, etc. This tutorial will attempt to address many of the commonest problems related to date and time issues.
Submitted by phpfreaks on 08-Oct-2010( http://www.phpfreaks.com )
  |   Category: PHP » Date and Time   |   Views: 240
 
Learn how to write PHP comments, and how to comment your PHP code effectively, in this easy-to-follow PHP tutorial.
Submitted by ElatedDotCom on 04-Oct-2010( http://www.elated.com/ )
  |   Category: PHP » Basics   |   Views: 215
 
PHP while loops let you run a piece of code again and again. Learn how to use PHP while loops and do...while loops in this beginner tutorial.
Submitted by ElatedDotCom on 04-Oct-2010( http://www.elated.com/ )
  |   Category: PHP » Basics   |   Views: 182
 
Learn how to use the PHP if statement to make decisions in your scripts. Also covers the PHP else statement.
Submitted by ElatedDotCom on 12-Sep-2010( http://www.elated.com/ )
  |   Category: PHP » Basics   |   Views: 149
 
Learn how to use the PHP elseif statement with this easy-to-follow PHP tutorial.
Submitted by ElatedDotCom on 10-Sep-2010( http://www.elated.com/ )
  |   Category: PHP » Basics   |   Views: 144
 
Writing PHP applications is pretty easy. Most people grasp the syntax rather quickly and will within short time be able to produce a script that works using tutorials, references, books, and help forum forums like the one we have here at PHP Freaks. The problem is that most people forget one of the most important aspects that one must consider when writing PHP applications. Many beginners forget the security aspect of PHP
Submitted by phpfreaks on 06-Aug-2010( http://www.phpfreaks.com )
  |   Category: PHP » Security   |   Views: 170
 
XML, Extensible Markup Language, is a general-purpose markup language which can be used for storing arbitrary data in a structured way. It is often used for sharing data between applications and a common usage of XML is for instance RSS feeds.
Submitted by phpfreaks on 06-Aug-2010( http://www.phpfreaks.com )
  |   Category: PHP » XML and PHP   |   Views: 160
 
Regular expressions, sometimes referred to as regex, grep, or pattern matching, can be a very powerful tool and a tremendous time-saver with a broad range of application
Submitted by evolt on 06-Aug-2010( http://www.evolt.org )
  |   Category: PHP » Miscellaneous   |   Views: 154
 
This article is intended primarily for intermediate to advanced users of PHP, as it is not exactly a tutorial, but a description of the implementation of an advanced Login System. Beginners who are looking to learn about user session and cookies in PHP are advised to read the above mentioned tutorial before reading this article.
Submitted by evolt on 06-Aug-2010( http://www.evolt.org )
  |   Category: PHP » Sessions and Cookies   |   Views: 208
 
In this tutorial Weâre going to learn how to create our own class that will be well constructed, as well as expandable. Resizing should be easy
Submitted by tutsplus on 07-May-2010( http://www.psd.tutsplus.com )
  |   Category: PHP » Image/Graphics   |   Views: 196


  • 1
  • 2