/* E X A M P L E -----------------------------------------------
		$feed = new RSS();
		$feed->title       = "RSS Feed Title";
...

PHP RSS Writer Class

by https://www.google.com/accounts/o8/id?id=AItOawkrlIWZOJFG_JL2F2-39pufYjElslWtCGU, August 23, 2011 07:01, 18 refactorings, tagged with class, xml, php, html, web, apache, server, write
D41d8cd98f00b204e9800998ecf8427e Talk
<?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

by RMP, July 17, 2011 02:19, No refactoring, tagged with html, css, float, menus

This site has usual three c...

D41d8cd98f00b204e9800998ecf8427e Talk
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...

A37583acaede070320d6f28146074934 Talk
#<html>
<head>
	<title>MAGIC AND BEES</title>
...

PHP horrific html

by getopenid.com/thelittleninja, April 12, 2010 23:10, 6 refactorings, tagged with html, validate

needs to validate

F7f392b52ef3c0e342ff0ba90ae1ccd9 Talk
<?php
function get_title($html_page)
{
...

PHP Get Title of HTML page

by Nathan, February 09, 2010 14:02, 3 refactorings, tagged with html, regular expression, title

Extract and return the bits...

D5145c421cd25af6fa577c15219add90 Talk
<?php
function innerHTML($node){
  $doc = new DOMDocument();
...

PHP innerHTML of a DOMElement

by hubfactor, January 19, 2009 00:56, 3 refactorings, tagged with php, html

The equivalent of the non-s...

Ed9c50a6db8b5e078b5ef84306a8477c Talk
#!/usr/bin/php
<?php
/**
...

PHP HTML Filter

by grom, October 23, 2008 23:00, 5 refactorings, tagged with parser, php, html, sanitize

Only allow subset of HTML. ...

A14537020ec5b11fea3b956353724860 Talk
<?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...

E90ba01aea329491b312280d1eea606b Talk