Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();
Database connection failure
Hello All,
I am trying to create new connection to Oracle DB 10.1,
I could not see a
Extracting Long text from message class with parameters
Hi,
I would like to extract the long text from a message class. However, the long text ha
Record count of entire database
Does anyone know if there is a way to obtain the number of records in each table of the database usi
PHP form authentication
Hi guys,
what am trying to achieve is this: Whenever a user tries to login to my website, an
ereg_replace()
Basically what i need to do is
$title = "This Suck's"
$striped = ereg_repl
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
type check while uploading
Hi Everyone,
How can I check the exact type of a file while uploading on my site?
Here
cyrillic string conversion question
Hello,
First time here...
I would like to know if there is a way to convert a
Rand() help needed
Hi all,
Can someone explain and give me a quick example of how I would go about this?