Can I use a link, like <a href="file.php">link</a> to connect to a page generated by php code from a html file? And how?
Thanks,
Can I use a link, like <a href="file.php">link</a> to connect to a page generated by php code from a html file? And how?
Thanks,
yep you can even use standerd html forms to send veribles of use hyperlinks through veribles like <a href="file.php?id=201">link</a>
But I don't want to send any variables. I am trying to go to a page made by php code from a html page. Can I just use<a href="file.php">link</a>?
Thanks,
Yes