Variables and Include
Code: [Select]<?php
$header = $_COOKIE['mss']['header'];
$body = $_COOKIE['mss']['b
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
writing a screen scraper
Hello,
I'm writing a screen scraper application and want to be able to get absolute addresses
Need help urgant
why down my code ony return one item instead of all the items selected.
$arr = array($date,$
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
Track downloads' status
Hello,
I need to make somehow, some system, to track whether downloads are completed or faile
Trouble with a select list
Hello All!
I was wondering if any of you guys could help me with a small problem I'm having!
Validation
Hello
I know this is a really vag question.
I need to have a input field on a form th
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would