phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Concatenate two strings ???
I have string one $string1 and another $string2.
How to concatenate (add) both of them $str
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<
Hashing?
Hi, I was hoping to take a string value then convert it - consistently - across each of our pages in
default SAP userid
hi,, I just like to know if it is ok to use the default SAP user id (SAP*)?
Adding Different Numbers From MySQL
Basically I have a mysql database with a couple prices as the following:
9.99
9.99
9.99
question about header() security
is is safe to just use the header() function to redirect someone if they are, say, not logged in? or
Multithreading design
Hi
I have come up with a Singleton class that manages a pool of database connections. Basical
please hep to get values from a table row
can anyone tel me how I can select and get data from one row by pressing an Edit button in that row