On 4/19/05, Patrick Lauke <[EMAIL PROTECTED]> wrote: > > Brian Cummiskey > > > Not sure, but, why not just use <a href="<?= $PHP_SELF; ?>"> > > Ouch...I thought nobody used short-tags anymore because of the > kludgey workaround required when using XML declarations... > > Patrick > ________________________________ > Patrick H. Lauke > Webmaster / University of Salford > http://www.salford.ac.uk > ****************************************************** > The discussion list for http://webstandardsgroup.org/ > > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ****************************************************** > >
Hi Alan, I would use, like Patrick said, the following syntax: <a href=" <?php echo $_SERVER [ ' PHP_SELF ' ] ; ?> " -- S. Lemmen ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
