PhpTips.im - Everything about php - Download CMS, find tips and tricks, code snippetz, classes and more and more...
Bookmark this page !
   

Articles

    Home » Articles » PHP Snippets
Browsing PHP Snippets RSS RSS

   Pages :   0     1     2     3     4     5     6     7     8     9     10     11     12     13     14     15     16     17     18     19     20     21     22     23     24     25     26     27     28     29     30     31     32     33     34     35     36     37     38     39     40     41     42     43     44     45     46     47     48     49     50     51     52     53     54     55     56     57     58     59     60     61     62     63     64     65     66     67     68     69     70     71     72     73     74     75     76     77     78     79     80     81     82     83     84     85     86     87     88     89     90     91     92     93  
Random with Percentage Generator
Published on : 08.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] <?php $percentNS = 0.3; $percentSM = 0.5; $percentSH...
Read More »

Month Number to Month Name
Published on : 08.05.2010 Category : PHP Snippets Viewed : 28 times.
[code] <?php//$month_num is 1 to 12date("F", mktime...
Read More »

jquery google map init
Published on : 08.05.2010 Category : PHP Snippets Viewed : 34 times.
[code] <script src="http://maps.google.com/maps?file=api&v=2&key=ApiKeyinizBurayaYazılacak&sensor=true" type="text/javascript"></script>...
Read More »

Get all tags without HTML markup (no more tag clouds)
Published on : 08.05.2010 Category : PHP Snippets Viewed : 22 times.
[code]<?php $tags = get_tags();if ($tags) {f...
Read More »

Drupal - get path alias
Published on : 08.05.2010 Category : PHP Snippets Viewed : 72 times.
[code] <?php print "destination=". drupal_get_path_alias($_GET['q']...
Read More »

Routine to update and set variables in Drupal using hook_update
Published on : 08.05.2010 Category : PHP Snippets Viewed : 40 times.
[code] /** * Sets a variable range of variables to LUX-values. * * @return * An array ...
Read More »

Command line progress bar with PHP
Published on : 08.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] <?php /* Copyright (c) 2010, dealnews.com, Inc.All rights...
Read More »

PHP parse url, mailto, and also twitter’s usernames and arguments
Published on : 08.05.2010 Category : PHP Snippets Viewed : 28 times.
This small function receive a text as input and returns an html text with links if the source text contains urls (http://www… but also ftp://… and every other protocol), emails, twitter’s usernames (with @ at the beginning) and also twitter tags (with # at the beginning). [code] function parse_twitter(...
Read More »

Conditional Geo Mashup map template code
Published on : 08.05.2010 Category : PHP Snippets Viewed : 39 times.
[code] <?php$coordinates = GeoMashup::post_coordinates();if ( ...
Read More »

Php Server Stats
Published on : 08.05.2010 Category : PHP Snippets Viewed : 28 times.
I'm sure this could be improved, but it works. Checks uptime, current status and others. [code] <?php/*Author: Jason Pant...
Read More »

 

 Members
Log In !
Email Address :

Password :


Change my passowrd !
Sign Up !
We have : 3 members.
Latest member : albans
 
 Last Posts
 
 Advertising
 
©PhpTips.im 2010
Powered by PikaCMS.
Quick Links :
Home | Browse all articles | Downloads | Terms of Use
RSS RSS 2.0 : Articles | Downloads ATOM : Articles | Downloads