phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
How to convert this array to string
I am having problems converting this array to a string
using print_r($val[1]); I get:
Code: [
PHP IMAGE UPLOAD SCRIPT
Hi for the last week i have been looking for scripts that will upload a photo to a certain folder wh
Two warning messages
Quote<b>Warning</b>: mysql_real_escape_string() expects parameter 1 to
Secure FTP
Hi experts,
There is no SFTP action in MII workbench.
This means it needs developing custo
what are '%S%', '%E%'
for example when i see Code: [Select]printf("Hello %srn", $name);
what does %s means
Accessing element of object array
Hello
My object looks like this:
Array ( [0] => User Object ( [id] =>
need help modifying script
Hi guys,
I'm fairly new to php and am having a bit of trouble modifying a script.
This
Cannot Connect to Database
I am writing an application to do annual reviews. I cannot get my script to work. Whenever it runs I
How do I create a 2D game "camera" to follow player?
In J2ME programming I'm targeting MIDP 2.0 devices.
I'm using gamecanvas and I was thinking t