healinguy;11001820 wrote:1. Is there free PHP Front software to develop the pages using GUI such as Visual Basic?
No, because it wouldn't make sense for such a thing to exist. PHP is a server-side programming language... there is no graphical component to it. (This is, of course, assuming we're talking about web development.. if you're using PHP as a glorified scripting language, sure, there are things like PHP-GTK... but if that's the case, I'd have to wonder if you're using the right language for the right job).
healinguy;11001820 wrote:2. Is it possible to comiple the PHP scripts and create .dll and .exe?
Yes, but at that point why use PHP? Seems like you'd be much better off using something like C or C++.