Submit Articles  Users' Logout
img

Php Articles - Page 4
Home » Tutorials » Php »

PHPBB2: All It Can Be?
Please allow me to start off and say that I am very happy to run PHP software on my computer. Specifically, the bulletin boards developed by PHPBB2 [an open source program] works head and shoulders above the EZBoard system I gave up on several months earlier. Still, it has its ...


Web Languages: PHP vs. ASP.NET
While the average web developer has a lot of options these days. It's really more of a bi-partisan system between ASP.NET and PHP, the rest being just independents. The battle rages between the supporters of the two languages, with no clear winner every coming out. While both can be used ...


PHP Logic
If else statements Let's look at an example if ($lesson = "html") { echo "Welcome to html"; } The above statement tells php to display Welcome to html if our Lesson variable is equal to html. The condition is always stated next to the if in () . The results ...


At A Glance: ASP.net vs. PHP
In the world of web development, the choice of which development language to use commonly comes down to two popular choices. Web applications, specifically those relying on back end databases, are typically being created using either Microsoft's ASP.Net language, or the Open Source alternative language of PHP. Reasons why one ...


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


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


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


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


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



Previous 1 2 3 [4]