Page 1 of 1
a doubt in opening a web page
Posted: Fri Dec 14, 2007 3:01 am
by selvabits
I want to open a web page from php ,
I use header location in the php and the web page is not opened when called from revolution
Thanks in advance
Posted: Fri Dec 14, 2007 11:17 am
by Mark
selvabits,
Do you want to open the web page in a browser or in Revolution itself, or are you just reading the data to process it with a script?
How do you "call" the web site?
Best,
Mark
Posted: Fri Dec 14, 2007 11:24 am
by selvabits
I want to open it in the browser only . I will be more specific
There is a .swf file in the server which i would want to open ,to do this i call a php file and it opens the .swf . Now the php runs in the browser properly , but when called from revolution using put URL it did not work
Thanks a lot
Posted: Fri Dec 14, 2007 11:37 am
by Mark
selvabits,
The put url command reads the data an internet address or local file and puts the data into a variable or the message box. You can't use this command to open a url in the browser. Try the revGoURL command instead.
Best,
Mark