Comment by Alfredo Cancino on 2005-07-07
Good
Comment by Steve on 2005-10-07
One can echo short bits of PHP data with =$data?> where $data is a variable (actually, the '=' just means 'echo ', so anything that works with echo will work there).
Comment by Steve on 2005-10-07
That would be
left-bracket?=$data?right-bracket.
|