ok, so my php script has something lik this in it : -
basically, when the user clicks the submit button, the text ' Hello their ' will appear at the top.
The question i have, is I want to add a HTML link, so the user can click on it after clickign the submit button, at the top of the page.
The problem is, when I add something lik this:-
php understands the // as a command line and not a text link .... kidna with me ? sorry if I may not sound right but its kidna hard to explain I guess :/
well anyway, i want to know how can I have that link to work inside the php script?
because when you do // in dreamweaver it turns orange and tis just something you can use to note something down. I.E
// this is the text link
thnx!