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
PHP login form help (Done Most of It)
Hi i am having a problem, when i try logging in it is always saying "Invalid Login" im not
AJAX form submit
I recently built a form that submits data to my database with an ajax function that is called throug
Sendmail.php - heading error following check_input
Hi,
I would greatly appreciate some help? I am brand new to PHP and have been searching and e
Logic question
im wondering what's the best method to do the above list:
it is for alliance @ MMORPG game
What do you call the "token" thing?
You know how some sites have links that run on tokens? Tokens are links that only stay alive for a c
using a loop help
Hi guys , i need some help. I have this loop :
while ($row = mysql_fetch_assoc($Result)) { ?&
$_POST
Hi, I have 2 seperate php files, and i want my $_POSt["fname"] To go into both of them, Fo
Schedule editor
Hi,
I have a question related to Schedule editor.
If we schedule a BLS for every 30
is this the proper use of mysql_real_escape_string() to prevent sql injections?
i was wondering is this the proper use of mysql_real_escape_string() to prevent sql injections? any