Hi George, use put URL. The command put URL "http://matthias.on-rev.com/time.php" into tPHP
puts the complete output of the php file into tPHP. Checkit out at http://matthias.on-rev.com/phpvar.html HTH, Regards, Matthias -------- Original Message -------- Subject: Re: Script to a php file (13-Aug-2009 16:28) From: George C Brackett <[email protected]> To: [email protected] > I feel like a dummy, but I don't see the connection between a php > variable value and the embed code you reference. Could you please be > more specific? > > George > > On Aug 11, 2009, at 5:07 PM, Mark Schonewille wrote: > > Hi Yves, > > Have a look at the default html file for revlets, particularly the > additional parameters inside the embed tag. > > -- > Best regards, > > Mark Schonewille > > Economy-x-Talk Consulting and Software Engineering > http://economy-x-talk.com > > Download Snapper Screen Recorder at http://snapper.economy-x-talk.com > > On 11 aug 2009, at 23:00, Yves COPPE wrote: > > > Hi list > > > > I have a very easy php file > > > > <?php > > $myTx = file_get_contents('http://www.monDomaine.com/file.txt" > > echo $myTx; > > ?> > > > > > > i want to get the variable $myTx in a revlet > > > > How can i proceed ? > > > > thanks. > > > > Greetings. > > > > Yves COPPE > > [email protected] > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > > > > > To: [email protected] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
