Well, first of all, you have to connect to the database.
And, its not always nesecary to have to type in $_GET['id'] to declare
a GET variable. Some server software requires it, I think IIS is the only
one, its what I use.
And its not required for you to u
RTFM?
How do I check to see if a table exists?
The server is 4.0.6 ...And I tried to get the owner to update it. He
said its not nesscarry.
After I submit the file, it goes back to the form, even though in the
script, it says to go to the database and move the uploaded file to a new
DIR.
It ignores it as if the file wasn't uploaded.
As for printing out the variables. All my important variables are
$HTTP_POST
After I "upload" it was takes me back to the Form. And ignores
"$replay_file"...
And I don't know why.
!move_uploaded_file($HTTP_POST_FILES['replay_file']['tmp_name'], "$rLoc") ) {
print 'Sorry, file not correctly uploaded.';
pgMid();
nav('war3-replays-submit');
pgFoot();
exit();
// If File Was Moved And Renames
If your sending it from your Server/Computer and then to another
server/www .
YOu probally don't have permissions to send the mail.
Hello PHP people. I was wondering if I could get a question answered?
How would I print a Database Table into a when the DB Table
has 4 columns, AND 4 rows.
See I only know how to print one column.