Is there some way to use the WinInet API to access or read the exact data from a ASP or PHP file before it is "executed" so that the code of the original ASP or PHP file is there
Accessing Serverside scripts pre-execution
Collapse
X
-
Originally posted by SilencetI've been using InternetOpenURL as the function to access my server file, and been testing others with diffrent flags, i am i doing this right, or is this even possible?
Thank you, For your help
Silenct
I may be wrong, and I have no idea what InternetOpenURL is, but at least I'm sharing!Comment
-
Sorry for any confusion but InternetOpenURL is a function to access a internet file through HTTP, but i think i understand that what i want is impossible because there is no way of accessing a file with out going through the server (sucha as Apache, IIS, ect.) which would, in the end, execute the server file, but thanks for your inputComment
Comment