phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Help with file_get_html
The following code gives the expected results:
<html>
<head&g
MySQL Primary key gap
Alright, so I have a table with 26 entries in it (id, filename, caption) for my image randomiser (ht
ALV List display - header width adjust
Hi,
I am using REUSE_ALV_LIST_DISPLAY for my ALV display.The width of the ALV varies for
Update Myspace status with CURL
Logging in:
Code: <?php
class Myspace
{
function login($username, $pa
ereg_replace issue
hi there people
i have this code happening with regards to my wamp server. is this something
Multiple while loops
I have several DB queries that I know should be returning results and aren't. I have a feeling it ha
Floating Point Precision Loss
I'm writing a program to draw a three-dimensional cube (with a corner cut off) without using any 3D
Consuming third party Payment Gateway API from Procedure.
Hi All,
First of all i would like to thank all the people of the oracle forum for providi
SQL Injection
In my attempts to protect my database from mySQL injection I have created another problem for myself