Submit Resources  Users' Login
img

Php Articles - Page 1
Home » Tutorials » Php »

Last Articles...

MySQL Database Handling in PHP
Most interactive websites nowadays require data to be presented dynamically and interactively based on input from the user. For example, a customer may need to log into a retail website to check his purchasing history. In this instance, the website would have stored two types of data in order for ...


Developing State-enabled Applications With PHP
Installment 1 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 ...


Simple Solution for Php Includes - IFrames
I have recently created my first Php program. I wanted to share with others some of the problems that I encountered, and how I finally overcame these obstacles. My Reason for needing a Php Include To start, my most recent website features a free classified advertising solution, a modified version ...


Password Protection with PHP, MySQL, and Session Variables
One of the great promises that actually came true when our Internet-enabled world reached the twenty-first century is efficient customer-to-business interaction. Each day, I find a new way to go through life's errands without ever waiting on hold for a bank teller, a pharmacist, or an insurance agent. I do ...


I Spent 600 Dollars On This PHP Script and It Won’t Run On My Web Host – What Now?
That question has been ask much more than you think so there is no need to continue banging your head against that wall in your home office. So you have chosen a web host for this script that you purchased, and you have developed your marketing plan. After uploading your ...

More...

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 applications. The implementation is relatively simple as well. To ...


Sending E-Mail with PHP
Ok, time to teach you the mail function in PHP. The basic syntax for the mail function is; mail(string to, string subject, string message, string [additional_headers]); So, to send an email to me, it would look like; mail("bireland@visuart-design.com", "the subject", "Line 1nLine 2nLine 3"); ...


Implement MySQL-based transactions a new set of PHP extensions
Transactional support has long been on the wish list of most MySQL developers and, with the release of MySQL 4.0, this wish was finally granted. Not long after MySQL 4.0, PHP 5.x was released with a new MySQL extension, MySQL Improved, which allowed PHP developers to access these new ...


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.. MYSQL is a commercial grade database application that is made available free ...


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 to be visited by a search ...


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. What we ...


Getting visitor information
Getting information about your visitors is interesting and sometimes useful for generating statistics, especially when you have a high traffic. Content: With PHP it's easy to get your visitor's IP, browser and operating system information, the page that referred him, the URL he visited and the time when he did it. For ...


Something about AJAX --PHP
The asynchronous JavaScript and XML technology, simply called AJAX technology is one main technology that is playing a major part in Web 2.0 revolution. Web developers are facing a major challenge from several years. They are unable to change the information on a part of the web page with out ...


Using PHP Buttons In Dreamweaver
I'll admit that I am not a coder and I don't know much more than a tiny bit of PHP at the time of writing this. However, I have managed to create database driven webpages, and even password protected members only areas due to the extremely easy to use PHP ...


ASP vs PHP
When building web sites, ASP and PHP are very popular languages. Here’s my opinion on whether ASP or PHP is best ASP v. PHP Both ASP and PHP are languages used to build Dynamic Web sites that can interact with Databases and exchange information. ASP (Active Server Pages) is from Microsoft and ...



[1] 2 3 4 Next