Jump to content

[SOLVED] PHP With Javascript


Daney11

Recommended Posts

Hey Guys,

 

Having troubles with PHP and Javascript.

 

My problem is im using this peice of Javascript code

 

<Script Language="JavaScript">

function load() {
var load = window.open('<?php echo $website_url ?>team/<?php echo $team_id ?>/','','scrollbars=no,menubar=no,height=600,width=800,resizable=yes,toolbar=no,location=no,status=no');
}

</Script>

 

However, everytime i click a link on my page, the browse comes up with $website_url ?>team/20

 

Where 20 is the last value in the mysql table that i have queried....

 

Also.. When i use the above code just as normal PHP and no javascript included it works perfect and i click the link and the correct ID comes up..

 

Anyone know whats going on?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/37521-solved-php-with-javascript/
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.