phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
problem with GROUP BY and ORDER BY
i usually use this query to display the last 10 entries from a sql table:
Code: $query = &quo
Check premium expire
Hi,
I am making a simple file hosting site and want to check if users premium subscriptions h
Problem related to Creation of PDF File?
Hi All,
I am facing a problem related to creation pdf file. when I am creating a pdf file of do
cURL proxy
Okay here is the thing... i know how to add proxys
Code: curl_setopt($ch, CURLOPT_PROXYTYPE,
Using real time in php
I'm very average at PHP and im looking to introduce time to something on my site.
Its a sports si
Form always sends to error page...
Hello,
Any help will be greatly appreciated. I am having trouble getting multiple fields to be re
disable all input buttons
Hello Friends,
suppose i do have a file ( file.php ) has a submit button
Code: [Sele
While Problem
i am having a problem with a while statement here is the code
Code: [Select]<?php
sess
Sharing PHP Sessions Across Domains
I am in the process of writing a script to share a php session across various domains I have.
The