Use:
<?php $link = ($rsAdvertisment->getColumnVal("adLink",false)); ?>
It automatically add cross site scripting protection by encoding values from the database. Adding the false at the end tells it to not encode the characters.
Use:
<?php $link = ($rsAdvertisment->getColumnVal("adLink",false)); ?>
It automatically add cross site scripting protection by encoding values from the database. Adding the false at the end tells it to not encode the characters.
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.