foobaa
Mar 4th 2007, 1:10 pm
Hi,
I've decided to try to make my life easier by automating tasks with php scripts and an html interface. I want to do things like:
- automate setting up of directory structures for new projects,
- import into svn, then checkout,
- and the like
and I've got stuck on the first line of code: mkdir()! - Permission denied.
I realise now that I need to run php scripts as a different user, but without complicating things by having to (re)compile things or anything like that!
Any ideas? cheers!
I've decided to try to make my life easier by automating tasks with php scripts and an html interface. I want to do things like:
- automate setting up of directory structures for new projects,
- import into svn, then checkout,
- and the like
and I've got stuck on the first line of code: mkdir()! - Permission denied.
I realise now that I need to run php scripts as a different user, but without complicating things by having to (re)compile things or anything like that!
Any ideas? cheers!