Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jhermiz
3564 Posts |
Posted - 2008-12-12 : 11:15:37
|
I dont know much php..but I need to tack on _blank to this href and cant seem to figure it out:echo '<a href="http://sugar/include/SugarFields/Fields/Photo/phpThumb/images/' . $_FILES["file"]["name"] . '" target="_blank"><img src="phpThumb/phpThumb.php?src=images/' . $_FILES["file"]["name"] . '"></a>"';Any PHP people ?Weblog -- [url]http://weblogs.sqlteam.com/jhermiz[/url] |
|
jhermiz
3564 Posts |
Posted - 2008-12-12 : 11:22:13
|
got it echo '<a href="http://sugar/include/SugarFields/Fields/Photo/phpThumb/images/' . $_FILES["file"]["name"] . '" target=_blank><img src="phpThumb/phpThumb.php?src=images/' . $_FILES["file"]["name"] . '"></a>"';Weblog -- [url]http://weblogs.sqlteam.com/jhermiz[/url] |
|
|
|
|
|