Quantcast
Channel: Wardell Design Blog » php
Browsing all 4 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Filtering MySQL Query Results With PHP

For a while I’d been trying to figure out how to output a mysql query while excluding rows with duplicate values for a specific pair of column values, and then ordering by the most recent timestamp....

View Article



Image may be NSFW.
Clik here to view.

Get Your Latest Tweet with PHP

The following code uses the SimpleXML extension so it requires PHP5. What it does is search through the XML output of search results for a given user name on Twitter. The version of the code below is...

View Article

Image may be NSFW.
Clik here to view.

Simple PHP Debugger

The following is a simple php script I created for debugging. Features: Easy to setup and use. Outputs variable values to a text file. Handles php errors. Generates easy to read output. Usage To use...

View Article

Image may be NSFW.
Clik here to view.

Get Your Latest Tweet with PHP v2.0

Way back in 2010 I created a PHP script  that retrieved the latest tweet from a given user via an XML Atom file generated by the Twitter search API.  Last year in 2012 twitter dropped XML support from...

View Article
Browsing all 4 articles
Browse latest View live


Latest Images