|
Main (PHP)
3rd Party Streams
Resources
Code Snippets
Affiliates
|
|
|
Welcome to Oxyscripts. PHP Development, Tutorials, Programming, Code Snippets, Forums, News, Articles ... anything to do with PHP! |
| |
|
You Need to Know What Browser is Running (2008-09-20)
While developing a CSS heavy site using Joomla there are times where you just have to know - is this IE or not. Luckily (really not luck, the PHP folks always have a toolset available that you might ...
|
Generating a Checksum in PHP (2007-10-11)
PHP has two built-in functions that enable easy generation of a checksum: md5() and sha1().
|
Encryption using PHP (2007-10-11)
PHP has a built-in function to encrypt a string, crypt(clear, salt) that would allow for an easy mechanism for encrypting strings, such as passwords for applications.
|
Minimal Cross Site Scripting Hints (2007-10-11)
A common attack on web sites is to plug in HTML code directly into a form field and attempt to gain control over some part of the site.
|
Formatting a Field in Smarty (2006-12-26)
I have slid by avoiding using field formatting in Smarty templates for some time. However, I just ran across a case where a dollar value HAD to be formatted correctly for display.
It turns out it ...
|
| |
|
PHP Phrasebook (2007-10-30)
Paperback by Christian Wenz
|
PHPEclipse: A User Guide (2006-09-26)
PHP Eclipse is a free plug-in package for Eclipse created specifically for the development of PHP projects.
|
Object-Oriented PHP - Concepts, Techniques, and Code (2006-09-06)
Can a single book get web designers to start writing better, reusable PHP code? Peter Lavin makes a go of it in Object Oriented PHP, and it comes out pretty darn well.
|
Pro PHP XML and Web Services (2006-08-22)
Author: Robert Richards
Publisher: Apress
Release date: March 27, 2006
ISBN: 1590596331
|
PHP 5 In Practice (2006-08-05)
by Elliott White III, Jonathan D. Eisenhower
Sams Publishing
0672328887
|
| |
|
Joomla Customization (2008-09-11)
I have been working on a project that was spec'd to use Joomla as the underlying CMS.
|
Php Photo Album Comparison (2008-05-09)
Author compares installation and use of phpAlbum, phpGallery and phpGraphy
|
PHP Template Engine Comparison (2007-11-02)
This article gives an overview comparison of the Smarty, Savant and Pear Template It engines.
|
| |
|
|
|
| |
Latest library entries. |
Using magic quotes (2007-10-11 21:08:53)
magic_quotes is a config setting. If it is on then any quotes entered on a form are escaped. The idea is to avoid placing quotes into database query strings. If they are on the can be easily remove ...
|
Using any character in date() (2007-10-11 21:03:28)
The date() function will look at each character passed and make the appropriate substituion using it's known special characters. If you want to use one of those in the function and just have date pas ...
|
Affect an entire array (2007-10-11 20:58:47)
How many times have you looped through an entire array and hit every element? PHP has a bulit-in mechanism for doing so: array_map(function, array).
array_map passes every element of the array t ...
|
Remove PHPSESSID from urls (2006-03-30 16:42:15)
In .htaccess:
#removing phpsessid from URL
php_value session.use_only_cookies 1
php_value session.use_trans_sid 0
|
Compiling The Kernel (2005-01-17 16:11:05)
DANGER - make sure you know what you're doing with this!
This works on FreeBSD 4.10 (and maybe others)
1. Go to /usr/src/sys/i386/conf
2. Copy a kernel config file for your new ...
|
|
| |
|
|
|
|
|
|
Top Sponsor
Sponsors
Sponsors
Advertisting
Affiliates
|
|