you're correct about the browser.. i think. i do have apache, php, and mysql installed and functioning properly.
strange thing about the EditPlus "Seamless Browser". several days ago when i select from the EditPlus menu View>View in Browser, it would access the php page from the Apache webroot, but would not display anything processed and returned by PHP. only when there was regular html in the page did i see anything. for example, one test page processed some array functions and i had the output going into 2 columns of a table so i could see all the output on one page. in the EditPlus "seamless browser" window, all i would see was the plain html code output-- the table borders and headings. if there was only PHP output in the file being viewed, it would look like a blank page-- all white.
but, now when i select View>View in Browser, because it is, i believe using IE, i get an error: "Action canceled
Internet Explorer was unable to link to the Web page you requested. The page might be temporarily unavailable. " and a pop-up windows error (see attachment)
also, the address in the EditPlus browser shows this:
file:///C:/Program%2520Files/Apache%2520Group/Apache/htdocs/webroot/firstSqlSelectRetrieval.php
why the "%2520"? usually when a browser represents a space in the address, isn't it shown as "%20"?
i don't understand why suddenly the browser is showing this error, not to mention the Windows error.
i can view the files fine by going to the regular browser and typing http://localhost/filename.php