[PHP] Installation

2005-06-09 Thread afrodriguez
Hi! I am running Apache on Windows XP and would like to install PHP. I'll be using PHP within my computer for development purposes. 1st issue. When I installed Apache, the installation program self-configures. Since I use a permanent, broadband connection, I think Apache detected it and

[PHP] APACHE

2005-06-01 Thread afrodriguez
Hi! I assume many of you are running PHP under Apache. I just installed Apache 2.0 on Windows XP. To keep it simple, what changes to I have to make to the configuration file? I keep the .php fles in the D:/ drive (a CD-RW drive). Are there any other changes I need to make? Tony

[PHP] test

2005-05-31 Thread afrodriguez

[PHP] Going blind?

2001-11-21 Thread afrodriguez
The following scrip is not updating the database: ?php // file: root/reg/add/add_4.php, updated: 12/01/01 $connection=@mysql_connect(localhost,wagner,z) or die (No connection!); $db=@mysql_select_db(sbwresearch,$connection) or die (No database!); $qry=update con_inf set

[PHP] Checkboxes / Undefined Variables

2001-11-13 Thread afrodriguez
In am HTML form, checkboxes NOT checked are not passed to the PHP script called by the form. Therefore, if $name_of_chechbox_3 is not passed but it's used in the PHP script, it results in Warning: Undefined Variable. How can I avoid this? Thanks! A. F. Rodriguez ([EMAIL PROTECTED]) --