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 #185408 is a reply to message #185404] Thu, 27 March 2014 00:54 Go to previous message
Denis McMahon is currently offline  Denis McMahon
Messages: 634
Registered: September 2010
Karma:
Senior Member
On Wed, 26 Mar 2014 14:51:48 -0400, 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.

A couple of suggestions.

When creating a large table, write a newline character after the closing
tag of every tr.

Use htmlspecialchars or htmlentities to preprocess text that you are
inserting into a web page. If your original data has a combination of
escaped and unescaped ampersands, you may need to set the double_encode
param to false.

Use a lang attribute for your html element.

Use utf-8.

--
Denis McMahon, denismfmcmahon(at)gmail(dot)com
[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 Nov 24 20:46:36 GMT 2024

Total time taken to generate the page: 0.04414 seconds