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  
Combos dependientes de resultados anteriores by xOxo
Published on : 12.05.2010 Category : PHP Snippets Viewed : 68 times.
[code] == HTML + jQuery==  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>...
Read More »

Url exists function to check remote url
Published on : 12.05.2010 Category : PHP Snippets Viewed : 38 times.
[code] function url_exists($url) { $ch = @curl_init($url);...
Read More »

Send Fax with sendfax(1)
Published on : 12.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] function sendFax($documentPath, $faxNumbersArray) { $from = sessionManager...
Read More »

Cleanse html, js, style from form input
Published on : 12.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] function cleanse($input){ $search = array('@]*?>.*?@si'...
Read More »

Detect iPhone function
Published on : 12.05.2010 Category : PHP Snippets Viewed : 34 times.
[code] function isiphone() { return (stripos(strtolower($_SERVER...
Read More »

Mail Header Removal
Published on : 12.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] ################################################################## Mail Header Removal# - SPAM Prevention, just removes the headers...
Read More »

Data Cleaning Function
Published on : 12.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] ################################################################## Data Cleaning Function# - helps prevent MySQL injection, use when building the query after database co...
Read More »

PHP and MySQL Facebook connect tutorial
Published on : 12.05.2010 Category : PHP Snippets Viewed : 28 times.
[code] //// this is just a bit of the code of the tutorial:$fb=new Facebook( FB_API_KEY , FB_SECRET );...
Read More »

Custom CSS Per Page and Post for WordPress
Published on : 12.05.2010 Category : PHP Snippets Viewed : 21 times.
[code] //Custom CSS Widgetadd_action('admin_menu', 'custom_css_hooks');add_action('save_post'...
Read More »

Hook_views_query_alter Drupal 6.x (substring)
Published on : 12.05.2010 Category : PHP Snippets Viewed : 158 times.
[code] /*** Implementation of hook_views_query_alter().*/function local_views_query_alter(&$view...
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