Jump to content

php in onclick


karimali831

Recommended Posts

Hi!

 

I need help with passing php variable in onclick, can someone please correct code below?

Right now the location.href is showing $match_link variable in address bar, it's not reading it.

 

$matchlink = 'onclick="location.href=\'$match_link\';"';

 

I then echo HTML template...

 

<div class="rankingrow" style="height:28px;background-color:$bg_color" $matchlink>

 

thanks for help.

Link to comment
https://forums.phpfreaks.com/topic/235801-php-in-onclick/
Share on other sites

Sorry I mean:

 

onClick="location.href="?site=cup_matches&match=69&laddID=21"

 

I got it :)

 

                       $match_link = matchlink($dm['matchID'],$ac=0,$tg=0,$redirect=1);
                       $matchlink = "onclick=\"location.href='index.php".$match_link."';\"";

<div class="rankingrow" style="height:28px;background-color:$bg_color" $matchlink>

 

thanks anyway for help!

 

 

Link to comment
https://forums.phpfreaks.com/topic/235801-php-in-onclick/#findComment-1212337
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.