Coding Critique
I was hoping someone could take a second and look down my code and see if they see any problems with
Probably a simple error...
I'm getting the error -- Parse error: syntax error, unexpected '{' in /home/content/c/s/t/csteffen24
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)) {
PHP5 - Verifying a secure mail is secure
I need to send an e-mail from a form to a external department and because it contains personal custo
Change snippet to use CURDATE
I am using time() in the snippet below, I would like to use CURDATE() and have the database setup fo
Undefined offset
The following script checks to see if the user answer matches the correct answer.
Form Fiel
Session variable help
I'm having a very troubling issue. Maybe I'm just looking over something but I have looked at the co
this code is not working????
it says this error.. Warning: Division by zero in ..
the variables are correct, so why is th
Progress bar for webpage
Hi,
I want to implement a progress/waiting bar on my webpage - exactly the same thing that the Mi
How to change Time Zone
HI
I want to change the time zone of the server to another country.How can do that?
Thanks