[PHP-WIN] php.ini pr. site

2002-09-18 Thread Steen Rabol
Hi Is it possible to have different php.ini on IIS ? Let's say that I have 10 differebt sites running on IIS, can i then specify a php.ini for each site, anf if yes, how ? Thanks in advance Steen -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

[PHP-WIN] Sharing news or other data

2002-08-27 Thread Steen Rabol
Hi Iv'e been searching the net for a few hours without any luck Let's say that I have 3 sites one site have a database with news/articles. On the 2 others I would like to show headlines/news/articles from the database. How can I do that ? Thanks in advance Steen -- PHP Windows Mailing

[PHP-WIN] How to get all combinations

2002-05-18 Thread Steen Rabol
Hi I have 6 arrays with data and would like to have all possible combinations Eg. $a1 = array(1,2); $a2 = array(3,4); $a3 = array(5,6); $a4 = array(7,8); $a5 = array(9,10); $a6 = array(11,12); the result should then be a new array like this: [0] = 1,3,5,7,9,11 [1] = 1,4,5,7,9,11 [2] = 1,6,5,7,

[PHP-WIN] Checking email

2002-02-08 Thread Steen Rabol
Hi I have a long list of users on my site, and I was wondering if it is possible to check if a email address is valid ? Thanks in advance. Steen

[PHP-WIN] calling PHP code on a different website

2002-01-27 Thread Steen Rabol
Hi Plot: how can I share data/info from a PHP based site on a ASP based site ? Site A, running PHP Site B , running ASP Now on site B I would like to publish some information from site A's database, is that possible ? Thanks i advance Steen -- PHP Windows Mailing List (http://www.php.net/

[PHP-WIN] Is ISAPI stable ?

2002-01-18 Thread Steen Rabol
Hi According to the install.txt of php, the ISAPI version is not stable, but that statement have been there for about 1 year, so my question is: Is ISAPI version considered stable ? Thanks in advance. Best Steen

[PHP-WIN] Browser info

2001-11-15 Thread Steen Rabol
Hi Why does this not work ? $browser = get_browser(); foreach($browser as $key => $value) print "key : " . $key . " value ". $value . ""; print "browser = " . $browser['browser'] . ""; The foreach() prints information on the browser, but then $browser['browser'] is empty, why ? Best Steen

[PHP-WIN] Where to find a complete description of php configuration

2001-07-11 Thread Steen RAbol
Hi Where can I find a complete list -with description of possible values for configuring php. I know that the php.ini comes with a lot of comments, but it's not complete Thanks in advance. Steen -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

[PHP-WIN] How to get a php_gd.dll with TTF support

2001-07-11 Thread Steen RAbol
Hi For some reasson, the php_gd.dll in PHP v 4.0.6, is with freetype, which have the effect that imagettfbbox() don't work on NT/Apache, where can I find a php_gd.dll with TTF support ? Even better, how can I find information on compiling PHP on win32 ? Thanks in advance Steen -- PHP Win

[PHP-WIN] MicroSoft Visual InterDev

2001-05-03 Thread Steen RAbol
Hi Does anyone use Microsoft Visual Interdev to PHP coding/debugging, If yes, is there a FAQ on how to set it up ? Thanks in advance. Steen -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To con