phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Quick variable question
hey guys/gals,
im trying to write a php script and it works fine as i have it, but i need to set
if else problem, help please
i have this script that i made only i try to also put in a if else for for some reason the script is
Using loop to count number of entries
I'm writing a program that must ask user to type in numbers. After each entry, the program has to re
Help with setcookie()
Merry Xmas to those on this foruum
Older guy here with some experience but not allot so please be
PHP Search Issue
Hi, I am using the following code to search and return flights from a database. The user searches by
first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see
values not being entered into table
hi. I;ve created a form, so that when a user enters data into it, it gets added to a table in a data
max() problem
I have a while loop to get image names.
Code: $imagequery = mysql_query("SELECT * FROM ad_i
Is it a good practice to store user info. in sessions?
I am making a user class for my script which stores all the user information in sessions. It takes u