gmmktime or mktime
I live in the UK, i am within the GMT (with daylight saving time ie 1 hour difrence between summer a
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Passing Arguments to execlp()
I'm writing a program that mimics a unix shell. It's supposed to take commands with arguments and ex
mysql select query problem
how can i select multiple fields from multiple table in one query like
i have table name t1 a
Really need helps regarding Pagination with Sort
I need someone helps regarding pagination problem...i actually want to make my page limited to let s
MFC GUI Programming
I am working on a project right now that requires me to create a MFC Windows GUI. Basically it need
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
Struct/union and scope problem!
HI all , I have
Code:
in header.h
typedef struct Node Link;
/* ---------
How to assign a textbox value to PHP variable??
Hi ! Can any one help me out as quickly as possible. As I m new to PHP.
Plz tell me how to assign
first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see