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  
PHP: Simple Dynamic Variable Example
Published on : 15.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] <?php /* How to dynamically cast a variable*/ ...
Read More »

PHP: Fun with Arrays
Published on : 15.05.2010 Category : PHP Snippets Viewed : 35 times.
[code] <?php $numbers = array( 1, 2, 3,...
Read More »

Loop $POST Array and store in form hidden fields
Published on : 15.05.2010 Category : PHP Snippets Viewed : 20 times.
[code] form id="solarrechner" name="solarrechner" action="index.php" method="POST"><?phpforeach($_POST as $key => ...
Read More »

PHP: Basic Date/Time Functions
Published on : 15.05.2010 Category : PHP Snippets Viewed : 29 times.
[code] function strip_zeros_from_date( $marked_string = "" ){ //Remove any Zeros in the date $...
Read More »

PHP: List of Server Variables
Published on : 15.05.2010 Category : PHP Snippets Viewed : 28 times.
[code] //Information about the Server we're onecho "SERVER_NAME: " . $_SERVER['SERVER_NAME'] ....
Read More »

Truncate text preserving keywords
Published on : 15.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] //$h = text//$n = keywords to find separated by space//$w = words near keywords to keepfunction truncatePreserveWords ($...
Read More »

PHP: Simple Index Incrementor Method
Published on : 15.05.2010 Category : PHP Snippets Viewed : 28 times.
[code] function index(){ static $idx = 0; $idx...
Read More »

PHP: Simple Reference Example
Published on : 15.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] /************************Example 1************************/$a = 1;...
Read More »

PHP: Moderately Complicated Reference Example
Published on : 15.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] //This function is being returned as a referencefunction &example1(){ global ...
Read More »

PHP: Determine if a Class has been defined
Published on : 15.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] <?php class Person{ function say_hello(){...
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