[PHP-DB] Installing PHP 5.2.2 in Windows XP

2007-05-21 Thread Abdul Rahman Riza
Dear Folks, I need your assistant how to install PHP 5.2.2 with apache web server 2.2.4 in Windows XP environment? Many thanks for you help, Riza - Kunjungi halaman depan Yahoo! Indonesia yang baru!

Re: [PHP-DB] Installing PHP 5.2.2 in Windows XP

2007-05-21 Thread Ronalds
1. Extract all files to c:\php 2. Add these lines to httpd.conf LoadModule php5_module c:/php/php5apache2_2.dll AddType application/x-httpd-php .php PHPIniDir C:/php 3. Edit your php.ini 4. Restart apache If you can't install php this way, then try reading some manuals or get some all-in-one

Re: [PHP-DB] Installing PHP 5.2.2 in Windows XP

2007-05-21 Thread Dimiter Ivanov
On 5/21/07, Abdul Rahman Riza [EMAIL PROTECTED] wrote: Dear Folks, I need your assistant how to install PHP 5.2.2 with apache web server 2.2.4 in Windows XP environment? Many thanks for you help, Riza http://www.wampserver.com/en/ -- PHP Database Mailing List (http://www.php.net/)

RE: [PHP-DB] Creating all key combinations passwords

2007-05-21 Thread Daevid Vincent
-Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Sunday, May 20, 2007 8:45 AM To: Lasitha Alawatta Lasitha Alawatta wrote: I’m going to create all key combinations; simple-letter passwords and store those in to MySql DB. Using = a-z (simple letters)

[PHP-DB] Re: [PHP-WIN] Dynamically update mysql field

2007-05-21 Thread bedul
u mean like this?? ? // $id=mysql_result($result,$i,ID); while($temp = mysql_fetch_array($result)){ foreach($temp as $varNm =$varVal){ $$varNm =$varVal; } /* put your table code here */ } ? SOry just gues! - Original Message - From: sam rumaizan [EMAIL PROTECTED] To: