WPF WebBrowser to browse local PHP files

knight

New Member
I have 5 PHP files that i want to browse locally (without using internet). Only one is actually called, but it needs the other 4 to be functional (seems to be a bit like an exe and 4 dlls, but I dont't have much knowledge in PHP...).If i put all the files into a single one, and load the stream into NavigateToStream/String, it starts reading it right, but then when it is supposed to wait for the user to upload a file, it just displays the rest of the code without interpreting it.So I'm looking for a way to load the 5 PHP files separately, while allowing them to work together in a WebBrowser (if that is possible).Thanks!
 
Back
Top