Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged php



1 ... 43 44 45 46 47 ... 58
This is a slightly hard core email check. I work for clients that want real email addresses. They pay quite a bit of money so yes, I am going to give what they want...
3 892 posted 15 years ago by brownrl
Face it! Whenever you make a website/app you always need to make XLS export for the simple people. I mean heaven to betsy if they have to take a csv file, or use phpMyAdmin. So Here are 3 little functions and a sample skeleton that I use fro...
6 1349 posted 15 years ago by brownrl
Some PHP code that can be used to get formatted HTML containing N number of tweets for a given twitter user.
5 1310 posted 15 years ago by gripnrip
this script splits the csv file two times (1. on "new line", 2. on ";") and returns a two dem array in the last for loop.
2 864 posted 15 years ago by antpaw
This is a good way to validate form input from PHP, in essence this could be a blue print for your forms.
5 1003 posted 15 years ago by brownrl
1 732 posted 15 years ago by vali29
0 605 posted 15 years ago by wokon
Construct DateTime object with unix timestamp
0 811 posted 15 years ago by iloveitaly
0 647 posted 15 years ago by stancell
Taken from Doug Sparling's Blog
0 582 posted 15 years ago by roflman79
1 1007 posted 15 years ago by StrawMan
3 900 posted 15 years ago by iTony
1 696 posted 15 years ago by Eloi
like array_key_exists but accepts an array of key values to check
0 587 posted 15 years ago by iloveitaly
2 1041 posted 15 years ago by iloveitaly
2 1022 posted 15 years ago by iloveitaly
More of a setQueryString
0 797 posted 15 years ago by iloveitaly
2 793 posted 15 years ago by randyjhunt
Use this function to print out all the rows in a table. Specify columns to show using the columnstring parameter: tablulardata(tablename, columnstring); ie: tabluardata("users","username=Username|fname=First Name|lname=Last Name");
1 796 posted 15 years ago by kilrizzy
Use this function to pull all columns from a single database field. getrowdata(tablename,rowid,prefix); You would call this function like: getrowdata("users",$_SESSION['user'],"user_"); The prefix is the prefix you want for the array names,...
1 928 posted 15 years ago by kilrizzy
what was taking an embarrassingly long time in Spry took 2 lines in PHP
0 941 posted 15 years ago by rwczippy
Enable the use of Custom Fields in Wordpress. This is the code to put into the markup. Related plugin: get-custom-field-values
0 887 posted 15 years ago by taqin
0 679 posted 15 years ago by joelambert
This allows you to get contents of any div with ID tag. $matches[0] returns with parent div tag $matches[1] returns with out parent div tag
1 2915 posted 15 years ago by Gustavs
Re: Same Variables, Many Pages Link to this post From
0 533 posted 15 years ago by petterdr
0 647 posted 15 years ago by kawikak
1 ... 43 44 45 46 47 ... 58