Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

This seems like a pretty obvious question, but for some reason I have yet to find an answer. The goal here is to have a user click a link, for example like on this site, the user clicks a question and it redirects them to a page with a full description of this question. Also how is this done without using form data, but a regular anchor tag. Would it be done through an Http Request through ajax, where we send data from the anchor tag. It seems as if this is a major piece to PHP, yet I can't seem to find a clear answer as to how to implement this.

share|improve this question

closed as off topic by paulmorriss Feb 21 at 17:13

Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Make a link to the questions page....

That would be the only way to do it...

I am not sure what a form has to do with anything...

share|improve this answer
Yes, but the,"question page", must display information regarding the link clicked to get there – Elmir Kouliev Feb 21 at 14:28
@ElmirKouliev yes... So make a "question link page" I am not sure of the whole question here... – Neal Feb 21 at 14:28
Let me rephrase. The user will select a link with some text that is cut off half way. This link will take them to a new page with the text in full length. However on the first page there are many questions, so the page they are redirected to must display the text that they selected – Elmir Kouliev Feb 21 at 14:30

Not the answer you're looking for? Browse other questions tagged or ask your own question.