FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » simple link won't show
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: simple link won't show [message #185407 is a reply to message #185404] Thu, 27 March 2014 00:02 Go to previous messageGo to previous message
Norman Peelman is currently offline  Norman Peelman
Messages: 126
Registered: September 2010
Karma:
Senior Member
On 03/26/2014 02:51 PM, richard wrote:
>
> $t=$row['title'];
> echo "<td>";
> echo "<a href='#'>.$t.</a>";
>
>
> http://mroldies.net/dailyplayer.php
>
>
> I have tried numerous combinations of single and double quotes and I the
> link still will not show up.While on my main page, and elsewhere, they show
> up just fine. What am I missing?
>
> It's time to laugh and bash stupid.
> So go for it boys. Give it your best.
>

Are you sure $row['title'] is not blank? Even so, that code works
here and if it were blank you should still see:

<a href='#'>..</a>

in the source. That being said, are you really after:

echo "<a href='#'>".$t."</a>";

or

echo "<a href='#'>$t</a>";

--
Norman
Registered Linux user #461062
-Have you been to www.php.net yet?-
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Mr. Stuckle and Mr. Miller - explain normalisation with an example
Next Topic: Most secure way to reset a password via email link
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Feb 16 13:56:40 GMT 2025

Total time taken to generate the page: 0.34357 seconds