me noob. link if else.. help.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hey guys..
i am looking books how to do this right
its where the echo is.
i want it to print the link out.

i think i should be using a \n, but am not sure how..

<?php
if ($row_rsViewLinks['linksLink'] == NULL)
print ("$row_rsViewLinks['linksName'];");
else
echo "<a
href="$row_rsViewLinks['linksLink']"$row_rsViewLinks['linksName']</a>;"
?>

thanks
-paul


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux