Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();
Need help making a script that moves data into acrhive table
Hi,
I'm kinda new to php/mysql
And i wrote a simple script to store sales lead for a b
Problem writing URL into database
How would I write this into the database?
<?php echo "http://".$_SERVER['SER
word wrap in emails help needed
Hello, I understand how wordwrap works in php and have used it well before. However when I used wor
Using cURL to PUT
Can somebody help with the correct php code to make a cURL PUT request. Here is a sample of code bel
Cron Job and Output
I have php codes running under a cron job.
But everytime i output (echo) , it comes out as comple
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Print out contents of to Excel
I have got this script that gathers all the data that I need but I need it to send it to excel inste
Is there a more efficient way to code this than what I have?
I have three associative arrays.
$combinedSettings
$userSettings
$defaultSettings
How to insert random unique values in 2 columns ?
I have table with 2 columns
Create Table code_for_code (
first_code varchar2(10) uni