12th February 2007, 01:24 pm
Did I mention SimplePie yet? http://simplepie.org/ Holy cow, if you’ve ever used Magpie RSS, and are looking for a more robust solution, check out SimplePie. It’s a great PHP library that parses RSS or Atom.
Technorati Tags: atom, magpie rss, php, rss, simplepie
Story pulse
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE 1=1
AND post_id = 1492
GROUP BY hit_date' at line 5]
SELECT
SUM(hit_count) AS hits,
hit_date
FROM
WHERE 1=1
AND post_id = 1492
GROUP BY hit_date
Mark Woodman:
1
I had the same reaction the first time I used it. “Holy cow” is right.
We’re using SimplePie for JetStream (http://labs.techbrew.net/jetstream), and couldn’t be happier with it.
12 February 2007, 5:53 pmleo:
If you are not familiar with php functions,and want to find php functions contains some words.for example,you want to find php functions contains ‘url’,try this site:http://www.javatag.com/fjavatag.html
15 February 2007, 6:47 am