phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Protecting forms
Alright, I want to protect some forms of mine from SQL Injections, because I had someone earlier spa
Cant display mysql data
Hey all,
I am learning php and my first goal is to create a simple CMS. At the moment I am st
Adding post count
How would I make it so everytime someone clicks submit on my form, their row in the database for the
HTML Email rec'd as Source Code
The code does create and send the email successfully. However, the message shows as html code and n
Sum of Values in an Array
This is probably really simple... but it's been years since I've written anything, so bare with me!<
I face problems to extract data from one table and insert it in another one
Hi,
For modifications, I have to extract data from one table and insert it in another one
bind error during socket programming
i am kinda new to socket programming. wrote the below code for a server. but getting the bind error
Number Format
Hi All,
I have number '000000000050085' I want to format it to 500.85 Can any one give me
Procedural to OOP
ohn Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pri