How could I combine these arrays??
Hello.. I'm trying to figure out a way to combine these first two arrays to get the last array..
Do not allow posting of whitespace
Currently the script below works if the user does not type a name/message, but if i create a whitesp
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Using two $_POST Function / Switch () statements, second does not work.
Hi all. I’m new to php and am having a problem getting $_POST Function / switch () to work. I
form class help (oop php5)
Hidy Ho Neighbors,
I'm forcing myself to learn oop/classes for php5. It seems like a good id
Chat Box in PHP
I was thinking in doing a Chat Box in PHP. For that I would use a form with two fields, Nick and Mes
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
background color imagefill
Hello
I would like to ask you why I see this square in red color just in my local xampp insta
PHP Form to Variable.
Hi! I have written a HTML-form code in DreamWeaver CS3 (in a PHP doc) and I really need it to work s
date("now") prints out wrong date ?
Hi Guys
Anyone know why and how I can fix it ?