Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I use the following code to prevent a user from getting a "webpage expired" message when hitting the back button on a page where the search results are also on the page with the form.
0
878
posted 13 years ago by bradless
Skeleton for the main panel in a CMSMS module. defaultadmin.php, with CGExtensions
1
725
posted 13 years ago by krillzip
This takes a date like so: Sat, 08 Jan 2011 from a database and allows you to use it in your code. For example if you wanted to work out a week from Sat, 08 Jan 2011 it can be done with ease. I created this for a project i am currently working on. Th...
0
715
posted 13 years ago by JonnySnip3r
Modify includes to connect and select to provide correct result set
0
1263
posted 13 years ago by kidmizere
possibilitar a leitura de cada chave especÃfica do google maps para cada domÃnio respectivo à chave
0
754
posted 13 years ago by rbulgueroni
Previously, I posted a little snippet I found on how to generate a special body class on each .php page. I, later, needed to get that body class and echo out a piece of HTML, which depended on my current page. So here is the snippet that I came up wi...
0
786
posted 13 years ago by danielwrobert
It's working now. Just having issue with it applying to all columns. Need to keep checking. (IE. have to tax's for testing, only one has the additional meta info attached, but they are both showing in the column as having the address as "active" (usi...
1
746
posted 13 years ago by thefrosty
This was more of a go at learning the basics of OOP, however I decided to document it well in case anyone had any comments. Note: It only works with single files, no directory usage.
0
684
posted 13 years ago by asdasDan
From an awesome comment on how you can use PHP to apply the unique ID to to the body element. This will return the name of the PHP file being executed as the ID (e.g. body id="index.php"). To leave off the .php part, just remove the ".php" part.
0
1005
posted 13 years ago by danielwrobert
This snippet check for custom field value (customfieldname), if there is nothing it will display default value (alternative text).
This is my first WordPress Snippet :)
1
748
posted 13 years ago by raz
A class that implements an interface cannot override a constant defined in the interface. But any child class that extends from the implementing class can.
0
626
posted 13 years ago by denright
Refer here for a full overview: http://net.tutsplus.com/tutorials/php/quick-tip-email-error-logs-to-yourself-with-php/
9
1132
posted 13 years ago by Nettuts
A little function used to set cookies as arrays of values instead of single combinations key->value. Note that it saves values as a stack.
1
709
posted 13 years ago by claudiowebdesign