[PHP] Apache - Virtual Name

2002-02-15 Thread André Felix Miertschink
How can I configure the apache, so that my local access is different from http://localhost. I want to access my local server through a virtual name (Example: http://www.test.com). I only want to change the name "localhost" for any other name. I already possess a domain (Example: www.test.com) a

[PHP] Mail()

2002-02-15 Thread André Felix Miertschink
I have been installing NuSphere (Apache and PHP 4.0.6). As that I configure the Apache or PHP, so that I get to use and to test the command mail in my computer? André -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Age

2002-02-09 Thread André Felix Miertschink
Could anybody find out the simplest method of calculating the age? The date of birth is in the format string ('01/01/1977'). André -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Segurança de arquivos no servidor (SORRY)

2002-02-01 Thread André Felix Miertschink
SORRY WRONG MAILINGLIST André Alguém poderia me informar algum tutorial ou poderia até mesmo me esclarecer algumas dúvidas sobre como manter segurança dos arquivos no servidor. Em alguns arquivos PHP eu possuo algumas chamadas: -> include "arquivo.inc" Q

[PHP] Segurança de arquivos no servidor

2002-02-01 Thread André Felix Miertschink
Alguém poderia me informar algum tutorial ou poderia até mesmo me esclarecer algumas dúvidas sobre como manter segurança dos arquivos no servidor. Em alguns arquivos PHP eu possuo algumas chamadas: -> include "arquivo.inc" Qual modo (CHMOD) este arquivo deverá ter para que este arquivo não sej

Re: [PHP] echo " HTML code ";

2002-01-31 Thread André Felix Miertschink
Personal, I think I expressed myself wrong, because it is like this that I use, but the one that I want to know, if the echo" HTML code " it is much slower than if I put the HTML code out of the PHP block. Can these several echo's harm the processing of the server? Can that turn slow the vis

[PHP] echo " HTML code ";

2002-01-31 Thread André Felix Miertschink
I have a PHP file that I show values of variables in several parts, and for that I put in almost the whole page echo"... HTML code + PHP codes (variables, functions, etc.) + HTML code... "; I don't know nor why I put, I think it went to not to be finishing and beginning PHP parts as: HTML