How to Optimize PHP Code
Posted by scothj | Filed under PHP - Tutorials
In today’s article, I want to discuss easy ways to speed up your php code, something that we all want. You see, I have a family and I do not have the funds to rent dedicated servers for $300 each per month. So, I do not waste resources. In fact in recent benchmarks between my upcoming MMORPG software against a popular Indian coded script, my game in theory could support 65% more...
Learning OOP in PHP ASAP!
Posted by scothj | Filed under PHP - Tutorials
PHP is so much more than a scripting language. It's a full-fledged language capable of building very complex applications. By harnessing the full power of Object Oriented Programming, you can reduce the amount of time you spend coding and use it to build better websites. This tutorial will show you how.
Creating XML Documents in PHP
Posted by scothj | Filed under PHP - Tutorials
There's lots of reasons why you'd want to make XML documents using PHP. Maybe you're writing your own RSS feed or implementing a REST service. Whatever the reason, this tutorial will introduce you to the DOMDocument object and how to use it to create dynamic XML documents. Before we start creating some actual XML, we're going to need something to make it from. I'm going to start by declaring a...
Upload single file
Posted by scothj | Filed under PHP - Tutorials
Simple PHP uploading file...
Make a PHP info file
Posted by scothj | Filed under PHP - Tutorials
This tutorial will show you how to display Apache PHP configuration.
Creating a simple mail sender class with PHP
Posted by scothj | Filed under PHP - Tutorials
Creating a simple mail sender class with PHP
Create custom backups from your website using cURL
Posted by scothj | Filed under PHP - Tutorials
Create a backup script and execute the PHP script using a CRON job.
Replace string in TXT file
Posted by scothj | Filed under PHP - Tutorials
Replace string in TXT file through PHP
Basic PHP Authentication
Posted by scothj | Filed under PHP - Tutorials
This tutorial will show you how to add a pop up like seen when trying to login to an admin control...
Time and Date
Posted by scothj | Filed under PHP - Tutorials
Learn how to easily display the time and date on your page using php
Time Based Pages
Posted by scothj | Filed under PHP - Tutorials
Redirect the user to a different page depending on what time of the day it is.
Smarty templates for beginners
Posted by scothj | Filed under PHP - Tutorials
The most common complaint that comes when a designer and a programmer are working together on the...
Timezone Class: Dealing with Timezones the Proper Way
Posted by scothj | Filed under PHP - Tutorials
Using the TimeZone class to automatically deduce the timezone's GMT offset and then modify the date
PHP regular expression tutorial
Posted by scothj | Filed under PHP - Tutorials
How to use PHP regular expressions in PHP.
Get Cookies Across Subdomains PHP
Posted by scothj | Filed under PHP - Tutorials
So you are using cookies on your website, but when a visitor visits www.yourdomain.com and yourdomai
Uploading files with PHP
Posted by scothj | Filed under PHP - Tutorials
Continuing on from our article on Listing files stored within a directory using PHP
Object Oriented PHP
Posted by scothj | Filed under PHP - Tutorials
Displaying The Time Or Date In PHP
Posted by scothj | Filed under PHP - Tutorials
Displaying The Time Or Date In PHP
PHP Automated Email
Posted by scothj | Filed under PHP - Tutorials
How to make an Autoreply emailer
PHP Script Tips - Uploading Files to Web Servers
Posted by scothj | Filed under PHP - Tutorials
A collection of 12 tips on uploading files with PHP pages
Text Size Switching Using PHP
Posted by scothj | Filed under PHP - Tutorials
You can resize the text in your webpage using this code
HTML to XHTML
Posted by scothj | Filed under PHP - Tutorials
This is a very handy function if you want to clean up your content before storing it into your...
Using PHP classes to navigate distributed whois databases
Posted by scothj | Filed under PHP - Tutorials
Whois services changed radically this year with the introduction of competition at the registrar...
Intro to PHP
Posted by scothj | Filed under PHP - Tutorials
An introduction to the world of...
Sending MIME email in PHP
Posted by scothj | Filed under PHP - Tutorials
Tired of sending those drab textual notifications and newsletters to your friend and clients? Ever...
PHP Script Tips - Reading and Writing Files
Posted by scothj | Filed under PHP - Tutorials
A collection of 14 tips on PHP functions on file input and output
Newest MySQL manual in HTML Help (.chm)
Posted by scothj | Filed under PHP - Tutorials
Everyone who likes MS HTML Help (.chm extension) can now obtain complete conversion of MySQL manual...
Loops in PHP : While and For
Posted by scothj | Filed under PHP - Tutorials
A quick guide to the use of
Working with Directories and Files
Posted by scothj | Filed under PHP - Tutorials
Working with Directories and Files
HTML E-mail
Posted by scothj | Filed under PHP - Tutorials
Sending an HTML e-mail message is easy from your client, but it can be tricky from a PHP script