Search found 2 matches

by liran
Sat Dec 04, 2010 9:03 am
Forum: PHP - Code
Topic: PHP / HTML
Replies: 2
Views: 85

Re: PHP / HTML

Thanks !
by liran
Fri Dec 03, 2010 12:12 pm
Forum: PHP - Code
Topic: PHP / HTML
Replies: 2
Views: 85

PHP / HTML

Hello I have the following PHP file: <?php ?> <html> <? $address = "cnn.com"; ?> <A href="<?=$address?>">Go To</A> </html> I want the link value to be "cnn.com", and take it from a variable as I did. What's wrong here, and how I can fix it ? ( PHP 5.2.6, but tried it on...