Php Articles Home » Tutorials » Php » |
|---|
| Last Articles... |
|---|
Track Your Visitors, Using PHP The most important part is getting the information from your visitor. Thankfully, this is extremely easy to do in PHP (or any other scripting language for that matter). PHP has a special global variable called $_SERVER which contains several environment v
MySQL Database Handling in PHP The inability to index the data. This makes it necessary to potentially read ALL the data sequentially. This is a major problem if there are a lot of records in the flat file because the time required to read the flat file is proportionate to the number o
Developing State-enabled Applications With PHP When a user is browsing through a website and is surfing from one web page to another, sometimes the website needs to remember the actions (e.g. choices) performed by the user. For example, in a website that sells DVDs, the user typically browses through
PIM Team Case Study: Creating Text Effects With PHP and GD -tec Signs and Sraphics Inc. launched a web site with the idea to sell decals online. To achieve better customers ineterest the website had to integrate online decal builder. The company is offering also decals for vehicles which brought some specific req
Simple Solution for Php Includes - IFrames start, my most recent website features a free classified advertising solution, a modified version of PhpBB stripped to function as an Article Bulletin Board (No replying), and a link directory. The business model of my Website offers free Classified Adve
| BitMasks: Emulate Unix Permissions in PHP Bitmasking is a very useful method to emulate Unix-style file permissions (read/write/execute for example). What's nice about a PHP implementation is that you can configure your own bitmasks and use them for any kind of permissions in your scripts and app
PHP Filtering with OWASP This tutorial is aimed to introduce the reader to PHP filters from OWASP. OWASP (Open Web Application Security Project ) released a top ten list for web application security vulnerabilities in 2003 and 2004; you can find the latest information about their
Learn how to make a text counter in PHP. A counter is an essential part of a site to know how many people are coming to site. Here is an easy way to make a counter. All you need is access to PHP and be able to chmod a directory. We're going to save the amount of hits in a .dat file, so you don't
Sending E-Mail with PHP Ok, time to teach you the mail function in PHP.
Implement MySQL-based transactions a new set of PHP extensions This brief tutorial will show you how to use a PHP 5.x MySQL extension called, MySQL Improved, to implement MySQL-based transactions with PHP.
PHP & MySQL Tutorial: Introduction PHP is the programming language of the web it’s a fact the php is used on more webservers servers than any other web language. At the time of writing php is installed on just under than 24,000,000 Domains..
Displaying An RSS Feed On Your Website Using PHP And MagpieRSS These days everybody wants to have fresh content on their web site. Search engines like to see dynamic web pages, where the content is updated on a regular basis. Static pages that have information that doesn't change are not only boring, but less likely
E-mail Validation with PHP This tutorial will show you how to check to see if an E-mail address is valid.
When you register on at a website, the site normally checks if the e-mail address that you enter is in a valid format. This is done by using what called a Regular Expression.
Getting visitor information Getting information about your visitors is interesting and sometimes useful for generating statistics, especially when you have a high traffic.
Develop rock-solid code in PHP This tutorial is intended for both amateur and professional PHP programmers who want to design and write quality functions. To complete this tutorial, you must have a basic level of working knowledge with PHP, and know how to define functions.
|
|
|
|
|