Can anyone tell me why this won't work?
<a href="<?php require_once('includes/scotch_gard.php'); ?>">Scotchgard Carpet Protector</a>
I want it to just display the link text and run the 'require_once' statement when I click it.
Thanks,
Steve
Can anyone tell me why this won't work?
<a href="<?php require_once('includes/scotch_gard.php'); ?>">Scotchgard Carpet Protector</a>
I want it to just display the link text and run the 'require_once' statement when I click it.
Thanks,
Steve