/* E X A M P L E ----------------------------------------------- $feed = new RSS(); $feed->title = "RSS Feed Title"; ...
PHP RSS Writer Class
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> ...
PHP Floating sidebars
This site has usual three c...
class FormComponents
{
/*
...
PHP HTML Select Menu Template
by letseatfood.myopenid.com,
August 11, 2010 02:28,
27 refactorings, tagged with template, php, html, select_tag
This method outputs a stand...
<?php
function get_title($html_page)
{
...
PHP Get Title of HTML page
Extract and return the bits...
<?php
function innerHTML($node){
$doc = new DOMDocument();
...
PHP innerHTML of a DOMElement
The equivalent of the non-s...
<?php
function fetch($url,$start,$end){
...
PHP Wikipedia API and text form...
by z3ro,
January 09, 2008 18:37,
4 refactorings, tagged with convert, html, plain html, formatting, parser, regex, xml, php, wikimedia, api, wikipedia
I need to add Wikipedia's i...
http://www.snippetsmania.com/