delphi4php

Delphi for PHP - location of source

I just installed Delphi for PHP to get an idea on how it works and have created a simple app with a button that puts a text into a listbox when it is clicked. The app works if I copy all required files to my webserver and run it from there. It also works if I save the project in the standard path: "c:\documents and settings\username\My D...

How to access a VCL-Control from another PHP script?

I have a Treeview on my main page. This makes the control a member of main page class. How can I access this control from another PHP script? A "require_once" with the main page file doesn't work, that re-creates the main page when the other script is called because of the commands at the bottom of each VCL-page's source. ...

Intellisense for JQuery in Dreamweaver and Delphi4PHP

For all our AJAX programming we tend to use JQuery. I would like to know if there is a way to enable Intellisense functionality in Dreamweaver CS3 and Delphi4PHP to work with JQuery and its plugins? ...

delphi for php form in center

i have created a delphi for php page in radphp , how can i make it center of the browser is it possible to make it only using php code. ...