Hallo

i need a PHP GUI tool to build forms faster and easier than front page
is there any way to make PHP files run as exe and how???

    Well if you are looking for a WYSIWYG program that writes the code for you, the closest thing I can think of that would do something like that is Dreamweaver. It has some built in features to write php for you but it really is not as good as writing your own code.

      is there any way to run PHP application on other pc without PHP interpreter i mean as EXE file

        No, php needs to be installed on the server that you are attempting to execute the php script from.

          Write a Reply...