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
Help with some dates
I have a list of dates in an array:
$mondays = array(
strtotime("October 12, 2009
rookie looking for help coding a CSS form with PHP
I'm trying to figure out how to add PHP code to my xhtml form so that it is a working form embedded
Writing Windows Device Drivers with C
Yes: one of the nice features of C is void*. You can put anything there and get anything out. Very
Email "$"
Hello!!
Any PHP guy with a bit of a knowledge in Flash ?
When I send a JPEG from flash
Error Messaging not working
I changed the way my form tells the user of an error. But I can't seem to get it to work properly.
Count Session and Trigger Events
I am New in PHP, seeking a method to count logged users by counting the sessions or any …, is
List/Menu Box
On an edit page when you want something to select what a user has previously selected from the datab
Problem with HTML form
Hello,
I made a HTML form with some fields and check box.
Everything works fine except whe
mysql_real_escape_string
Let me preface this that I am very much a PHP noob, but I have some SQL training (not necessarily My