08-11-2011, 07:09 AM
08-11-2011, 07:38 AM
(08-11-2011 07:09 AM)Gypaete Wrote: [ -> ]The question, is I don't know how.
I hope this link can help:
http://php.net/manual/en/function.mkdir.php
08-11-2011, 07:51 AM
PHP Code:
|
That helps me, thanks. (What a fool I am, i forgot look there!).
Do not close the issue by if I have a problem or something. Thanks.
08-11-2011, 08:43 AM
(08-10-2011 09:01 PM)Gypaete Wrote: [ -> ]OFF: I'm doing a guide super in Spanish of Xthreads, and I wanted ask you permission. ¿I can?You can write anything about it regardless of whether I give you permission or not.
08-11-2011, 08:56 AM
But it is to make things clear, if there are problems. Thanks.
08-22-2011, 07:22 PM
08-22-2011, 08:16 PM
I have one error.
In this line:
In this line:
PHP Code:
|
My FTP is: http://ftp.strato.com
Then, is:
PHP Code:
|
OR
PHP Code:
|
How? (None of the forms, don't works for me correctly.)
This is OK?: DEFINE('FTP_USER', 'sekai-manga.es');
Help me.
08-22-2011, 08:37 PM
http://www.php.net/manual/en/function.ftp-connect.php
I just love it how you leave out details, so I shall do the same.
I just love it how you leave out details, so I shall do the same.
08-22-2011, 08:55 PM
But how do I do with this code?
PHP Code:
|
08-23-2011, 01:42 AM
Maybe you need to read the explanation about the Parameters there (host). There is an example for that.