Like so many questions this involves MYSQL and the PHP (or Perl) layer.
I'm going to have html in text fields and there's going to be what
normally would be an internal link to another place in the same
document. But in this case,
Code:
<a href="#futherdo wn">next title</a>
is not in the html document. When a user clicks this link I want to
query the DB and append/render the queried record on the I guess
existing (refreshed) page. What's a strategy to make a hyperlink query
via PHP?
I'm trying to make internal links work "normally" on dynamic page if you
get my drift,
Lee G.
I'm going to have html in text fields and there's going to be what
normally would be an internal link to another place in the same
document. But in this case,
Code:
<a href="#futherdo wn">next title</a>
is not in the html document. When a user clicks this link I want to
query the DB and append/render the queried record on the I guess
existing (refreshed) page. What's a strategy to make a hyperlink query
via PHP?
I'm trying to make internal links work "normally" on dynamic page if you
get my drift,
Lee G.
Comment