Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();
mails going in spam??
The mails I sent to folks in my database using mail(function) are going in spam??
Any idea ho
Storing Values taken from a DB...
Using this code it will generate a short list from my database
<?php
mysql_connect
noob question
i traying to do a php form with auto replay for both(me and the user who send me a mail),
a u
Problem with creating FI documents
Hi, Experts!
when i create Fi doc. with standart transaction, i ve been had such problem
Parse error: parse error in C:wampwwwlogspagesmembers.php on line 16
I dont see the problem with this, I always get Parse error: parse error in C:wampwwwlogspagesme
comparing tables across databases sql refinement ideas required
Hi all
Via pl/sql I need to ensure that data between tables in different databases match
Had a simple form script that suddenly stopped working
It was made about a year ago and had been working fine. Last time it was known to work for sure was
Edit MySQL Row Using PHP and HTML Form
Hello,
Here's what I'm trying to do. Build a page where a user enters a MySQL row number in.
Passing Arguments to execlp()
I'm writing a program that mimics a unix shell. It's supposed to take commands with arguments and ex