phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
puting for loop in 1 value
hi ,
how do i put this code in 1 value:
Code: <?php
for ($i=1; $i<=5; $i
double and single quotes in text fields acting up... help please
Single quotes, when entered into a text field, create an sql error upon Submit. It seems to create t
BAPI BBP_INB_DELIVERY_CREATE - material number missing in delivery
Hi Experts,
I was able to successfully create an Inbound delivery with reference to a PO
Oracle Connectivity
Hi Every One,
Can we access SAP from oracle database.If it possible then please spec
$_POST
Hi, I have 2 seperate php files, and i want my $_POSt["fname"] To go into both of them, Fo
array_combine() error
getting an "Warning: array_combine() [function.array-combine]: Both parameters should have an e
Filename like the user name
I am creating a form and storing the values in file. Could anyone please tell me how to write a code
downloading a file as HTML
Hi.
I'm rather confused with forcing a download. I just want to save dynamic content (from $_SESS
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t