Mail from PHP form not always ending up in my inbox?
Hi guys,
I'm a real newbie to PHP and have managed to put together a simple mail form that se
Remove letter from numeric textbox
I have a textbox that will search the employee database by entering in the employee ID and it will r
Solution to the FindControl problem
I have seen may posts about having problems with the FindControl method. Most seem to come about bec
Sorting JTable on more than just the values listed in the columns
I have a collection of objects that store (among other things) two integer values. I only want to di
Help with echo()
I'm having some problems with this code:
Code: echo '
<A HREF="jav
Running External Scripts
I am very new to PHP and am not even sure what I'm asking is possible. I have just installed mediaW
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
constructor ?
i have written this program and made 3 constructors in the class and i want to call them in the main
This must be easy , pulling the last record of the day, every day, from a txt
I have a txt file logging weather data every minutes (so 1 record per minute). I want to extract the
Help with Password Encoding/Decoding?
Trying to design a "change password" tool. On my signup code I'm using base64_encode, now