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".
- 7.) PHP Web Blog - Part 2
- Eric Besserer In Part 2 of our PHP Web Blog tutorial, we will create the administration page that will allow us to add, edit or delete the contents of our blog. If you haven't worked through part 1, you'll want to start by reading the first part of this article . Security for the administration page will not be addressed directly here, but it is recommended that some form of access restriction is used. If the page is being displayed via an Apache web server, the .htaccess file can be...
Found at PHPBuilder.com
- 8.) PHP-HTML Templates: A New Working Relationship
- By Wee Lep From preface of the PHP manual, the following states the definition of PHP scripting: "PHP is an HTML-embedded scripting language. ... The goal of the language is to allow web developers to write dynamically generated pages quickly." The phrase "HTML-embedded scripting language" reminds me of my days in "dot-coms" ("dot-gones" for now). I was involved in the development of corporate portal sites. My working counterparts were mainly webpage and graphic designers with little or...
Found at PHPBuilder.com
- 9.) PHP 4: Reference Counting and Aliasing
- By Andi Gutmans February 27, 2000 Data values in PHP 3 What is reference counting Advantages of reference counting Reference counting in PHP 4 Aliasing: added language flexibility in PHP 4 How will reference counting effect you? Reference counting is one of the hottest new features in PHP 4. It reduces the memory consumption of your PHP applications, improves performance, and provides you with some sophisticated programming tools. To get the most out of this new PHP 4 feature, it's...
Found at Zend
- 10.) Using PHP As A Shell Scripting Language
- Darrell Brogdon As most of us already know, PHP is the best language for developing dynamic web pages available today. Not many people are aware that it can be used as a shell scripting language as well. While PHP as a shell script isn't as robust as Bash or Perl it does have definite advantages, especially if you're like me and are more proficient in PHP than you are in Perl. The requirements for using PHP as a shell language is that you must compile PHP as a CGI binary instead of as...
Found at PHPBuilder.com
- 11.) Eclipse for the PHP Developer
- Shu-Wai Chow As PHP has grown and matured, so have the tools for PHP developers. Integrated development environment choices have never been greater. One such IDE is the open source Eclipse Platform. Eclipse, essentially a rewrite of Visual Age for Java, was a donation to the open source community by IBM and quickly became a household name in the Java world. Now, combined with the PHPEclipse plugin, Eclipse offers a world-class development environment for PHP applications. This article...
Found at PHPBuilder.com
- 12.) Using Sockets in PHP
- Armel Fauveau PHP can open sockets on remote or local hosts. Here is a hands-on example of using such a socket: getting connected to a Usenet News Server, talking to this server, and downloading some articles for a precise newsgroup. Opening a socket in PHP Sockets are opened using fsockopen(). This function is both available in PHP3 and PHP4. It uses the following prototype : int fsockopen (string hostname, int port [, int errno [, string errstr [, double timeout]]]) For the Internet...
Found at PHPBuilder.com
More articles & tutorials (Index of all articles & tutorials)
|
|