Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged javascript
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
To display events from The Events Calendar Pro organized by taxonomy
0
11872
posted 4 years ago by reflectiondigital
With this snippet you will have the ability to deliver the most recent version of any file.
When dealing with a browser's cache you can't be certain your viewers are getting the most recent copy. By appending a GET value (the UNIX timestamp) to, f...
0
10691
posted 5 years ago by daemondevin
It should work for domains like @something.co.uk
note that regex will never really be able to match 100% of e-mail addresses without allowing some false positives
0
1067
posted 6 years ago by plasticbottle
Bei Autocomplete aus größeren Datenbanken ist es sinnvoll, die Datenbankabfrage in eine separate php-Datei zu verlegen.
0
964
posted 9 years ago by ulfinger
Configure settings for all external links on your site.
Features:
* Open external links in new window or tab
* Add "nofollow"
* Set link title
* Set link icon
* Set classes (for your own styling)
* Set no-icon class
* SEO friendly
0
1091
posted 11 years ago by freelancephp
How to insert the less preprocessor script in WordPress Websites and Blogs
0
850
posted 12 years ago by ecksteing
Adds a method to the jQuery Validation plugin (http://bassistance.de/jquery-plugins/jquery-plugin-validation/) to return false if the field equals a specified string
0
1856
posted 12 years ago by StevenW721
If your page has already sent headers to the browser you cant redirect with headers('Location:' . $url);
But you can use the following:
0
668
posted 13 years ago by prwhitehead
Mix EE channel tag into javascript add the following code into the config array.
0
696
posted 13 years ago by audiopleb
This is to call up Javascript alert through PHP. I hate switching between echoing Javascript while writing PHP so I wrote one in PHP.
0
893
posted 14 years ago by chopbust
This is a simple bit of code that allows you to do a write once date format in a PHP style date() format and convert it to be used by datepicker jQuery UI widget. It returns the converted string.\r\n\r\nNothing fancy here, but a time saver for the f...
1
1273
posted 14 years ago by roblynch