Interpret Order
Hello all,
I'm wondering if I have this:
Code: $switch = array(
'one' =>
Create multiple (n) arrays
Hi there,
I have the following need:
I have 2 arrays (coming from a databases)
New to mysqli library - Multiple query problem
Greetings,
I am writing a batch program that executes 3 queries on a single page. Using mysql
Stopping page post back
I have few literal contriols in my page and a repeater too. But inspite of using update panel, postb
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
PHP using IF to display error
i have a MySQL query and i want to display 1 thing only if the number of affected rows is >=1
Call db table from any PHP file
Hi,
I want to be able to call a database table that will be setup in another file called init
Writing Windows Device Drivers with C
Yes: one of the nice features of C is void*. You can put anything there and get anything out. Very
C - Reading a file into a byte array
Hi,
I'm trying to read a file into a byte array in C. I have to use C as this is for a loadru
mails going in spam??
The mails I sent to folks in my database using mail(function) are going in spam??
Any idea ho