phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Sort a two dimensional array.
Hi. I've set up a two dimensional array that reads as follows:
Code: $modifiedData = array(
Bit manipulation program with binary operations
My homework is to create a program to scan in and add binary numbers and print them like so
pull content
I have an existing page, domain/adverts.php which has a good PR. I've just rebuilt my site and the n
Storing/displaying image urls in a database?
Hi
Basically I have the following scenario:
User chooses picture from list. Picture info is ad
IF Statement & Two Tables With Different Echoes
I'm retrieving two tables in a single query using UNION ALL, like so:
Code: $query = "SE
need help with mail()
hi i want to send an email with attaching pdf file using php. i have the following script but the pr
PHP error on MySQL insert
I'm sure it's the simplest of issues, but I can't recall why this isn't working.
Code: [Selec
Strange PHP/mySQL error ... am I just tired?
Code: <?
## CONNECT TO DB FUNCTION!
function ConnectTo($db2con)
{
$hostNam
PHP doesn't send my mail
Hi all, I found this and used it to send mail. Simple contact form with some required fields. The va