Re: [PHP] Newbie question: need to transfer directory contents from my local machine to my website

2006-01-05 Thread Jochem Maas
Jon Westcot wrote: Hi all: Thanks to those who replied to my earlier question. I understand now that what I really need to do is to set up a local server and MySQL for my project, as PHP seems rife with ways to query the local server's folder structure. I am assuming that you are only

Re: [PHP] Newbie question: need to transfer directory contents from my local machine to my website

2006-01-04 Thread Miles Thompson
At 02:18 AM 1/4/2006, Jon Westcot wrote: Hi all: I'm really new at PHP and will probably embarrass myself many times over asking questions that have been asked gazillions of times before, so let this serve as a blanket apology. Now, to my question. Here's what I'm trying to do. I

Re: [PHP] Newbie question: need to transfer directory contents from my local machine to my website

2006-01-04 Thread Jason Pappin
Hi, You should perhaps look at setting up a web server on your computer. PHP as stated works server-side and if those folders/files you wish to transfer reside in the web root, then PHP can process those files. Perhaps look at how a web based FTP client written in PHP works for how to

[PHP] Newbie question: need to transfer directory contents from my local machine to my website

2006-01-03 Thread Jon Westcot
Hi all: I'm really new at PHP and will probably embarrass myself many times over asking questions that have been asked gazillions of times before, so let this serve as a blanket apology. Now, to my question. Here's what I'm trying to do. I have a simple database on my website that I