XHP

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
wei
Forum Contributor
Posts: 140
Joined: Wed Jul 12, 2006 12:18 am

XHP

Post by wei »

http://wiki.github.com/facebook/xhp/

Code: Select all

 
<?php
$href = 'http://www.facebook.com';
echo <a href={$href}>Facebook</a>;
 
Post Reply