PHP Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 385 articles & tutorials regarding "PHP".
- 1.) Introduction to PHP
- By Stig Sæther Bakken with Zend staff April 17, 2000 Intended Audience How PHP came into being Why yet another language? PHP 4 Architecture PHP 4 Architecture Language Syntax Embedding PHP Code Dynamic vs. Static Web pages Variables Arrays Conditionals and Looping Constructs Web Application Features submit.php Working With Cookies Built-in Variables PHP internal variables CGI/Web server provided variables HTTP Request Variables Database Handling Communication with MySQL MySQL Example...
Found at Zend
- 2.) Under The Hood of PHP 4
- By Zeev Suraski February 27, 2000 History Brief Where Did We Go Wrong? The Birth of Zend Design Changes In PHP 4 and Zend Conclusion About the Author By the time you read this article, PHP 4.0.0 is in final release stages. Since PHP 4 is by far the most advanced version of PHP, I wanted to share with you an inner look at what makes this open source freeware tick. Many of the most important features of PHP 4, such as the replacement of the scripting engine and modularization, are...
Found at Zend
- 3.) PHP 4.0 Overview
- Zeev Suraski A lot of you were probably wondering about the recent announcements and discussions about the future of the PHP scripting language. You ve probably heard the word Zend at some point, a few shreds of information about new features and functionalities, and that s about it. In this article I ll try to lay out the way I see the future of PHP in its upcoming release, version 4.0. So, what s Zend? Even though I hope that by now the answer to that is pretty clear (at least to...
Found at PHPBuilder.com
- 4.) PHP Tutorials
- These PHP tutorials, written by experts, span a range of topics, and are suitable for beginners to advanced programmers. If you're looking for beginner material, try here . Develop rock-solid code in PHP: Part three By Amol Hatwar - [February 4, 2004] The Develop rock-solid code in PHP series is about solving practical, real-life problems in medium to large-scale Web applications. This article, the third in the series, deals with how to use functions in PHP wisely. PDF Generation Using...
Found at Zend
- 5.) PHP for PDF
- Perugini Luca PHP tied to PDFLib is perhaps the best platform for Web Publishing. A couple of typical uses: brochure on demand e-nvoice: invoice for e-commerce With this Tutorial you'll learn how to use the PDF extension in PHP4 to create PDF documents. We also put focus on creating PDF documents with data from MySQL. Summary of Contents Installing PDFLib 3.0.1 and PHP4.0.1pl2 with PDF support Distilling PDF document I am going to assume a *little* experience in configuring and...
Found at PHPBuilder.com
- 6.) PHP Iterator
- Dejan Bosanac PHP arrays are generally a very powerful object container. But still, we can easily add a little more fuel to them. Imagine an iterator object as a kind of wrapper around our arrays. What we will try to accomplish here is to create unique interface for traversing arrays and to add a little more control over how our objects are created and finally, to support lazy loading. Interface Iterator has a very simple and many times seen interface. <?php function Iterator ( $array )...
Found at PHPBuilder.com
More articles & tutorials (Index of all articles & tutorials)
|
|