Re: [PHP] Problem's addign a script to my web page.

2003-09-22 Thread Stratis Aftousmis
--- Marek Kilimajer <[EMAIL PROTECTED]> wrote: > Yes, it will get rid of the permission problems. > > Example of creating a directory: > > $fp=ftp_connect('localhost'); > if(ftp_login($fp, $ftpuser, $ftppass)) { > if(ftp_mkdir($fp, $ftpbasedir .'members/'.$iid)) { > /*if(!ftp_site($fp, 'ch

Re: [PHP] Problem's addign a script to my web page.

2003-09-22 Thread Stratis Aftousmis
--- Marek Kilimajer <[EMAIL PROTECTED]> wrote: > Optionaly you can use ftp functions to create files > and directories. Will that get rid of the parmission's problem? Can you explain a little? __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site d

Re: [PHP] Problem's addign a script to my web page.

2003-09-21 Thread Stratis Aftousmis
--- Marek Kilimajer <[EMAIL PROTECTED]> wrote: > Do you have shell access(ssh)? You can use that. > Other way is to ask > your ISP to change the parmissions or to enable > chmod command. I had a feeling i might have to ask my ISP, they seem cool they might do it, unless there is a security con

[PHP] Problem's addign a script to my web page.

2003-09-20 Thread stratis Aftousmis
Hello, i will be a succinct as possible. I downloaded a php script (a chatbox) for my web page. The web page is from my ISP, 15Mb space, you have to have knowledge of UNIX and Html to use the service(to create the page and upload to the site). I wrote the page in Html, downloaded the php script