apphp-snippets


Member since 05/20/2012

4 snippets

6491 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

apphp-snippets's Recent PHP SnippetsTagged file



« Prev 1 Next »
This example shows you how to remove file extension from URLs using .htaccess file directives. Remember, that "mod_rewrite" works only on Apache server. Before trying please be sure that you are working on Apache server and the "mod_rewrite" module/e...
0 780 posted 10 years ago by apphp-snippets
This snippet allows you set a limitation for download rate of the file that visitors download from your site.
1 1009 posted 11 years ago by apphp-snippets
This code allows to pass filename in the $file_name variable and function will return file extension only.
0 723 posted 11 years ago by apphp-snippets
You may retrieve all needed file path data using PHP's built-in function pathinfo. You don't need to create your own functions or use regular expressions to get this info. It was already been created for this purpose.
0 928 posted 11 years ago by apphp-snippets
« Prev 1 Next »