using variables in another page
I have a test database set up on localhost. I have a form that I can type a name into, hit the butto
PHP Captcha Error help - replace the "die" command
Hi All,
I am after a bit of help with a Captcha spam protection box.
The site gave me
php require help needed
Ok i tried to use the search funtion but the word require is everywhere.
i'm really new to cr
How to form a xml form table with a single sql statement..?
Hi everyone,
I don't know if this is going to be a duplicate thread but i couldn't
Delete all files in folder except with certain name
I have a script that I want to delete all files in a folder (taken from a database) except for one n
Buggy registration system
Hey, I just started scripting in PHP, and I ran into a few problems.
Code: <?php
includ
New to Arrays
Hi I am new to PHP (a week and a half now) and I am just beginning to read about arrays. I understan
Query output more than expected
$query=mysql_query("SELECT * FROM players, communities, divisions WHERE dob BETWEEN '{$start_da
True way to see if action was successful?
If this is a good way to see if action was successful to continue:
Code: function changeGa
Help with Password Encoding/Decoding?
Trying to design a "change password" tool. On my signup code I'm using base64_encode, now