[nycphp-talk] 'In and out' of php
Daniel Convissor
danielc at analysisandsolutions.com
Tue Jan 27 11:31:13 EST 2004
On Sat, Jan 24, 2004 at 01:53:06PM -0500, Mark Armendariz wrote:
>
> echo "<td><a href=\"index.php?page=$_GET['page']&sort=id\">ID</a>";
Of course, you would have to put {} around the array:
echo "<td><a href=\"index.php?page={$_GET['page']}&sort=id\">ID</a>";
--Dan
--
T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y
data intensive web and database programming
http://www.AnalysisAndSolutions.com/
4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409
More information about the talk
mailing list