Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Barney... #1
Making hyperlinks from Mysql
.....hum....ive found asp scripts but none for php. I have a results recordset
and in the web link and contact results section i would like to have an active
webaddress and email. Ive thrown in the absolute web links into 'url' and the
email address into 'useremail'......how do i make them active?
Many thanks in advance
Barney... Guest
-
#40471 [NEW]: PHP 5.2.1 failed to be compiled with MySQl 5.0.33, MySQL 5.0.27, MySQL 5.1.15
From: pcdinh at gmail dot com Operating system: CentOS 4.4 PHP version: 5.2.1 PHP Bug Type: Compile Failure Bug description:... -
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'... -
Making local connection to MySQL using OS X
I am using OS X and Dreamweaver MX. I am trying to make a connection to the MySQL Sever from within Dreamweaver using the Applications panel and... -
making simple hyperlinks work
I had considered that option, however, this is a modular design for a CD-ROM learning course, and there are multiple volumes involved. Some fields... -
hyperlinks from db
Monty: Put the destination of the link in the database as a text field. Load the href part of the <a> tag with the text retrieved from the... -
Barney... #2
Making hyperlinks from Mysql
.....hum....ive found asp scripts but none for php. I have a results recordset
and in the web link and contact results section i would like to have an active
webaddress and email. Ive thrown in the absolute web links into 'url' and the
email address into 'useremail'......how do i make them active?
Many thanks in advance
Barney... Guest
-
gareth #3
Re: Making hyperlinks from Mysql
Just do the same as you would for your dynamic image eg
Weblink: <a href='<?php echo $row_users2['url']; ?>'><?php echo
$row_users2['url']; ?></a>
Email: <a href='mailto: <?php echo $row_users2['useremail']; ?>'><?php echo
$row_users2['useremail']; ?></a>
gareth Guest



Reply With Quote

