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  
Select the maximum value of a field of a database
Published on : 12.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] function select_max($servidor,$usuario,$password,$bd,$tabla,$campo...
Read More »

Wordpress: Get first category name only
Published on : 12.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] <?php$category = get_the_category(); echo $category[...
Read More »

DB Connect Fetch Data
Published on : 12.05.2010 Category : PHP Snippets Viewed : 46 times.
[code] <?php /************************************** seesaw associates | http://seesaw.net  client: m...
Read More »

Download any file from a server.
Published on : 12.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] <?php/* * LICENCE: This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public Lic...
Read More »

SimpleXML code for a Twitter search
Published on : 12.05.2010 Category : PHP Snippets Viewed : 21 times.
[code] <?php // Get the Twitter search results $xml = simplexml_load_file("http://search.twitter.com/search.atom?q=vespa%20scooter");...
Read More »

Target specific pages in wordpress e-commerce
Published on : 12.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] <?php if(wpsc_the_product_id() == 14){ ?><?php }...
Read More »

Custom more text with WordPress in functions.php
Published on : 12.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] function custom_more($more_link, $more_link_text) { return str_replace...
Read More »

Wordpress: Category Specific Pages
Published on : 12.05.2010 Category : PHP Snippets Viewed : 31 times.
[code] // code for your custom page.php file. Put this near the top:<?php/*Template Name: MyCategory Page*/...
Read More »

Wordpress: List all Tags
Published on : 12.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] $tags = get_tags();if ($tags) {foreach ...
Read More »

Combos dependientes de resultados anteriores by xOxo
Published on : 12.05.2010 Category : PHP Snippets Viewed : 0 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 »

 

 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