phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
big pagination problem in php
<?php
$connect = mysql_connect("localhost", "root", "")
updating a single value to multiple non consecutive rows
I need to update the same value to multiple non consecutive rows. I need to add an experation date t
Filtering an Array Based on Value
I have a very simple script set up that pulls data from a database and is output using this code:
Passing PHP variables from one page to another
Hello-
I'm having trouble figuring out how to transport a variable from one php file to anoth
Re-Order by ID Number
I have a cms set up for inputting an image, thumb, title, pdf, and eps. When input the database ass
Wrong Info sent Using $get in form
Hi i have this code that i tried to make to send some info from one page to aother with lots of ppls
Losing 'page' data
I have this code that allows me to update my database. But after updating, I lose the $_GET['page']
apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?
PHP Upload issue
Hi guys,
I have stumble across an interesting issue with my script and is doing my head in.