phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Undefined variable when using $_SERVER['PHP_SELF']
Hi guyz, please suggest me something...
On first.php I have one input field NAME, and on posting
this code is strange !
Hi i got this code from the web.. It checks for live and dead socks
It is working perfectly on my
Beginners syntax and loop questions - help please!
Hi everyone,
I have some problems with php code. I'm currently in the middle of learning php,
Why use interfaces in PHP (OOP)
I am learning OOP in PHP and its been a pretty good learning experience so far. What I didn't unders
Using cURL to PUT
Can somebody help with the correct php code to make a cURL PUT request. Here is a sample of code bel
Inserting a variable in a link
I have this code that I want to insert for my own variable but I have no idea how. This is what I wa
Query failed issue with php script but works fine in mssql manager!
hi i have the script below which copies data from one table to another but will only insert new data
Include with Parameters
In a particular page I would like to include a file that requires $_GET parameters.
when I go
How to ask a regex question?
Hi, I thought I'd share some of my insight after seeing too many bad questions that either get ignor