Forum Moderators: coopster

Message Too Old, No Replies

creating directories and html files with php

how?

         

4string

3:54 pm on Nov 7, 2005 (gmt 0)

10+ Year Member



I want to be able to fill in a form which, upon submission, would create a directory and a page on my server. Basically I want to be able to add pages to my site from any computer anywhere without the need for dreamweaver or whatever.

How do I go about that? Or, what do I search for? I can't find anything.

Any help is appreciated!

jatar_k

3:57 pm on Nov 7, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



if you're just looking for a push in the right direction

these are the functions you will need

PHP Filesystem Functions [php.net]

4string

5:03 pm on Nov 7, 2005 (gmt 0)

10+ Year Member



Looks like what I needed.

Thanks Jatar!