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
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
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,
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
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/
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
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
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
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
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
10 matches
Mail list logo