.Is there any way that i can get texts from a php form to supply it on another php form. and place it on the title attribute of my <a> tag.
for example:
<a href="" title=" //this is where i want to place the retrieved texts from my other php form." >
.Any help would be much appreciated.