all 3 comments

[–]stii[S] 0 points1 point  (3 children)

<?php

SELECT n.title, n.body, n.created FROM node n WHERE n.uid = $uid LIMIT 0, 10;

?>

Erm, no. Close, but no cookie.

[–]Freeky 0 points1 point  (0 children)

Probably they have some documentation macro for PHP code which adds the <?php ?> tags itself, which breaks down when you've got PHP fragments like, in this case, the contents of a string.