Hi,
I am a JAVA programmer and wish to build a small PHP tool which will check the status of my java application.
I would like to know if PHP can execute scripts on the server without a request being made. In JAVA I can start executing my code upon server startup and loop through my code once...
Hi,
I have a database holding three tables. Projects, timeEntries and expenseEntries. When I select a project from the table, I also want to add a SUM(column) from both the timeEntries and expenseEntries tables. Using a SUM() for only one of the entries table works because I can group on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.