Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();
Get ID from Database when Posting with a HTML Form
I have a form I am submitting to a MySql database. Each product has an ID # attached to it that auto
selectbox+database connection retrive problem
Code: [Select]
<tr>
<th align="left" scope="c
Operating System
How in PHP or other language can I detect Operating system, ie Windows XP Home, Windows 7 Ultimate,
Logic question
im wondering what's the best method to do the above list:
it is for alliance @ MMORPG game
Mail functionality from localhost to server
Hi
I am facing problem of mail functionality.
When i tested mail functionality in my
UTL File problem
Hi
I have a file in certain path with the following permissions (The file is a dummy file witho
Displaying image pathname instead of image
Hello
Im trying to upload and then display images from a mysql database - Its only basic and
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?