Dear Sir,
In PHP script many hyperlinks I have seen the link :
For example:
<a href="main.php?show=51&vAED=A &cat=letter">Add Letter </u></a>.</div></td>
If we write <a href="main.php" > then I can understand that the link goes to main.php file.
BUT
when we write '?show=51&AED=A &cat=letter' then I can not understand that why we put this '?' in href properties. [I have marked it bold in above example which I want to understand].
Plese explain to me.
Thanks
Deepak Saxena
In PHP script many hyperlinks I have seen the link :
For example:
<a href="main.php?show=51&vAED=A &cat=letter">Add Letter </u></a>.</div></td>
If we write <a href="main.php" > then I can understand that the link goes to main.php file.
BUT
when we write '?show=51&AED=A &cat=letter' then I can not understand that why we put this '?' in href properties. [I have marked it bold in above example which I want to understand].
Plese explain to me.
Thanks
Deepak Saxena
Comment