phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
extract a file from zip file
hi,
i know how to unzip a zip file in php, but is there a way to just extract a certain file only
Inter Company -- Resources Related Billing (Services Industry)
Hello,
My company has a scenario where:
Company A bills Company C for INTER (cross
Hashing?
Hi, I was hoping to take a string value then convert it - consistently - across each of our pages in
Packet Design
Hi All,
Im new about network programming and I want to design a protocol but I have some question
smart reading from a text file
Hello there fellow coders, i was wondering if one of you wouldnt mind helping me with this problem i
if description does not contain the following words
Hello everyone,
I am parsing a MS Excel (.xls) file and adding it's content to a mySQL databa
standard ALV application toolbar, into custom report....
HI,
I have a question regarding displaying standard ALV menu path and application toolbar
How to sum these output values
Hi
I need sum the month totals
SELECT region_name, area_name
,SUM (CASE WHEN S
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like