Home

Submit

Source

Feeds

Home » PHP » General Development ::

PHP General Development
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. We also cover how to tune and optimize your PHP scripts so they run even faster.
Related Tutorials
PHP Installation
Installing Apache with PHP,MySQL on Windows 9x/2000/XP
PHP / Installation
This tutorial shows you howto install Apache, PHP and MySQL on a Windows 98, 2000 or XP system.

Site: www.reconn.us Report - View Tutorial

PHP Regex
Email validation with regular expression
PHP / Regex
A short tutorial howto validate an email address during form processing. An example "copy & paste" html form code is included to demonstrate the functionality.

Site: www.phptoys.com Report - View Tutorial

PHP Getting Started
What is PHP and Why Should I Care?
PHP / Getting Started
One of the first things most people want to know about PHP is what the initials stand for. Then they wish they had never asked. Officially, PHP stands for PHP: Hypertext Preprocessor.

Site: nicetutz.blogspot.com Report - View Tutorial

PHP Getting Started
PHP Basics
PHP / Getting Started
In this tutorial, i will teach you how to make a basic php program.. Mainly how to print output from a php script... I hope you will enjoy using PHP as much as i have, and that you will NEVER use ASP again (if you ever have).

Site: www.webdesign.org Report - View Tutorial

PHP Getting Started
PHP Introduction
PHP / Getting Started
PHP stands for PHP: Hypertext Preprocessor. PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.

Site: www.webdesign.org Report - View Tutorial

PHP Getting Started
Introduction to PHP
PHP / Getting Started
This tutorial will show you What PHP is, What PHP does And some common questions about PHP.

Site: www.codingcollege.com Report - View Tutorial

PHP Getting Started
Welcome to PHP
PHP / Getting Started
This is a comprehensive article / tutorial on programming in PHP. It covers a variety of key topics including PHP Structure, Scalar Variables and Data, Data collection: Arrays, Operations and Comparisons, PHP Comparison Operators, PHP Logical Operators, Control Statements, The Function of Functions, and Object Orientation.

Site: www.intranetjournal.com Report - View Tutorial

PHP Forms
Creating a PHP form
PHP / Forms
PHP is a great processor of forms, hence knowing how to write a simple form for php processing is the precursor to make the PHP work.

Site: www.developingwebs.net Report - View Tutorial

PHP Functions
Viewsource
PHP / Functions
A number of websites, including php.net, allow you to view the source code of their PHP pages. This is usually to allow you to see how the page is put together and how the PHP code itself is written. Usually, it is not possible to view the PHP source but with a built in function in PHP, you can.

Site: www.olate.co.uk Report - View Tutorial

PHP Installation
Acquiring PHP MySQL
PHP / Installation
PHP and MySQL are already packaged in Linux and Mac OS X OSs. However, most PHP developer are actually using Windows when developing PHP applications. This is also true to myself. I have Mandrake Linux 10 but I'll just use it for testing purposes of my finished scripts. One reason is that Windows render an amazing web presence unlike any other OS's browsers. So this page will only cover the WAMP ( Windows, Apache, MySQL, PHP ). You will learn how to install Apache, PHP, and MySQL under Windows platform.

Site: www.webdesign.org Report - View Tutorial

PHP Configuration
Adding PHP to Apache on Linux
PHP / Configuration
This article provides extensive instructions on installing PHP on Apache/Linux. Main topics include: How to Get PHP, PHP Extensions, Building PHP for CGI Use, Building PHP as an Apache Module, Building mod_php as a Dynamically Loaded Object, Testing Your Installation, Going Further/In Conclusion, Building Apache at Lightspeed, Apache Source Components Provided by Linux Distributions, and Fixing Red Hat 6.1's apxs Script.

Site: www.linuxplanet.com Report - View Tutorial

PHP Getting Started
PHP Syntax
PHP / Getting Started
This tutorial describes: How to begin and end a PHP code block, How a PHP input file will be processed, How to enter comments in a PHP code block.

Site: www.herongyang.com Report - View Tutorial

PHP Security
Customizing PHP Safe Mode
PHP / Security
We'll guide you through using PHP safe_mode and how-to enable it and to customize it for certain sites on your server. When using PHP as an Apache module, you can also change the configuration settings using directives in Apache configuration files (e.g. httpd.conf) and .htaccess files. PHP safe_mode is very important to in terms of server security because it restricts and disables the dangerous functions in PHP from the scripts like PHP Shell that can otherwise cause damages to your server and client sites.

Site: www.webhostgear.com Report - View Tutorial

PHP Emailing
Basic HTML newsletter in PHP/MYSQL
PHP / Emailing
This tutorial will teach you how to make a simple newsletter in PHP/MYSQL with account activation. This will require PHP that is not running in SAFE_MODE or PHP that at least allows the sendmail function(duh, you can't send mail without this enabled).

Site: www.chipmunk-scripts.com Report - View Tutorial

PHP Getting Started
Getting Started with PHP
PHP / Getting Started
Covers the basics of PHP. Introduces the PHP tags, variables, arrays, function syntax, if/else statements, and more.

Site: www.codedfx.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement