Reading waves
Hi,
I am trying to find a way of finding the highs and lows on a graph line, the line points
list files from folder, only one for each date
I have many files in a folder and wish to only list one of each date
these are the file names
MVC - Code review
I'm in the process of trying to wrap my head around MVC, and as part of that, I'm attempting to impl
Generate PDF
Hi guys,
I would like to know if there is a way to generate pdf when clicking on a link. In f
Error with Font and imagettfbbox
I keep getting an error that says "Warning: imagettfbbox() [function.imagettfbbox]: Could not f
textfield unchanged
hi,
i want my form to know whether its textbox is unchange or not.
if($textbox == 'unchang
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Regular expression tips or resources
Hello! I'm having some issues implementing the appropriate regex patter to eliminate unwanted charac
Basic Question about Threading and PHP...
I have a page that I am working on and it is taking several hours to process. The basics of what th
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...