Ask a Question related to Dreamweaver AppDev, Design and Development.
-
ticasticus #1
PHP/MySQL links with hidden URL?
I want to have two rows in MySQL file, one is a filename, the other is a URL to
that file.
I then want to have Dreamweaver display all the filenames from the first row
as links using the URL from the second row. Preferably the URLs are hidden,
just like in a static HTML page.
Any help is greatly appreciated!:confused;
ticasticus Guest
-
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
When i try to start my mysql server, i get this error ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'... -
how to store image links in mysql
Hi I want to develop a dynamic gallery but can not find an example that targets someone of my limited intelligence. If someone out there can... -
How to make display links from mysql database???
Hi i have the following problem and i am breaking my mind on it: I have a mysql database with (id,title,topic,body) in the database i have stored... -
When we move Image Links and HTML links
On our Local Site (hard drive), our web projects is almost complete and we have already uploaded and sync the internet site (remote site). I have... -
?Hard links, Soft links, & Aliases--Explain
Hi All, Could some knowledgeable UNIX type please explain the differences between hard links, soft links, and traditional Mac aliases. Responses... -
Joe Makowiec #2
Re: PHP/MySQL links with hidden URL?
On 30 Apr 2005 in macromedia.dreamweaver.appdev, ticasticus wrote:
<?php //loop code goes here ?>> I want to have two rows in MySQL file, one is a filename, the other
> is a URL to that file.
>
> I then want to have Dreamweaver display all the filenames from the
> first row as links using the URL from the second row. Preferably the
> URLs are hidden, just like in a static HTML page.
<a href="<?php echo $linkURL ?>">See image <?php echo $imagename ?></a>
<?php //end loop ?>
--
Joe Makowiec
[url]http://makowiec.net/[/url]
Email: [url]http://makowiec.net/email.php[/url]
Joe Makowiec Guest



Reply With Quote

