|
Hate UML?Draw sequence diagrams in seconds.http://www.websequencediagrams.com |
You also need to install php pear:
sudo apt-get install php-pear sudo pear install db
Want more programming tech talk?
Add to Circles on Google Plus
Subscribe to posts
XML parsing failed: syntax error
I wondered what it would take to implement the whole shebang – capturing regular expressions as concisely as possible, in C.
AFAIK, – is not allowed in XML (you should use a numeric code instead).
hxxp://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fstevehanov.ca%2Fblog%2Findex.php%3Fatom
(please correct hxxp)
P.S. You need not write "global $_GET, $_POST, $_SESSION". These variables are "superglobals", so they are available in any function (see PHP manual).
Post comment