SELECT * FROM users WHERE Users are not in Blocked
How do I select all users from users table where there users_id is not stored in the block table
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Gantt Chart Tool
Does anyone know of a good free gantt chart creator tool
Thanks
My query is being run with no results.
I have this.
Code: function DropUser($duser_id, $user_email, $user_username) {
Need help with unexpected T-STRING error
I'm a newbie and I'm still learning PHP. However this error has me stumped. I've googled, searched t
Small problem with image resize script
Hi!
I am a little bit new to php and I have an issue installing an image resize script I down
array_combine() trouble w/csv file
I have a problem with a piece of code I wrote to import some records from a csv file into mysql. I h
getting most records by count
Code: [Select]<?php
$connect = mysql_connect("localhost","dam
Using Windows message as a Handle
Hi,
I am writing one of my first multithreaded programs.
In one of the thread,
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han