[PHP-WIN] File Upload can't copy file

2001-01-24 Thread Joey Garcia
I was using the File Upload tutorial from Julie Meloni's thickbook.com site and it looks simple enough but I can't copy the file mainly because it is looking in the wrong spot for the file I browsed to. Some help would be appreciated, I have a class that I want to teach this to. For instance, I

[PHP-WIN] fwrite is adding extra text, why? and where is it coming from????

2001-01-22 Thread Joey Garcia
I an using the fwrite command to show how it works but it is writing extra data. For example, I have a Form text box that prompts for a new string of data then on submit it writes this to the text file and for just a test I wrote "this is a test" and I got the text below. I don't understand why?

Re: [PHP-WIN] What's up with Cookies on Windows

2001-01-16 Thread Joey Garcia
It Worked!!! Boy, they aren't kidding when they are "IT MUST BE THE FIRST THING SENT"! Line 1 now looks like this Thanks for your answer Andrian! -Original Message- From: Andrian Pervazov [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 12:33 PM To: Joey

[PHP-WIN] What's up with Cookies on Windows

2001-01-16 Thread Joey Garcia
I'm really surprised how difficult it is to get cookies to work with PHP, I can't seem to get it to work and I've read all these posts and other posts elsewhere and everyone says the same thing IT MUST BE THE FIRST THING SENT. I have tried everything, what am I doing wrong??? Any help would be m