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  
Dine
Published on : 08.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] <div id="Portfolio_Boxes"> <? $under_box_query = mysql_query("SELECT DISTINCT(type), type FROM "...
Read More »

Captcha
Published on : 08.05.2010 Category : PHP Snippets Viewed : 36 times.
[code] <?phpsession_start();class CaptchaSecurityImages { ...
Read More »

Gravatar
Published on : 08.05.2010 Category : PHP Snippets Viewed : 21 times.
[code] <?phpfunction _gravatar($email, $size='75', $defaultImg=...
Read More »

functions instead of mysql_query and mysql_connect for error checking with debug mode and function strSafe for stopping sql inje
Published on : 08.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] function dbQuery($query, $identifier=''){ // $identifier for better debugging...
Read More »

Set allowed integer values in CCK select list using PHP
Published on : 08.05.2010 Category : PHP Snippets Viewed : 29 times.
This example will return values -15 through 15 to be presented to the user in a select list for an integer CCK field. [code] $rows = array();for ...
Read More »

Completely exclude Sticky posts from the Loop
Published on : 08.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] <?phpquery_posts(array("post__not_in" =>get_option("sticky_posts")...
Read More »

Declare Multiple Widgetized Areas
Published on : 08.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] if ( function_exists('register_sidebar') ) {  ...
Read More »

Function to convert dates to and from Mysql
Published on : 08.05.2010 Category : PHP Snippets Viewed : 28 times.
[code] <?php /*** function dateconvert** dateconvert is ...
Read More »

Remove "username's blog" link from Drupal blog posts
Published on : 08.05.2010 Category : PHP Snippets Viewed : 43 times.
Annoyed by the "username's blog" links on your single-author Drupal blog? Don't reach for "display:none;"! Don't remove the $links variable from your node template! Just paste this code into your theme's template.php file. Be sure to replace "mytheme" in the function name with the machine-readable name of your theme. courtesy of http://drupal.org/node/731548#comment-2682062 This works for Drupal 6 [code] ...
Read More »

Image Metadata Information EXIF AND XMP
Published on : 08.05.2010 Category : PHP Snippets Viewed : 83 times.
Currenty getImagInfo() also call getImageXMP() so you only need the first function to get your infos. [code] function getImageInfo($img) { $ret =...
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