Welcome To Snipplr
Everyone's Recent Snippets Tagged php
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Count For Human is a short cut for long digits to short human readable. E.g. 2045 the result is 2k.
0
38535
posted 6 years ago by RhynelAlgopera4316
Laravel provides several different ways to validate your application incoming data.By default Laravel’s base controller class uses a ValidatesRequests trait which provides a convenient method to validate all incoming HTTP requests coming from client....
0
36830
posted 6 years ago by devquora
A quick snippet to rotate a series of words on page load using PHP.
1
36777
posted 6 years ago by danparks
Default session time in PHP is 1440 seconds (24 minutes) and the Default session storage path is temporary folder/tmp on server.
0
9671
posted 6 years ago by interviewqueries
As HTTP is state protocol.To maintain states on server and share data across multiple pages PHP session are used.PHP sessions are simple way to store data for individual users/client against a unique session ID.Session IDs are normally sent to the br...
0
4485
posted 8 years ago by devquora
This tutorial will demonstrate how to implement the autocomplete search function by using php and ajax.
You can obtain free IPV6 database at http://www.ip2location.com/free/ipv6
0
2120
posted 8 years ago by Hexasoft
BroadNet Technologies furnishes you with a variety of PHP Sample SMS code examples and programming objects, and assist you in connecting to our gateway via the PHP script. Sending your messages via our designed PHP SMS Sample Code is easier than you...
0
3236
posted 9 years ago by Broadnet
This code allows to calculate the full size of a directory using PHP.
0
3283
posted 9 years ago by apphp-snippets
This code allows to perform a query to WhoIs service in PHP.
0
2116
posted 9 years ago by apphp-snippets
# Slick.php
PHP full page cache with Cloudflare-style page rules. No DNS changes required, just upload the PHP file, configure and then include from your main application controller (e.g. index.php
0
4070
posted 9 years ago by mattnicholson
This snippet adds credit card select box dropdown values 10 years in future from current year.
0
3499
posted 9 years ago by acosonic
General file upload script in php. Error set using SESSIONS.
0
3370
posted 10 years ago by aravindnair93
This is editing of code http://snipplr.com/view/36870/
because that use if which will slow performance this snippet use switch
1
3637
posted 10 years ago by ah72king
This is editing of code
http://snipplr.com/view/36870/
because that use if which will slow performance this snippet use switch
1
3410
posted 10 years ago by ah72king
Too many revisions taking up space in your database? Use this script to find which posts have more than 10 - and then you can figure out what to do with them.
0
3179
posted 10 years ago by JoshChris
Removing extensions and trailing slashes in web urls:
"If you want to remove the .html extension from a html file for example yoursite.com/wallpaper.html to yoursite.com/wallpaper you simply have to alter the last line from the code above to match...
0
4276
posted 10 years ago by jefferis
This rewrite will not work on WordPress. It forces .htm and .html files that no longer exist to go to the new .php versions of the pages.
0
4554
posted 10 years ago by jefferis
The 1stline in the function that generates the Foreign key relation in the model, 2nd is the name of the attribute in the gridview
0
2856
posted 10 years ago by guimarca
Se puede escribir código HTML sin problema insertando además las variables php que se necesiten dentro del propio "relleno"
0
3334
posted 10 years ago by tionazo
A plugin that adds widget functionality to a third-party video modal plugin. The widget accepts a YouTube video ID and a thumbnail URL of the user's choice. It then generates a thumbnail link that launches a video modal via the third-party plugin. Op...
0
2930
posted 10 years ago by julian90