Posted by richard.morey on 10/15/06 18:54
Hi --
I am hoping someone on this group is familiar with the Roadsend PHP
compiler.
I am running IIS on Windows XP Professional with PHP 5.1.6 installed
and the demo of the Roadsend PHP Compiler 2.0.
I have created a simple 2 page "web site" .. page1.php and page2.php.
Each page has a line of text and a link .. Page 1 links to page 2, page
2 links to page 1. These PHP files work as expected on their own. I
have created a simple project, made page 1 the main file of the project
and added page 2 to the project. When I compile the project into an EXE
the link from page 1 to page 2 does not work. In my code the link is a
standard Code:
<A HREF = "page2.php">Page 2</a>
Unfortunately the online manual contains no information regarding my
issue and the forum on their website is not very active so I thought I
would try good ol' USENET.
Any help would be greatly appreciated.
Rich
[Back to original message]
|