Model Linux, Apache, MySQL, PHP
On a results page, is it possible to include an object that
shows a preview of a website based on dynamic data?
In my database, the website fields only contain the data
"www.********.****"
http://<?php echo
$row_recorddetail['WEBSITE']; ?>
I know this expression can only be used to embed a link but
how do I actually preview that URL as part of my page.
Is it also possible to re-size that object (like a snapshot
preview)?
I'm not a brilliant coder but can use DW OK as an interface.
What type of object do I need to insert?
Any help would be appreciated.