Jump to content

Popup script inside php echo?


Andrew R

Recommended Posts

How I get the follow popup script into an echo inside php? 

[code]<a href="#" onClick="MM_openBrWindow('info.php?flight_id=<?php echo $row_flights['flight_id']; ?>&adults=<? echo $adults ?>&children=<? echo $children ?>','','scrollbars=yes,width=442,height=300')">book</a>[/code]
Into

[code]echo ' ';[/code]


Cheers
Link to comment
https://forums.phpfreaks.com/topic/23549-popup-script-inside-php-echo/
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.