Mateus:
Para configurar o php no apache :
1) Adicionar estas linhas no httpd.conf
Troca "D:\PHP\" pelos dados da tua instalação.
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "D:\PHP\"
LoadModule php5_module "D:\PHP\php5apache2_2.dll"
AddHandler application/x-httpd-php .php
#E
Jim:
In my Windows the install adds the lines :
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:\PHP\"
LoadModule php5_module "C:\PHP\php5apache2_2.dll"
AddHandler application/x-httpd-php .php
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
Where is the apache version that
Andre :
As Joshua says, the only php tags that always is enabled is , this
is the default php tag, and never can be disabled.
This is enabled if short_open_tag is on
And this <% %> is enabled if asp_tags is on
But the default is off for both.
Use this , and forgive configuration options.
Alej
Hi!!
When i send data from a form and there is some special characters like ' " \ php seems
to add an extra \ before every special character in the transfer from the form to the
point when I put the data in the .txt file where i store it.
It is a guestbook I'm using the script for so it is a bi
Dear sir,
I have two questions :
1- Is there a function in php that refreshes my page ?
2- Is there a function that lets me open a new window ?
5 matches
Mail list logo