Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged php



1 ... 46 47 48 49 50 ... 58
Simply create a new index.php and place this code within.
1 1265 posted 16 years ago by chrisaiv
18 10776 posted 16 years ago by sidisinsane
0 1386 posted 16 years ago by eden159
0 1400 posted 16 years ago by troynt
0 1064 posted 16 years ago by troynt
In my app, we have to auto-generate usernames for our users, here is the code I did.
2 1703 posted 16 years ago by luctus
To use href.in API to generate a short URL. using php curl
1 1276 posted 16 years ago by nerdsane
Figure out if the string possesses only hexadecimal characters in the string. If not, fail. Remember, white spaces are not hexadecimal, so make sure you trim() your strings before you send it in or explode your string.
0 1653 posted 16 years ago by duniyadnd
your database needs id, bezeichner and parent fields
1 1229 posted 16 years ago by antpaw
This is a basic shell for PayPal IPN. It is by no means a complete solution, but it should provide a good starting point for anyone that wants to work out IPN. Or it can be used as is to do basic IPN.
2 1231 posted 16 years ago by xtheonex
1 1467 posted 16 years ago by iroybot
One other thing to note, is that the php generated css file can make use of query parameters, for instance: <link rel="stylesheet" href="base.css.php?type=alternate" type="text/css" > in your PHP file you can use the variable: if ($_GE...
2 1888 posted 16 years ago by dbug13
1 1186 posted 16 years ago by fackz
An example of how to write your own navigation with dynamic "active" classes.
3 1817 posted 16 years ago by kristarella
2 1316 posted 16 years ago by dbug13
this will give you a lovely RSS. Im sure you will need to edit the database stuff and row names
5 1957 posted 16 years ago by antpaw
Is.Gd is a URL-shortening service much like TinyURL. Using PHP’s cURL library, you can create shortened URLs on the fly with ease. “is.gd” is much shorter than “tinyurl.com” so if you need the URL to be as short as possible, use this method...
0 1430 posted 16 years ago by nerdsane
If reading email from a POP box with PHP, you can use this to strip out signatures (ones that are delimited with the proper '--' notation). It will only strip the last signature of an email, in case someone enters a '--' intentionally elsewhere.
0 1421 posted 16 years ago by DaveChild
1 1503 posted 16 years ago by gfazioli
I use this snippet to force a number to 2 decimal places. Eg, For prices, PHP rounds the number 22.20 to 22.2. This code forces a zero on the end if there isn't 2 decimal places already.
1 1445 posted 16 years ago by xtheonex
Function to return the current page name, without the location of it... Eg, for the URL http://localhost/www/someproject/index.php, this would return index.php
1 1158 posted 16 years ago by xtheonex
A quick, usefull function which i use to convert a date/time string pulled from MySQL, into a readable format.
1 1384 posted 16 years ago by xtheonex
To be placed inside a loop or a query
1 1273 posted 16 years ago by davebowker
0 1567 posted 16 years ago by Wardy
1 1551 posted 16 years ago by ginoplusio
Helpfull function to remove recursively specific folders.
3 1537 posted 16 years ago by eden159
1 ... 46 47 48 49 50 ... 58