Posted by Luigi Donatello Asero on 07/14/05 03:17
"Terry" <tknospa@wejuggle2.com> skrev i meddelandet
news:42d599bd_2@spool9-west.superfeed.net...
> Luigi Donatello Asero wrote:
> > ----- Original Message -----
> > From: "Terry" <tknospa@wejuggle2.com>
> > Newsgroups: alt.php
> > Sent: Wednesday, July 13, 2005 2:14 PM
> > Subject: Re: Links in a table in mysql
> >
> >
> >
> >>Luigi Donatello Asero wrote:
> >>
> >>>I wonder whether I could write links within a table at mysql as text so
> >
> > that
> >
> >>>the user could follow these links which would be displayed on the
table
> >
> > on
> >
> >>>the webpage.
> >>>
> >>>
> >>
> >>I guess I am not understanding the problem - if I am all you do is wrap
> >>the value from the table in <a href="$value">$value</a>.
> >
> >
> > I meant a html link which is displayed into the table so that an user
could
> > click on for example
> > a town where the holiday lodging is situated and open a page about this
> > holiday lodging about which there are other information in the other
columns
> > of the table.
> > I tried to insert a html link into a new column but it did not work.
> > https://www.scaiecat-spa-gigi.com/sv/test23.php
> >
> >
> <td headers='t8'><a
>
href="https://www.scaiecat-spa-gigi.com/sv/lagenhet-i-italien3.php"><Lδgenhe
t
> nummer 2></a></td>
>
> Should be
> <td headers='t8'>
<a
>
href="https://www.scaiecat-spa-gigi.com/sv/lagenhet-i-italien3.php">Lδgenhet
> nummer 2</a>
</td>
If I put it directly in the code the same link is displayed in all the rows
which is not what I want.
But when I had tried to save it in the database it was not displayed on the
page.
May-be that I should not use "text" to save it but something else?
> You should also declare a doc type as well as have a meta tag showing
> the character encoding - you are letting the users browser make its best
> guess as to the encoding - this is not dependable.
They are only test pages.
On the page https://www.scaiecat-spa-gigi.com/sv/boende-i-italien.php
you can see the doctype and the table. As the page is in Swedish the
keywords are in Swedish too.
I am going to write the English keywords on the corresponding English
version.
--
Luigi Donatello (un italiano che vive in Svezia)
https://www.scaiecat-spa-gigi.com/sv/boende-i-italien.php
Navigation:
[Reply to this message]
|