Directory > Computers > Programming > Languages > PHP > Tutorials Build your own Web Service with PHP and XML-RPC Harry takes us one step further into the world of Web Services. Here he explains how to build your own Web Service - a news feed - using PHP and XML-RPC. http://www.sitepoint.com/article/827/4 Reviews Rating: Not yet Rated
Whois Check
Installing Apache, MySQL, and PHP on Linux This tutorial is designed to guide through the initial steps of setting up Apache, MySQL, and PHP on Linux. http://www.hostlibrary.com/installing_apache_mysql_php_on_linux Reviews Rating: Not yet Rated
Whois Check
File And Directory Manipulation, Part 2 (Dev Shed) This second segment of the tutorial on the PHP filesystem API takes you into deeper waters, showing you how to copy, delete and rename files; scan directories; work with uploaded files over HTTP; perform pattern matches on file names; and read and write to processes instead of files. http://www.devshed.com/c/a/PHP/File-And-Directory-Manipulation-In-PHP-part-2/ Reviews Rating: Not yet Rated
Whois Check
File And Directory Manipulation, Part 1 (Dev Shed) PHP comes with a full-featured file and directory manipulation API that allows you (among other things) to view and modify file attributes, read and list directory contents, alter file permissions, retrieve file contents into a variety of native data structures, and search for files based on specific patterns. This file manipulation API is both powerful and flexible - two characteristics that will endear it to any developer who's ever had to work with file manipulation commands. http://www.devshed.com/c/a/PHP/File-And-Directory-Manipulation-In-PHP-part-1/ Reviews Rating: Not yet Rated
Whois Check
Database Abstraction With PHP (Dev Shed) Take a look at the PEAR database abstraction layer, one of the coolest PHP widgets out there. http://www.devshed.com/c/a/PHP/Database-Abstraction-With-PHP/ Reviews Rating: Not yet Rated
Whois Check
Configuration Manipulation With PHP Config (Dev Shed) This article introduces a toolkit designed specifically for manipulating configuration files, thereby reducing the number of lines of code needed to read and modify application variables. This toolkit is written in PHP and implemented as a class, suitable for use in any PHP-based application and accessible via standard OO techniques. http://www.devshed.com/c/a/PHP/Configuration-Manipulation-With-PHP-Config/ Reviews Rating: Not yet Rated
Whois Check
phptutorials.cjb.net A free tutorials and advice on installing and using Apache, PHP and MySQL, primarily on Windows (WAMP). http://www.ants.reactor-overload.net/ucis/php/ Reviews Rating: Not yet Rated
Whois Check
Pitfalls of Transactions with PHP (ONLamp) Database transactions are important for data reliability and consistency. Used properly, they can prevent many types of errors. Used improperly, they can cause many other kinds of errors. Kimberlee Jensen demonstrates using transactions with PHP well. http://www.onlamp.com/pub/a/php/2003/12/18/transaction_pitfalls.html Reviews Rating: Not yet Rated
Whois Check
PHP Programming Goodies PHP programming tips and tricks. http://php-programming-goodies.euweb.cz/ Reviews Rating: Not yet Rated
Whois Check
Ben's PHP Tutorial Simple tutorial that introduces people to the world of PHP software development. Topics covered are variables, arrays, forms, files, SQL databases, etc. End of tutorial demonstrates a full PHP application with source. http://www.technobreeze.com/php/tutorial/ Reviews Rating: Not yet Rated
Whois Check
Installing Apache, PHP, and MySQL An indepth article that offers a step by step guide on setting up a home server for website development and testing. http://www.webmasterstop.com/tutorials/apache-php-mysql-installation.shtml Reviews Rating: Not yet Rated
Whois Check
Pixoratic's Programming the Backend Tidbits and tutorials in programming with PHP. http://www.pixoratic.com/ Reviews Rating: Not yet Rated
Whois Check
Simple Introduction To Classes By the end of this tutorial, you'll have a better understadning of what classes are and what they are good for. Classes can be very powerful when used right and can save you a lot of work (and typing) in the long run. http://www.phpdeveloper.org/section/tutorial/47 Reviews Rating: Not yet Rated
Whois Check
Open Source Licensing For PHP Scripts Open Source licensing for PHP scripts. Open Source means that your software is entirely free for use, to anyone, and any user may modify the software to fit his own needs. To launch an open source application, you have to apply the GNU GPL License. http://www.phpfreaks.com/tutorials/19/0.php Reviews Rating: Not yet Rated
Whois Check
PHPExamples.net Tutorials, code snippets regarding PHP. Forums. http://www.phpexamples.net/ Reviews Rating: Not yet Rated
Whois Check
Template Example with PHP Includes Show how to use 'php includes' inside a template. http://www.ibdhost.com/help/templates/ Reviews Rating: Not yet Rated
Whois Check
caiPHP Tutorials and code snips directed to those who are learning PHP. http://www.caiphp.com/ Reviews Rating: Not yet Rated
Whois Check
How to make your own PHP template script A simple tutorial to teach the methods of using PHP to load HTML files as templates. http://www.microcyb.com/?m=c&c=169 Reviews Rating: Not yet Rated
Whois Check
PHP and Regular Expressions 101 (WebReference) This tutorial steps through the POSIX-compliant regular expression functions in PHP in a straightforward manner. http://www.webreference.com/programming/php/regexps/ Reviews Rating: Not yet Rated
Whois Check
PHP Manual Complete and hyperlinked manual documents and explains all elements of PHP. Includes FAQ section and user comments. http://www.php.net/manual/en/ Reviews Rating: Not yet Rated
Whois Check
PHP / MySQL Tutorial (Webmonkey) Tutorial to make a dynamic site using PHP and MySQL. http://hotwired.lycos.com/webmonkey/99/21/index2a.html Reviews Rating: Not yet Rated
Whois Check
Encryption and Decryption using PHP and GnuPG (Zend) The purpose of this article is to show you how to encrypt and decrypt information with GnuPG using PHP. Most of the major Linux distributions will install GnuPG upon request. Otherwise you can get it by going to http://www.gnupg.org. http://www.zend.com/zend/tut/tutorial-brogdon.php Reviews Rating: Not yet Rated
Whois Check
An Introduction to Classes (Zend) The tutorial guides you through the construction of a simple, security-related class that performs some basic security functions for a web site: checking user logons. http://www.zend.com/zend/tut/class-intro.php Reviews Rating: Not yet Rated
Whois Check
Static Free Energy (Zend) This tutorial will show you how to produce static html pages using PHP. This is important if you want the benefits of using PHP to build sections of a site where the content of the pages doesn't change very often. http://www.zend.com/zend/tut/tutorial-potter.php Reviews Rating: Not yet Rated
Whois Check
Error Handling: Stepping beyond True/False Results (Zend) This article teaches you to handle errors in an elegant manner, and looks at how to handle PHP script errors as well as passing around your own errors with the PEAR module: PEAR_Error. http://www.zend.com/zend/tut/tutorial-eckhouse.php Reviews Rating: Not yet Rated
Whois Check
Comprehensible PHP Code (PHPBuilder) A good programmer makes her code look so simple and comprehensible that any other programmer can understand it and appreciate it. http://www.phpbuilder.com/columns/nair20011003.php3 Reviews Rating: Not yet Rated
Whois Check
Classes and PHP (PHPBuilder) A description in plain English of what classes are, and how they can make your project easier to complete and extend. http://www.phpbuilder.com/columns/rod19990601.php3 Reviews Rating: Not yet Rated
Whois Check
Authenticate and Track Users with PHP (Webmonkey) Learn how authentication, cookies, and sessions can add security and a personal touch to your site. http://hotwired.lycos.com/webmonkey/00/05/index2a.html Reviews Rating: Not yet Rated
Whois Check
PHP/MySQL Tutorial The lessons provided in this PHP/MySQL tutorial are short and simple. You'll learn to create and manipulate a simple database of names and birthdates. http://www.createafreewebsite.net/phpmysql/phpmysql_introduction.html Reviews Rating: Not yet Rated
Whois Check
How To Compile PHP 4 and Apache 2 from Source On Linux Provides detailed, step-by-step information on compiling PHP 4.2.0 as an Apache 2.0 shared module on a Linux system. http://www10.brinkster.com/ssruprai/comphp.asp Reviews Rating: Not yet Rated
Whois Check
PRCE: Perl Compatible Regular Expression In PHP Article on perl compatible regular expressions. Describes the basics as well as PCRE's special features such as ungreedy matching, lookaheads or the evaluation modifier. http://www.tote-taste.de/X-Project/regex/ Reviews Rating: Not yet Rated
Whois Check
Getting Intimate With PHP's Mail() Function PHP's Mail() function is a great way to send mail using a simple and standard interface that hides the complexity and quirks of various system programs that are responsible for sending mail. This tutorial will introduce you to the basics of sending mail from PHP scripts. http://www.devarticles.com/art/1/309/ Reviews Rating: Not yet Rated
Whois Check
PHP and MySQL (Webmonkey) Three-part tutorial covers installation, basic scripts, forms, and advanced topics. http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html Reviews Rating: Not yet Rated
Whois Check
Website Publisher - Search Engine-Friendly URLs Article describes three ways to make your URLs search engine friendly using PHP. http://www.websitepublisher.net/article/search_engine_friendly_urls/ Reviews Rating: Not yet Rated
Whois Check
Website Publisher - Saving Resources with phpCache Tutorial explains how to implement the phpCache script and use it to keep your database server load low. http://www.websitepublisher.net/article/phpcache/ Reviews Rating: Not yet Rated
Whois Check
Website Publisher - Using Cookies in PHP Learn how to set and read cookies using the PHP scripting language. http://www.websitepublisher.net/article/php_cookies/ Reviews Rating: Not yet Rated
Whois Check
Gimpster Introductory tutorial geared towards those with little to no PHP experience. http://www.gimpster.com/wiki/PhpTutorial Reviews Rating: Not yet Rated
Whois Check
Blobbing Data With PHP and MySQL (Devarticles) Showing how to store and retrieve binary data in a MySQL database by using PHP. http://www.devarticles.com/art/1/68/ Reviews Rating: Not yet Rated
Whois Check
Database Enabled Websites A tutorial on using PHP3 and MySQL to develop database enabled applications for websites. http://www.awtrey.com/support/dbeweb/ Reviews Rating: Not yet Rated
Whois Check
Ten Security Checks for PHP (ONLamp) Though it's easy to create sites in PHP, it's not immune to sloppy coding. Clancy Malcolm explains how to recognize and fix potential security holes. http://www.onlamp.com/pub/a/php/2003/03/20/php_security.html Reviews Rating: Not yet Rated
Whois Check
|