Page 1 of 1

In wich directory I can create my first PHP

PostPosted: 25. April 2009 16:47
by ivantomas
Hello

I need help.

I like to create my first PHP but I don' t know the path to alllocaate my .php.

I'm using XAMPP in SUse Linux.

Somebody can help me?

Thanks

Re: In wich directory I can create my first PHP

PostPosted: 25. April 2009 18:01
by Wiedmann
All files must be in the htdocs dir.

Re: In wich directory I can create my first PHP

PostPosted: 25. April 2009 18:22
by ivantomas
Than you.

Would you say me how I can execute, for example the hello.php?

I put http://localhost/hello or localhost/xampp/hello and I receive the 404 error

Thanks

Re: In wich directory I can create my first PHP

PostPosted: 25. April 2009 18:26
by Wiedmann
for example the hello.php?

"http://localhost/hello.php"

Re: In wich directory I can create my first PHP

PostPosted: 25. April 2009 18:30
by ivantomas
Thank you, again