Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();
Need help with an email blocker for a guessbook
I am new with php and here is a simple guessbook page but I am being hit with spam from a group of t
help with image text
Hi ...
see i need the text of the name and number to start in the center and always be in the
Shuffle Array
Hi,
I am writing a script for a game that needs players to randomly be assigned a target (ano
Save cookie to DB
I'm working on a pixel tracking script for an incentive website and I need to use an ASP script to s
BackButton Behaviour in AJAX
I have an ASPX Page AJAX Enabled!The page has a gridView and a DDL for filtering on it. The Gridview
How can i steam a video on my PHP site? (non YouTube)
Basically I have a PHP site and don't want to give page rank to YouTube. I just want to stream a bas
BIG file upload!
Hey guys!
I'm trying to upload a file, it works well with smaller files but with 60mb+, I get
ldap connection
We are using ldap to get user information from the domain controller. It was working before. Recentl
Locking mysql tables with php
Hi
BACKGROUND:
I have multiple instances of the same php script running in a WAMP environ