RES: [PHP] Installing PHP

2011-09-20 Thread Alejandro Michelin Salomon (Hotmail)
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

RES: [PHP] Installing PHP

2011-07-04 Thread Alejandro Michelin Salomon (Hotmail)
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

RES: [PHP] Short tag: why is it bad practice?

2011-05-11 Thread Alejandro Michelin Salomon (Hotmail)
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

[PHP] Need help with output from form to .txt file

2004-02-15 Thread Kristers hotmail
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

[PHP] getting help on php

2002-06-14 Thread Hotmail
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 ?