|
|
Description: Sometimes the documentation in PHP or code written by others isn't that great. Here, you learn more about the objects and classes your working with.
Platform(s): All
Price: Free
Visits: 1140
Rating: (0 after 0 votes) |
Description: Topics include installing PHP and Tomcat; creating PHP pages; displaying pages in Chinese; saving Chinese characters to MySQL database; fetching Chinese characters from MySQL database.
Version: 1.0
Platform(s): All
Price: Free
Visits: 1012
Rating: (4.00 after 1 votes) |
Description: This lab series is not a tutorial on writing PHP programs or scripting dynamic Web pages. Rather its intent is to demonstrate how you can use PHP to separate the different elements that make up a well designed and valid Web page into their component parts and have these parts adapt in certain powerful ways. These components correlate almost exactly with the modular design of XHTML itself.
Platform(s): All
Price: Creative Commons
Visits: 1507
Rating: (2.50 after 6 votes) |
Description: Describing step by step building of a PHP application based on Zend Framework. Features of the Web application: full use Zend Framework with MVC design; registration form with CAPTCHA; sending email with confirmation code, activation of users; lost password retrieval; simple profile editing; simple user administration.
Platform(s): All
Price: Free
Visits: 1505
(~ 1/day)
Rating: (2.56 after 55 votes) |
Description: See how to access the environment settings set by the web server for your CGI script written in PHP. The list in this tutorial contains names and descriptions of the each value accessible in PHP. This will help you to get various information about the user and the HTTP requests.
Platform(s): All
Price: Free
Visits: 1852
Rating: (2.33 after 3 votes) |
Description: If you have followed our tutorials and have the Apache server installed and running, and the PHP engine installed and configured, you can now use this tutorial to configure the Apache server to run the PHP engine as CGI to support PHP scripts.
Version: 1
Platform(s): All
Price: Free
Visits: 81
Rating: (5.00 after 1 votes) |
Description: A function to change an email address or URL into a clickable HTML link using eregi_replace.
Platform(s): Unix
Price: Free
Visits: 2288
Rating: (3.17 after 6 votes) |
Description: Learn how to count the words from a string.
Platform(s): All
Price: Free
Visits: 1600
Rating: (3.75 after 4 votes) |
Description: Learn how to make your own customised error 404 documents using .htaccess on an Apache server.
Platform(s): Unix
Price: Free
Visits: 1756
Rating: (2.00 after 1 votes) |
Description: Design patterns are very useful. Find out how to use the Singleton and what its good for.
Platform(s): All
Price: Free
Visits: 1261
Rating: (5.00 after 3 votes) |
Description: Use this software to rent DVDs, CDs, video games, adult DVDs, and books. With streaming video on demand.
Version: 5.1
Platform(s): Linux
Price: Contact Webmaster
Visits: 1811
Rating: (5.00 after 1 votes) |
Description: At first sight, PHP lacks functional programming support. Actually, there is create_function() and the array_map() family, but these are mostly useless. So I looked at another language for inspiration.
Platform(s): All
Price: Free
Visits: 1883
(~ 1/day)
Rating: (1.00 after 1 votes) |
Description: Learn how to build an advanced search application using the Google search API and PHP. The tutorial presents a demo, as well as downloadable source code.
Platform(s): All
Price: Free
Visits: 2093
Rating: (2.76 after 16 votes) |
Description: Working with XML is easy in PHP with various extensions such as SimpleXML, however unfortunately HTML is far more tedious. Find out how to do it easily.
Platform(s): All
Price: Free
Visits: 1245
(~ 1/day)
Rating: (3.50 after 2 votes) |
Description: A collection of 14 tutorials on Apache and PHP installation and configuration covering: How to download and install Apache 2.x and PHP 5; How to start Apache server; How to publish HTML documents; How to set PATH variable for PHP; How to create php.ini; How to configure Apache to use PHP as CGI; etc.
Platform(s): All
Price: Free
Visits: 1145
Rating: (5.00 after 1 votes) |
Description: Sick of using require for all your objects? Find out how you can easily write one function to include all your classes automatically.
Platform(s): All
Price: Free
Visits: 1495
(~ 1/day)
Rating: (4.40 after 5 votes) |
Description: This is just a quick post to show the use of the magic methods __call and __callStatic.
Platform(s): All
Price: Free
Visits: 1346
(~ 1/day)
Rating: (1.00 after 1 votes) |
Description: Object oriented programming principles encourage encapsulation, i.e. containing all the functionality inside a class. Usually this means member variables should be private or protected, one of the common ways to do this is with various set and get methods. In the case of a user class it may have setName, getName, setAge, getAge and so on. This can be time consuming to set up, change and maintain. The magic methods __set and __get provide a quick way to implement generic set and get methods.
Platform(s): All
Price: Free
Visits: 1362
(~ 1/day)
Rating: (3.20 after 5 votes) |
Description: What is the biggest time saver for a programmer? Good specs definitely help. A well-architected framework doesn't hurt either. Add your favorite here: a competent debugger? Extreme Programing? Whatever. At the end of the day, the largest gain comes from writing less code for the same task.
Platform(s): All
Price: Free
Visits: 1333
Rating: (2.72 after 7 votes) |
Description: This is the original PHP manual.
Platform(s): All
Price: Free
Visits: 1051
Rating: (5.00 after 1 votes) |
Description: A "pocket" guide that is jam-packed with useful and essential PHP code "phrases" for the PHP developer's everyday use. The code is flexible, so it can be easily adapted to your needs and multiple situations, and your time isn't wasted wading through chapters of tutorial lessons and extraneous information. The phrasebook covers PHP 5 and is relevant for PHP 4.
Platform(s): All
Price: Free
Visits: 1718
Rating: (2.75 after 4 votes) |
Description: You will notice server load differences on busy proxies right away. The script allows browsing through SSL and non-SSL logins. The full source code is included.
Version: 1.0
Platform(s): Unix
Price: $99.98
Visits: 974
Rating: (3.00 after 3 votes) |
Description: If you use a form on your site then you'll know that user input can often have white space before or after the text as the person filling in the form field sometimes accidentally adds spaces. This handy function will remove the whitespace from the beginning or end of the string.
Platform(s): Unix
Price: Free
Visits: 3388
(~ 1/day)
Rating: (2.26 after 19 votes) |
Description: A hack that searches the PHP documentation. The script includes the selected/found file and makes some replacements in it so that the search form is always presented.
Platform(s): All
Price: Free
Visits: 1341
Rating: (1.50 after 2 votes) |
Description: How to create a simple shopping cart solution using PHP and MySQL. This tutorial covers the database design, creating the admin pages, product browsing pages, cart, and checkout.
Platform(s): All
Price: Free
Visits: 2518
(~ 1/day)
Rating: (2.70 after 37 votes) |
Description: Skye Tutorials contains author's and reprinted tutorials and articles about javascript, web development, HTML, PHP, Photoshop and SEO. The perfect place to learn to build websites and discover useful tips and tricks
Platform(s): All
Price: Free
Visits: 1324
Rating: (2.33 after 3 votes) |
Description: This example lets the user enter a ticker symbol but instead of displaying text, it will display a chart of how the stock is performing.
Platform(s): All
Price: Free
Visits: 3537
Rating: (2.34 after 31 votes) |
Description: These tutorials provides a smooth way for all PHP developers in order to start using Zend Framework, the newly launched framework managed by Zend. Resources are organised into categories which are updated weekly with fresh new content by editors.
Platform(s): All
Price: Free
Visits: 1154
Rating: (3.50 after 4 votes) |
|
|
|