How to use php and sql to check if values match the ones in a table (for logins)
How would I code it that the script takes two variables that are passed to it (UserID and PIN), and
Code working in IE but not FireFox
I created a dynamic navigation list for my website based off of a table in my database. The code is
double and single quotes in text fields acting up... help please
Single quotes, when entered into a text field, create an sql error upon Submit. It seems to create t
help countdown timers
hello every one,
I'd like to know how to insert many countdowns in the same page.
The dura
php mysql script to find record
Hi,
Currently I have a simple table with 4 columns. A, B, C, D
If I want to find all
cstdatomic (c++0x std::atomic) / g++ 4.4
Hello,
I'm trying to use cstdatomic (std::atomic in the upcoming c++0x standard) in g++
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
PHP - HTTP Digest Authentication - Understanding Code Help
Hi Everyone,
This is my first time on your website and please excuse if I am asking silly que
filesize() returns 0
I have a socket program that runs in an infinite loop, listening for connections, in this socket I h
Converting from one format to another
"I have got a date in DD/MM/YYYY but I need it in MM-DD-YYYY. Help!"