Forum: Show Off
02-25-2008, 08:15 PM
|
|
Replies: 27
Views: 3,698
Snipply.com - Code snippet website
I have been working on this idea in my spare time over the last month or two and this is what I've came up with.
Snipply is everything code snippets (or eventually will be) and allows users to...
|
Forum: Script Giveaway
11-29-2007, 01:03 AM
|
|
Replies: 7
Views: 1,712
Useful snippets.
These are some of the function, classes and useful arrays I use most.
function refresh($strURL = NULL){
$page = ($strURL == NULL)?$_SERVER['PHP_SELF']:$strURL;
if(basename($_SERVER['PHP_SELF'])...
|