MASS PM
Hello all, I'm trying to send mass private messages to users in my database but keep getting an erro
Why Are These Functions Causing MASSIVE Memory Problems? Please Help!
Hi,
I have a script with some options.
I use regex to replace patterns in strings, but
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<
Using Microsoft Exchange Server with PHP
Hi,
I wanted to know if its possible to fetch email attachments from the exchange server usin
Logic question
im wondering what's the best method to do the above list:
it is for alliance @ MMORPG game
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
this code is not working????
it says this error.. Warning: Division by zero in ..
the variables are correct, so why is th
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();
why preg_match_all does not return the number of matches
My regex looks like
X[^x{4e00}-x{9fa5}]*Y
(where X and Y are two Chinese characters)