Tutorials by developertutorials.com

You can find here all the 140 tutorials by developertutorials.com. The author's home page URL is http://www.developertutorials.com.
Sort byTutorials Per Page
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last
So, you're a hotshot PHP developer. You've written a lot of code powering some pretty cool websites; maybe you've even written some public / open source scripts that other developers are using.
October 30, 2008 Today Views: 1 Total Views: 647
In this tutorial, I'll show you how to generate PDF files in pure PHP and distribute your content in a single, consistent format.
September 29, 2008 Today Views: 1 Total Views: 732
I've written about how you can send data to ColdFusion from another task on your server, such as passing an email from your mail system to CF through a shell script. But what if the shell script doesn't work, or what if you're on Windows and don't have access to scripting at all?
September 25, 2008 Today Views: 1 Total Views: 488
PHP stands for 'Hypertext Preprocessor' which is actually a recursive acronym. It is an open source and most widely used scripting language for the web. In another words, PHP is a server side scripting language and can be embedded into HTML code which is parsed and processed when the page is request
September 23, 2008 Today Views: 2 Total Views: 1,064
A mostly-complete list of PHP's operators and how to use them.
April 21, 2008 Today Views: 1 Total Views: 893
As you should be aware the HTTP protocol, as used for serving web pages, is completely stateless. This means that after the server has received a request, processed it and sent a response, the process which dealt with that request dies.
April 18, 2008 Today Views: 1 Total Views: 711
PHP has the ability to create on-the-fly images with the use of GD. This tutorial will aid you in creating a dynamic image with a TrueType Font (TTF) string on it.
April 16, 2008 Today Views: 1 Total Views: 389
Installing PHP on an Apache server is a lot easier than most people seem to think. It takes only a few minutes to do. Follow these easy instructions...
April 15, 2008 Today Views: 1 Total Views: 732
A variable, is something which can hold a dynamic value. A variable is distinguished from other things because it starts with a dollar sign.
April 14, 2008 Today Views: 1 Total Views: 710
In software engineering, a design pattern is a general solution to a common problem in software design. A design pattern isn't a finished design that can be transformed directly into code, it is a description or template for how to solve a problem that can be used in many different situations.
April 11, 2008 Today Views: 1 Total Views: 754
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last