phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Checking if multidimensional array is empty?
I have a for with multiple test input fields. Specifically the user submits multiple names and ages
Why use OOP?
Can someone explain to me why I should use OOP instead of procedure based code.
Im building a
Session variable help
I'm having a very troubling issue. Maybe I'm just looking over something but I have looked at the co
Help with form post data and arrays
Hi all,
I am new to this forum... It has been awhile since i have worked with arrays, and i a
HTML form problem
Ive made a form to that i want to send to my email via PHP. but when it send only the name's etc sen
remove a ; from emails in textarea
Code: <?php
session_start();
$database_host = "localhost&qu
Parse multirow HTML table
Hello all,
I have a site I am working on. Its a sports site and I am trying to add stats to a DB
Query output more than expected
$query=mysql_query("SELECT * FROM players, communities, divisions WHERE dob BETWEEN '{$start_da
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN