Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();
Upload file and add HTML
Hey everyone,
I have a client has meeting agendas and minutes that should be posted online. I
PHP Thumbnail Creation
Ok so i use this function to create thumbnails:
Code: function createthumb($name,$filename,$n
Date help - fetch dates for Mondays between xxx and yyy?
Does anyone know the best way to do this? I have two dates, say:
2010-01-26 and 2010-05-30
Mail sending is slow on server
Why mail is taking time to be send on apache-linux server
Multiple includes losing variables
Hey all,
just starting out w php and ran into a problem pretty quickly. I'm
including seve
php mysql query from input textbox
Hi,
I have a text box, in that i have given the mysql query. I can able to get the query in v
button.click += new eventhandler() not works in if(!ispostback)
i want to use button.clcik event in function VIewScrap() which is called in if(!ispostback) but itdo
Big O & time complexity ???
can you help me how to calculate the Big O & time complexity for any algorithm and c++ program pleas
turning an array into a string then poping it into a db
Hi im just wondering how you get a requested array into a single string then pop it into the db so f