Welcome To Snipplr
Everyone's Recent Snippets Tagged php
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
If you need to get the whois information for a specific domain, why not using PHP to do it? The following function take a domain name as a parameter, and then display the whois info related to the domain.
1
1681
posted 13 years ago by o0110o
In order to optimize your scripts, you may definitely want to know how many amount of RAM they use on your server. This snippet will check memory and then print initial, final and peak usages.
3
1451
posted 13 years ago by o0110o
Add this to functions.php and then you can call the focus keyword anywhere you want with:
<?php wpseoFocusKW();?>
0
1821
posted 13 years ago by itsmrchris
How to insert the less preprocessor script in WordPress Websites and Blogs
0
1625
posted 13 years ago by ecksteing
If you are a PHP developer, you are probably aware that you can pass an array of strings as the search strings and an array as the replacements to the str_replace function. In this example you can see how to automatically replace smiley shortcuts by...
1
1097
posted 13 years ago by martijnhoogwerf
Get the text in between more text in a string. Accepts $content,$start,$end & $is_string as parameters.
1
1750
posted 13 years ago by o0110o
This function will force a file to be downloaded. It accepts $_path as a parameter.
1
2860
posted 13 years ago by o0110o
This function performs several checks to make sure it's getting the correct IP address.
1
3229
posted 13 years ago by o0110o
A handy function to get the contents of a file with curl. Accepts $_path as a parameter.
1
3090
posted 13 years ago by o0110o
This function will use curl to see if a file exists at the location it's provided. It accepts $_path as a parameter.
1
3383
posted 13 years ago by o0110o
A function to get a files size via curl. Accepts $_path, $_unit, $_float, $_username & $_password; In the listed order.
1
3353
posted 13 years ago by o0110o
Takes a # of seconds and converts it to human readable format.
If happened within seconds-years.
0
1803
posted 13 years ago by mburica
I will show you how to crate an app for facebook to handle the facebook connect process on your web site.
Then I will show you the php code to perform the login on facebook and retrieve the informations you need for your site.
The last suggestion w...
0
1906
posted 13 years ago by ginoplusio
When you add facebook like button to your site, probably, you also want to save the number of likes of your pages to your database.These data are very useful and very important because they tell you which of your articles are better than others. More...
0
3361
posted 13 years ago by ginoplusio
Use: echo format_size(filesize("fichier"));
Example result: 13,37 Ko
0
2495
posted 13 years ago by zhyar
This is a route that ables the website to show the user's profile to the world.
0
1217
posted 13 years ago by rafaelfragosom
Just an example showing how to minimise the mixture of HTML and PHP in a view.
0
1377
posted 13 years ago by JonnySnip3r
Simulate the $_GET array from php in javascript to get url parameters this way:
url= http://localhost/?var1=example
$_GET['var1'] will return "example"
Just copy and paste the code.
2
3103
posted 13 years ago by sergiazow