php Archive
-
Login Script Posted
Check out the code bin for a simple, very customizable login script! Code Bin -
Nifty PHP/AJAX tricks
This brief tutorial covers usage of the exit function to help with AJAX scripts as well as how to return both a numeric and associative array via AJAX. -
Who’s Online Script Posted!
I was messing around and realized there weren’t a lot of these around that were very simple to integrate into a website. It is VERY simple. I may go more advanced in the future, but right now it does the basics -> tells how many people are online. Because it is simple, it [...] -
PHP Tutorial Part 1 Complete
I have completed Part 1 for the PHP tutorial. It can be found here. It covers the very basics. I will write a page on each of the basics in the future to go more in depth, and covering advanced topics. I am planning a part 2 to cover functions, arrays, [...] -
PHP/Perl If trick using ? and :
Most experienced programmers already know this, but this is a quick trick that will save you a few lines of code if you have a really simple if-statement to display one thing or another. This works with both PHP and Perl and will help you cut down some coding time. For this post [...] -
PHP Tutorial
I am going to be starting a PHP tutorial pretty soon. It will be very basic and easy to read. I will hopefully have part 1 up today in the Tutorial section. I want to cover the basics, and eventually files, mysql, xml, sockets, and maybe some more advanced options. We will see. If there [...] -
Getting Started with Object Oriented Programming in PHP
I just posted a tutorial on Object Oriented Programming in PHP. For those that aren’t sure what that is, it is classes and a way to stream line your code and make it much more efficient and quicker. Head over to the Tutorials Section to take a look at it. -
PHP IRC Bot Class
I just added an updated version of my PHP IRC Bot Class to the code bin. Basically it is a class that anyone can use to create a PHP bot that connects to any IRC network in just a few lines of code. Full documentation is provided.