Search found 2 matches
- Sat Dec 04, 2010 9:03 am
- Forum: PHP - Code
- Topic: PHP / HTML
- Replies: 2
- Views: 85
Re: PHP / HTML
Thanks !
- 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...