| Home : Web : PHP |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
PHP Listings
|
|
Total:
125 | Displaying: 101 - 110 | Pages: << 2 3 4 5 6 7 8 9 10 11 >> |
|
|
|
This tutorial is intended for the Intermediate PHP programmer. You will need access to your httpd.conf file, and have to feel comfortable editing that file. You also need to be running PHP 4 and to have output buffering turned on. (You might have to edit your php.ini file for this).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. For example, this system would be perfect for a magazine site which publishes its articles to the web. With this system you can use templates to build your pages using PHP. If you want to change the look and feel of the site, just change the template and regenerate the pages.
Updated: 05/18/2005
|
|
|
SSH Tunnel What Is SSH? SSH stands for Secure SHell and is typically used as an encrypted version of telnet. In a telnet session, all communications are transmitted in plain-text, allowing anyone to listen-in on your session and steal passwords and other information. Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated.
Updated: 05/12/2005
|
|
|
Intended Audience:This article is intended for Web page developers and programmers considering PHP as an alternative Web page development tool. Both PHP's history and major features are discussed.How PHP came into being?PHP started as a quick Perl hack written by Rasmus Lerdorf in late 1994. Over the next two to three years, it evolved into what we today know as PHP/FI 2.0. PHP/FI started to get a lot of users, but things didn't start flying until Zeev Suraski and Andi Gutmans suddenly came along with a new parser in the summer of 1997, leading to PHP 3.0. PHP 3.0 defined the syntax and semantics used in both versions 3 and 4.
Updated: 05/09/2005
|
|
|
We've got a bevy of articles this week with the Labor Day holiday last Monday, so to get started, here\'s an introduction to a relatively new PHP development called "Smarty." If you're a PHP developer you've probably included other files in your PHP scripts in an effort to reuse code. Smarty makes that job easier and allows you to separate HMTL layout from code logic. A PHP template engine, Smarty has several unique features, including the ability to compile parsed templates into PHP scripts, and then reuse the compiled template when appropriate
Updated: 05/07/2005
|
|
|
The goal of this tutorial is to teach you the basics of PHP so that you can customize PHP scripts that you download, so that they better fit your needs; begin to understand the working model of PHP, so you may begin to design your own PHP projects; and give you a solid base in PHP, so as to make you more valuable in the eyes of future employers.
Updated: 05/03/2005
|
|
|
This site has a php tutorial that has short descriptions of the basics as well as working with files, sending email with php, and working with files and directories.
Updated: 05/03/2005
|
|
|
A short PHP tutorial that introduces the basics of the language including variable, operators, server variables, http headers,setting cookies, includes and working with form data.
Updated: 05/03/2005
|
|
|
Introduction to the basics at PHP.net. A short simple tutorial that only deals with dynamic webpage creation with PHP.
Updated: 05/03/2005
|
|
|
A short php tutorial that introduces the basics of the language including variables, constructs, mail with php, and working with forms.
Updated: 05/03/2005
|
|
|
Another fine tutorial from the folks at W3Schools including an introduction to PHP, installations, syntax, operators,conditionals, looping, functions, forms, cookies, inlcudes, date formats, and odbc database connections.
Updated: 05/03/2005
|
|
|
PHP Listings
|
|
Total:
125 | Displaying: 101 - 110 | Pages: << 2 3 4 5 6 7 8 9 10 11 >> |
|
|