The MySQLi class has automatic Cross Site Scripting protection that prevents HTML from being displayed. To override that just change:
<?php echo($rsSlides->getColumnVal("link")); ?>
to:
<?php echo($rsSlides->getColumnVal("link",false)); ?>
The MySQLi class has automatic Cross Site Scripting protection that prevents HTML from being displayed. To override that just change:
<?php echo($rsSlides->getColumnVal("link")); ?>
to:
<?php echo($rsSlides->getColumnVal("link",false)); ?>
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.