S
Stormovik
Guest
hello,
I'm trying to make a hyperlink in a PHP block,
like this <? php print '<A HREF="link.PHP">$A</A>'; ,,, ?>
it works, but the problem is that $A is a PHP variable containg data from a database, like a phone number ( $A=$Ligne['Num_tel']; ), the result is that the link is only the "$A" in blue underlined, but I want to see what is inside ! please help how to solve this problem, if i can make the PHP variable get out from the PHP block so I can use it in HTML language; thank you
I'm trying to make a hyperlink in a PHP block,
like this <? php print '<A HREF="link.PHP">$A</A>'; ,,, ?>
it works, but the problem is that $A is a PHP variable containg data from a database, like a phone number ( $A=$Ligne['Num_tel']; ), the result is that the link is only the "$A" in blue underlined, but I want to see what is inside ! please help how to solve this problem, if i can make the PHP variable get out from the PHP block so I can use it in HTML language; thank you