Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
hello guys,
bellow is my PHP code that list all the data or articles from database which return a popup window('a Javascript driven') [color=blue]URL[/color] of the selected article. now my problem is how to pass PHP values or sessions to Javascript ('or Vice Versa')? anyone care to help please!...Code: Select all
<div class="lisTxt">
<?php echo $loc.' - '.$sec.': '; ?> <a href="view_article.php?article_id=<?= $ctr['mas_id']; ?>" target="_blank"><?= filval(charslen($ctr['title'])); ?></a>
</div>tanx in advanced...
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]