![]() |
![]() |
|
![]() |
 |
|
|
|
|
October 30th, 2007 |
|
Learn the basics of PHP programming
|
PHP programming >> Basics >> phpfreaks.com |
|
|
|
|
|
 |
|
|
|
|
October 30th, 2007 |
|
Learn how to use PHP sockets to interact remotely and create daemons.
|
PHP programming >> Basics >> phpfreaks.com |
|
|
|
|
|
 |
|
|
|
|
October 30th, 2007 |
|
Learn how to randomize just about anything you need on your website. Great for Random Quotes, Images and MySQL Results.
|
PHP programming >> Basics >> phpfreaks.com |
|
|
|
|
|
 |
|
|
|
|
October 30th, 2007 |
|
Want to know how many people are on your website at any given time? Using PHP with Sessions and MySQL, this tutorial will show you how!
|
PHP programming >> Basics >> phpfreaks.com |
|
|
|
|
|
 |
|
|
|
|
October 30th, 2007 |
|
Learn how to customize sessions with timeouts using PHP!
|
PHP programming >> Basics >> phpfreaks.com |
|
|
|
|
|
 |
|
|
|
|
October 30th, 2007 |
|
If you are intrested in creating images at runtime using PHP then this is the tutorial for you.
|
PHP programming >> Images >> phpfreaks.com |
|
|
|
|
|
 |
|
|
|
|
October 30th, 2007 |
|
Learn how to use PHP on the command line.
|
PHP programming >> Basics >> phpfreaks.com |
|
|
|
|
|
 |
|
|
|
|
October 30th, 2007 |
|
The purpose of this tutorial is to cover two seperate topics; profiling and object oriented programming (OOP). In this tutorial we'll create a simple class that can be used to create one or more timers. You can then use these timers to show you how long a script, function or code block takes to run, which can help you optimize your scripts.
|
PHP programming >> Basics >> phpfreaks.com |
|
|
|
|
|
 |
|
|
|
|
October 30th, 2007 |
|
Teach yourself how to edit obscenities from your user submitted input.
|
PHP programming >> Basics >> phpfreaks.com |
|
|
|
|
|
 |
|
|
|
|
October 30th, 2007 |
|
This tutorial will attempt to teach you what bits are, how binary arithmetic works, what bitwise operators are and how they work.
|
PHP programming >> Basics >> phpfreaks.com |
|
|
|
|
|
 |
|
|
|
|
October 29th, 2007 |
|
Its a formula - a way to take a message of an arbitrary length, and create a 128-bit "fingerprint" or "message digest" of the message. MD5 is a way to verify data integrity. On these forums, it comes up fairly often in discussions about storing user passwords and other sensitive data.
|
PHP programming >> Security >> go4expert.com |
|
|
|
|
|
 |
|
|
|
|
October 25th, 2007 |
|
Sometimes you create a script that can get slow for several reasons. In this tutorial you'll learn how to analyze what is slowing the script and foremost what you can do about it!
|
PHP programming >> Basics >> dreamdealer.nl |
|
|
|
|
|
 |
|
|
|
|
October 16th, 2007 |
|
When writing applications for the web, it's often important to be able to save data. This is usually done one of two ways: writing data to a file, or saving it in a database (such as MySQL). Of course, the easier method (which doesn't require other technologies) is to write to files, and then read and parse them yourself. This simpler which is what I discuss here.
|
PHP programming >> Basics >> kirupa.com |
|
|
|
|
|
 |
|
|
|
|
October 16th, 2007 |
|
This is a guide, you will not have a stand-alone effect or file by the end of this guide, but you will - hopefully - have an understanding of the Unix timestamp that allows you a powerful form of managing your PHP applications.
|
PHP programming >> Basics >> kirupa.com |
|
|
|
|
|
 |
|
|
|
|
October 16th, 2007 |
|
In PHP5, we can use the Simple XML class to quickly parse XML in as few as two lines of code.
|
PHP programming >> Basics >> kirupa.com |
|
|
|
|
|