Styles2304 Posted July 4, 2007 Share Posted July 4, 2007 Ok, I don't know what's going on with this but I've finally narrowed most of my problems down to this. Only 2 of my variables are loading from the designated text file. here is the data file I'm getting the variables from: &hosturl=http://www.nestent.net/images/myspace/ &mtitle1=James Bond: Casino Royale&mimgurl1=http://imagecache2.allposters.com/images/PYR/CON6519DM-CR.jpg&mrate1=5&mreview1=Fake review blah blah blah just a test. The only variables it's actually retrieving from text file is &mtitle1 and &mreview1. In the action script I have: nmreview.text = this.mreview1; nmtitle.text = this.mtitle1; Is there something about that that actually defines the variables or something? Here is what I get when I set it up to trace out each variable. undefined <TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="verdana" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">James Bond: Casino Royale</FONT></P></TEXTFORMAT> undefined undefined <TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="verdana" SIZE="14" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Excellent Movie! Plenty of action but still a good story. A little faster than older James Bond movies but I recommend it!</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="verdana" SIZE="14" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT> Any help would be GREATLY appreciated because this is really pissing me off. Link to comment https://forums.phpfreaks.com/topic/58358-solved-certain-variables-not-loading/ Share on other sites More sharing options...
Daniel0 Posted July 4, 2007 Share Posted July 4, 2007 Where is the PHP code? Link to comment https://forums.phpfreaks.com/topic/58358-solved-certain-variables-not-loading/#findComment-289421 Share on other sites More sharing options...
Styles2304 Posted July 4, 2007 Author Share Posted July 4, 2007 Lesson learned, I shouldn't post at 1:00 a.m. when I'm dog tired and no longer thinking clearly. Thank you for your help. Link to comment https://forums.phpfreaks.com/topic/58358-solved-certain-variables-not-loading/#findComment-289613 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.