Jump to content

popup within php


brown2005

Recommended Posts

[code]
<?php
print '<a href="javascript:popUp(\'http://www.mysite.co.uk/files/profile.php?id='.$id.'\')" class="red_bold_none">Profile[/url]';
//Or
print "<a href=\"javascript:popUp('http://www.mysite.co.uk/files/profile.php?id=$id')\" class=\"red_bold_none\">Profile[/url]";
//OR
?><a href="javascript:popUp('http://www.mysite.co.uk/files/profile.php?id=<?=$id?>')" class="red_bold_none">Profile[/url]<?
?>
[/code]
Link to comment
https://forums.phpfreaks.com/topic/35088-popup-within-php/#findComment-165882
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.