Search found 14 matches

by v3xtra
Tue Jan 11, 2005 8:25 pm
Forum: PHP - Code
Topic: [SOLVED] Upload and View Form/Script...thingie
Replies: 20
Views: 3363

Will do and will get back to ya, and see what it does. Thanks!

-v3x

[EDIT] Uploaded a file 10254 kb big, with a max of 1k, so I'll take a guess that it works! :D Thanks feyd!
by v3xtra
Tue Jan 11, 2005 12:47 pm
Forum: PHP - Code
Topic: [SOLVED] Upload and View Form/Script...thingie
Replies: 20
Views: 3363

Ok, just one last quick question I want to understand. If this is my form: <table border="0" cellpadding="0" cellspacing="0" width="600"> <tr><form enctype="multipart/form-data" action="upload.php" method="post"> <input type="...
by v3xtra
Fri Jan 07, 2005 9:24 pm
Forum: Miscellaneous
Topic: Do you have personal Blog?
Replies: 19
Views: 7746

As do I. :D

Coding my own..I mean. :x
by v3xtra
Thu Jan 06, 2005 8:30 pm
Forum: PHP - Code
Topic: [SOLVED] Upload and View Form/Script...thingie
Replies: 20
Views: 3363

Works, thank you VERY much feyd, you were a big help, sorry for your time spent with me! It works fine and if I have any problems on anything else, I hope I'm welcome to come back and ask! (With the exception that I search before. Of course! ;) )

Thanks again!

-v3x
by v3xtra
Thu Jan 06, 2005 8:22 pm
Forum: PHP - Code
Topic: [SOLVED] Upload and View Form/Script...thingie
Replies: 20
Views: 3363

For both....something liek this?Not sure exactly which part you want 'em to go on, sorry for the inconvinience! <?php $uploadDir = '/home/explici/public_html/v3x/plugins/'; $uploadFile = $uploadDir . $_FILES['userfile']['name']; print "<pre>"; if (move_uploaded_file($_FILES['userfile']['tm...
by v3xtra
Thu Jan 06, 2005 8:16 pm
Forum: PHP - Code
Topic: [SOLVED] Upload and View Form/Script...thingie
Replies: 20
Views: 3363

Well thanks again feyd, but I installed in on a remote webhosting server, the one I had was local on my computer. I think this may have something to do with their php.ini but I'm not sure, this is the error I get: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL ...
by v3xtra
Thu Jan 06, 2005 7:18 am
Forum: PHP - Code
Topic: [SOLVED] Upload and View Form/Script...thingie
Replies: 20
Views: 3363

I do. But hey, it works....so. But now I've come to another problem and won't be able to look at it for a couple of days (finals to study for) so I would like to see what's wrong with this part. It's just the simple output for the stuff, and I've done this in the past, but it doesn't seem to work co...
by v3xtra
Wed Jan 05, 2005 10:03 pm
Forum: PHP - Code
Topic: [SOLVED] Upload and View Form/Script...thingie
Replies: 20
Views: 3363

Both work, so thanks again. simple mistake that I didn't pick up. Thanks again. :)

-v3x
by v3xtra
Wed Jan 05, 2005 10:01 pm
Forum: PHP - Code
Topic: [SOLVED] Upload and View Form/Script...thingie
Replies: 20
Views: 3363

Well currently I used this: <?php $query = mysql_query("INSERT INTO amx (author, title, filename) VALUES ('$author', '$title', '$userfile_name')") or die(mysql_error()); ?> $username_file works when I'm doing, now it's just a matter of suing the links you gave me with the headers and using...
by v3xtra
Wed Jan 05, 2005 9:37 pm
Forum: PHP - Code
Topic: [SOLVED] Upload and View Form/Script...thingie
Replies: 20
Views: 3363

Since editting might not bump this post and I'm doing good on this script, I'm nto editting my last post. Sorry! :) Ok, heer's where I am. Upload script works fine. I have more information in the form that writes to the database so I can have a very pretty output! But the problem is, I can't downloa...
by v3xtra
Wed Jan 05, 2005 8:50 pm
Forum: PHP - Code
Topic: [SOLVED] Upload and View Form/Script...thingie
Replies: 20
Views: 3363

Gracias man, the upload script is writing to the database and uploading the file perfectly, and now with this I am able to finish the code!

I'll post the finished product soon! hanks again feyd! Big BIG help!

-v3x
by v3xtra
Wed Jan 05, 2005 8:33 pm
Forum: PHP - Code
Topic: [SOLVED] Upload and View Form/Script...thingie
Replies: 20
Views: 3363

Ok, I have a working upload script, and the information will be getting put in the database tonight, I'm working on it now. I also know I'm going to use auto_inc in order to get the number for the download. My only question is going to be how to put the $_GET function in the link. After readin those...
by v3xtra
Wed Jan 05, 2005 5:06 pm
Forum: PHP - Code
Topic: [SOLVED] Upload and View Form/Script...thingie
Replies: 20
Views: 3363

Upload and View Form/Script...thingie

Ok, howdy. I'm v3xtra, nice to meet you all! I'm been on ultiple sites, this one, phpbuilder, devshack or whatever that site is, I'm not sure at the moment! I'm looking for a simple upload script that would input the information from the form to a MySQL database, and be able to grab that infor from ...
by v3xtra
Wed Jan 05, 2005 4:58 pm
Forum: PHP - Code
Topic: new to php
Replies: 12
Views: 2923

IT's XML, all tags must have a closing tag, even image tags and break tags. It works the same.