FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » values won't transfer
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
values won't transfer [message #183663] Thu, 07 November 2013 18:06 Go to previous message
Mr Oldies is currently offline  Mr Oldies
Messages: 241
Registered: October 2013
Karma:
Senior Member
www.mroldies.net/index.php

this is not the same page as the home page as that is still active for the
moment.

I am trying to pass the value in the url to the iframe.
No matter what I try, it won't.
I had to use the \" in order for the link to show properly.
The iframe is named "show".

My thinking is that the javascript has somehow destroyed that.
Queswtion is, how do I make it work so that the value "tune" will pass
properly?






<div style="float:left; width:5in; height:6in; overflow:auto;
border:solid 2px #00ff00; padding:10px;">
<ol>
<?php
$numbers=range(1,200);
shuffle($numbers);

foreach($numbers as $play) {

$htp="http://mroldies.net/index.php?tune=".$play." target=\"show\"";

echo "<li>";
$asong=$playme[$play][4];
echo "<a class='aplay' href='".$htp."'
data-src='http://mroldies.net/200/";
echo $asong;
echo ".mp3'>";
echo $playme[$play][2]." - ".$playme[$play][0]." #
".$playme[$play][1];
echo "<br>";
echo $playme[$play][3];
echo "</a>";

echo "</li>\n";
}

?>
</ol>
</div>
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Trying to create a .bat file for windows using fwrite(
Next Topic: $dom->loadHTMLFile() error
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 02:33:05 GMT 2024

Total time taken to generate the page: 0.04623 seconds