PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
Illusionist
Forum Regular
Posts: 903 Joined: Mon Jan 12, 2004 9:32 pm
Post
by Illusionist » Sat Feb 21, 2004 1:10 pm
Mark, if you go back and look at the original code at the very top thats what he is doing...
markl999
DevNet Resident
Posts: 1972 Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)
Post
by markl999 » Sat Feb 21, 2004 1:12 pm
Mark, if you go back and look at the original code at the very top thats what he is doing
Ah you're right, didn't see that
Apologies.
Illusionist
Forum Regular
Posts: 903 Joined: Mon Jan 12, 2004 9:32 pm
Post
by Illusionist » Sat Feb 21, 2004 1:13 pm
its ok just pointing it out to ya!
defx
Forum Commoner
Posts: 36 Joined: Mon Feb 16, 2004 11:50 pm
Location: Florida, USA
Post
by defx » Sat Feb 21, 2004 2:35 pm
that hidden input box does not work either :O
Illusionist
Forum Regular
Posts: 903 Joined: Mon Jan 12, 2004 9:32 pm
Post
by Illusionist » Sat Feb 21, 2004 2:43 pm
hmmm.... try instead of doing extract($_POST) try doing like $file = $_POST['file']
defx
Forum Commoner
Posts: 36 Joined: Mon Feb 16, 2004 11:50 pm
Location: Florida, USA
Post
by defx » Sat Feb 21, 2004 8:13 pm
nope ;( - thanks for trying to help out, maybe i should attempt an entirely different approach, maybe databases :O
Illusionist
Forum Regular
Posts: 903 Joined: Mon Jan 12, 2004 9:32 pm
Post
by Illusionist » Sat Feb 21, 2004 9:02 pm
databases for writing to files? ... uhh probably not... show me the submit function and il work with it