Multiple while loops
I have several DB queries that I know should be returning results and aren't. I have a feeling it ha
Need some ideas as to how to go about sorting this array...
Here's how the array's are created..
Code: <?php
while ($x = readdir($dp)) {
PHP switch function help
Hi, I am trying to create a search function for a directory website. On the search function on html
Spaghetti Code
So.
I've pretty much reached the point where I have so many isset s on one page that I can't
error reporting
hey everyone
I have a production server in which I want error reporting but only on some page
How to pass parameter to tag query?
Hi,
I want to get the value of a tag at a specific time (like 10/27/09 15:29:59), I need to giv
Need help adding a timestamp to my filename/variable
Hello,
I'm kind of stupid when it comes to php and I need a tiny bit of help. I've got a f
Printing issues with xMII 11.5
For some reason, we have one report (and only one) that is giving us fits when trying to print. The
displaying unknown amount of results
I am reading a directory and getting a list of folders in the directory, I want to display the folde
Checking if a process is running (problems including psapi.dll i think...)
Ok, so all I'm trying to do is check if a program is running...
I've found out that I nee