Welcome To Snipplr
Everyone's Recent Snippets Tagged php
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Simple PHP functions to validate username, password and date, functions check the input format and allowed characters and then return TRUE for valid data and FALSE for invalid data.
0
2677
posted 9 years ago by codingforever99
<a href="http://pantuts.com/2013/10/24/ayeemtract-using-curl-parallel/">http://pantuts.com/2013/10/24/ayeemtract-using-curl-parallel/</a>
1
1197
posted 9 years ago by pantuts
How to build a login form using php with mysql database.
0
714
posted 9 years ago by codingforever99
simple php file uploader with check for file extension and size.
0
682
posted 9 years ago by codingforever99
Here's a country list with continent and country by country code!
0
1034
posted 10 years ago by kilise
By default Apache won't allow you to download a file over 2GB. This PHP script overcomes that along with some extra goodies.
The script will read from standard url path the file on the server to download and display the filesize along with a link...
1
754
posted 10 years ago by deanhouseholder
Traverses a multidimensional array and returns an array with the results. It also echoes the result as a string just for demonstration.
0
554
posted 10 years ago by gummiost
This is a quick sublime snippet to quickly setup a DB table for pagination. Ideally from here you will be into a smarty template.
0
485
posted 10 years ago by brownrl
When using PDO with sQlite ->rowCount() doesn't work. the recommendation is to do a pre query to get the number. Thus, I created this snippet to help things along.
0
513
posted 10 years ago by brownrl
Der folgende Codeschnipsel enthält keinerlei Überprüfungen der übergebenen Parameter, diese sollten für den produktiven Einsatz noch nachgepflegt werden.
Wie man sieht, ist die Berechnung von Wochendenden und Feiertagen recht einfach. Diese Ber...
1
697
posted 10 years ago by satie83
Lists only certain files extensions as links on a page from a defined folder
1
1239
posted 10 years ago by kidmizere
Doing the echo with multiple concatenated bits of strings was very error prone and I was always getting parsing errors. The toggle format where you flip PHP on and off throughout the HTML is less error prone but is a real pain in the ass if you have...
0
548
posted 10 years ago by COBOLdinosaur
Check if current post type is a custom post type – WordPress.
Returns a true/false-statement.
Can be used outside The Loop.
0
897
posted 10 years ago by jonasethomsen
This function can be used to check if a file exists using the HTTP header response. Example use, when looping through cached JSON objects (instagram API, etc.)
0
709
posted 10 years ago by rickygri
поиÑк Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð² многомерном маÑÑиве
0
388
posted 10 years ago by noganno
I want to extract the numbers from a string that contains numbers and letters like
0
906
posted 10 years ago by satie83
Breaks up an address (in this case returned by Advanced Custom Fields Location plugin) into it's components. Additionally, sorts a multidimensional array of locations alphabetically by state. This works for basic addresses assuming that address is in...
1
576
posted 10 years ago by devowhippit
Returns array with information like:
Input image
width 200
height 200
print_r(ratioResize('path/to/image.ext' , 100 , 50));
output:
array(
[ratio] => .5,
[height] => 50,
[width] => 50,...
0
592
posted 10 years ago by ShawnG
PHP function to save an image from a remote source then download it to the local server that the script is on.
0
663
posted 10 years ago by nshakin
A fast description of an sql cell with comparison and response.
0
400
posted 10 years ago by cameronjrc
user modding for a forum based gaming website (file used in password protected directory)
0
441
posted 10 years ago by cameronjrc
This simple functions scans the user agent for the word "android" and returns true if found. Useful if there's something you only want android visitors to see (or not see).
0
823
posted 10 years ago by stianlagstad