-------
#shplaying.php file

...

PHP Parsing of XML data has hig...

by mattlax.myopenid.com, February 04, 2012 19:32, 6 refactorings, tagged with speed, php, curl, cpu, debug

This script simply retrieve...

Bdcc24a6af71061f368915bb415644c7 Talk
<?php
	$location = htmlspecialchars($_SERVER['HTTP_REFERER']);
	$email = strtolower(mysql_real_escape_string($_REQUEST['email']));
...

PHP php refactoring

by openid.aol.com/zaknaji, January 15, 2012 23:31, 8 refactorings

Just completed this a week ...

9c5da7ae7d2aea9dc96dd57a9044fccc Talk
v

PHP Templating Engine

by https://www.google.com/accounts/o8/id?id=AItOawmqeWYiB7S-kJBQrA90kF0hQwFF-sWnQfI, January 10, 2012 17:13, 1 refactoring, tagged with php, templating, engine

gdg
</head>
<body>
<% ra...

55502f40dc8b7c769880b10874abc9d0 Talk
SELECT p.pid, p.filename, AVG(v.vote) as avgv, COUNT(v.vote) as avgc
			FROM wp_ngg_pictures p
			LEFT JOIN wp_nggv_votes v ON (p.pid = v.pid)
...

PHP SQL Query Optimization

by https://www.google.com/accounts/o8/id?id=AItOawmyRuor7Z0aC0QytK3lMrz5h5jH73-dECw, December 13, 2011 21:03, 3 refactorings, tagged with speed, sql, optimization

This SQL query is currently...

55502f40dc8b7c769880b10874abc9d0 Talk
class Competitor
{
    public $CompetitorID;
...

PHP Make a repository DRYer

by Ants, December 21, 2011 23:59, No refactoring, tagged with mysql, DRY, repository

I need suggestions on how t...

F9a9ba6663645458aa8630157ed5e71e Talk
/**
 * Validate email address
 * @param   string $email Email address to validate
...

PHP Validate email address

by https://www.google.com/accounts/o8/id?id=AItOawkrlIWZOJFG_JL2F2-39pufYjElslWtCGU, November 11, 2011 21:20, 9 refactorings, tagged with php, regex, script, code, email, textmate
D41d8cd98f00b204e9800998ecf8427e Talk
<?php

function csv_to_array($csv,$has_headings=false,$delimiter=',',$enclosure='"',$escape="//",$eol="\n")
...

PHP CSV to Array

by https://www.google.com/accounts/o8/id?id=AItOawlRIAN_Qr05v4dFeOZBCLVkTvr-_VKeoTY, November 22, 2011 11:17, 1 refactoring, tagged with php, csv

This is a function that tak...

55502f40dc8b7c769880b10874abc9d0 Talk
Sage Marketing Services covers the full spectrum of marketing & branding strategy development, graphic design and marketing campaign management. At Sage we place Strategy before Design, providing exceptional  marketing strategies and marketing plans which deliver real outcomes and growth for your brands and business, supported by outstanding marketing creative.
http://www.sagestrategy.com/?page=marketing

PHP Marketing Services, Marketi...

by henryjakson.myopenid.com, October 18, 2011 01:49, 3 refactorings, tagged with Marketing Agencies

Sage Marketing Services cov...

55502f40dc8b7c769880b10874abc9d0 Talk
Contact Sage for a FREE, in confidence chat & possible consultation with Mark Fraser.
http://www.sagestrategy.com/?page=help

PHP Mark Fraser

by henryjakson.myopenid.com, October 18, 2011 01:55, No refactoring, tagged with Contact Sage Strategy Services

Contact Sage for a FREE, in...

55502f40dc8b7c769880b10874abc9d0 Talk
For more than 10 years, Sage Strategy has provided proven business strategy development services & professional business plans. The quality of our business plans are second to none - relevant, meaningful and powerful business plans tailored to serve the market dynamics and needs of your business.
http://www.sagestrategy.com/?page=planning

PHP Business Strategy

by henryjakson.myopenid.com, October 18, 2011 01:52, No refactoring, tagged with Business Plans

For more than 10 years, Sag...

55502f40dc8b7c769880b10874abc9d0 Talk
Sage Strategy exists to provide strategy development and implementation services to selective businesses which possess both the passion and potential for growth. For more than ten years, Sage Strategy has provided proven business strategy development services & professional business plans. Sage Marketing Services covers the full spectrum of marketing & branding strategy development, graphic design and marketing communications management.
http://www.sagestrategy.com/

PHP Marketing Plan, Marketing ...

by henryjakson.myopenid.com, October 18, 2011 01:48, No refactoring, tagged with Sage Strategy Services

Sage Strategy exists to pro...

55502f40dc8b7c769880b10874abc9d0 Talk
Mark Fraser is highly regarded as a rare management and marketing talent with the proven ability to build and transform businesses and brands. Unlike most strategists Mark has actually done it himself and understands firsthand the challenges and dynamics of building a business and brands.
http://www.sagestrategy.com/?page=mark_fraser_bio

PHP Business Consultant

by henryjakson.myopenid.com, October 18, 2011 01:53, No refactoring, tagged with Business Consultant

Mark Fraser is highly regar...

55502f40dc8b7c769880b10874abc9d0 Talk
Mark Fraser’s Coaching is impartial, focused on improvement in behaviour and achievement of business and personal development outcomes.  Mark Fraser has actually done it himself and understands firsthand the challenges and dynamics facing business owners and executives.
http://www.sagestrategy.com/?page=mentoring

PHP Marketing Consultant, Manag...

by henryjakson.myopenid.com, October 18, 2011 01:51, No refactoring, tagged with Business Consultant

Mark Fraser’s Coaching is i...

55502f40dc8b7c769880b10874abc9d0 Talk
function mdy($mid = "month", $did = "day", $yid = "year", $mval, $dval, $yval)
{
if(empty($mval)) $mval = date("m");
...

PHP Month Day Year Smart Dropdowns

by https://www.google.com/accounts/o8/id?id=AItOawkrlIWZOJFG_JL2F2-39pufYjElslWtCGU, September 15, 2011 04:55, 8 refactorings, tagged with time, php, date, code
D41d8cd98f00b204e9800998ecf8427e Talk
<?php

# Domain Name Variable
...

PHP PHP Server Status

by https://www.google.com/accounts/o8/id?id=AItOawksXaIilukEuc11Nwm7hnyjUhqRSoJpTxU, September 08, 2011 16:08, 1 refactoring, tagged with php, domain, server status, fsocks

I'm not quite sure how to s...

36edeff11dc3530ce93c4b2e6ab207f3 Talk
<?php 
/**
* 
...

PHP My Router Class

by https://www.google.com/accounts/o8/id?id=AItOawmo3BpOmqYuKPYNSUuLPlsQYrXfQyw7HBk, September 10, 2011 19:43, No refactoring, tagged with PHP, Router, Framework

I'm building a framework to...

55502f40dc8b7c769880b10874abc9d0 Talk
<?php
	$newLoation = 'about.php';
	header( "refresh:10;url=$newLoation" );
...

PHP Delayed Header Redirect

by DeeJRoth, September 25, 2011 17:41, No refactoring, tagged with delayed, redirect

simple delayed redirect

1a4d69bd70cf3e0e77cd216756b8af92 Talk
/* 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
<form name="search" id="search" action="" method="post" accept-charset="utf-8">
  <input type="text" name="search[client]" id="searchclient" />
  <input type="text" name="search[ipaddr]" id="searchipaddr" />
...

PHP search with clean URL's

by https://www.google.com/accounts/o8/id?id=AItOawm0fOP9BUK8JyuvV7Z3omSYLYIBrsBSPBw, August 15, 2011 12:05, 2 refactorings, tagged with short, php, clean

I'm looking ideas on how to...

55502f40dc8b7c769880b10874abc9d0 Talk
<?

# TITLE:	SIP Statistics PHP Script
...

PHP Securing PHP database calls

by https://www.google.com/accounts/o8/id?id=AItOawmKka1rRXpnED1msCNzL1D-XCMwgmPq-4Y, August 30, 2011 02:38, No refactoring

I'm not a PHP programmer an...

55502f40dc8b7c769880b10874abc9d0 Talk
<?php

...

PHP CSS compiler/parser nested ...

by Xannax, July 04, 2011 22:11, 6 refactorings, tagged with php, css, nested, css compiler

I am creating (one more, I ...

69756e722c056c30fea55c431295cb56 Talk
<?php
class Element
{
...

PHP Improvised PHP class could ...

by https://www.google.com/accounts/o8/id?id=AItOawlwUlaOHqGo4F1temArsX5_i8wa3X4CfV4, July 18, 2011 10:39, 3 refactorings

Hello, I started doing some...

55502f40dc8b7c769880b10874abc9d0 Talk
<?php
class Kategorie {
  var $id;
...

PHP OOP in PHP?

by speedstar, July 28, 2011 00:32, 1 refactoring

Hello,

I use this class ...

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
/* James Jeffery - joojar@hotmail.com */

function getInputValueByName($name, $source) 
...

PHP Get Elements By Name

by James Jeffery, July 18, 2011 04:57, No refactoring, tagged with php

Function takes HTML source ...

B07d865bf34572ce5e84e47f89ec13c3 Talk