Linux socket programming
Where can I find a good introduction to socket programming?
php multiple action on submit
I have a form which says:
<form enctype='multipart/form-data' method='post' action='pr
Filling gaps in dates
So i'm doing a query for sales data and my return array looks like this
('date' => '20
RTF fomatting to email content
Im trying to sen an email with content is picked up from a rtf-file (file_get_contents('*.rtf'). Mai
Problem with an browser game.
Hello,i just joined that great forum and i got php prob,its kinda freaky...anyway i got browser game
SMTP server...
I recently found a tutorial online on SMTP authentification for sending emails from webpages, here i
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
$variable $variables type question
I need to be able to designate an array element dynamically, so I thought to use a variable variable
Undefined Variable: PHP_SELF, pls help
Hi,
Im a newbie on PHP / MySQL programming and Im running a script to search one field on my
Validating time
Hi Guys
what do you think of the following approach to validate a 24hour time:
http://