Skip to content
Advertisement

Tag: anchor

dynamically passing href in anchor tag

i want to redirect user to registration based on there role. like there is two roles user and shop if user select user role then it will be directed to the ragic.php(registration customer) if selected shop then ragis.php Hear is the code… one problem is how i pass a javascript variable into anchor href. or i also try for php

How to create a link to another PHP page

I just converted some of my HTML pages to PHP pages, and I’m not that familiar with PHP. In my HTML pages, assuming it’s just a static web app, I can link to another page quite simply by playing the following anchor on the page: <a href=”go-to-this-page.html”>This is a link</a> So, after converting the pages to PHP in order to

Advertisement