[PHP-WIN] windows extension dlls

2002-02-23 Thread R0bin

I rencently installed the windows version of php4,
and it is not seening all the extra extensions, which i
extracted from the zip file, i have tried taking the ;'s
away from the list in php.ini, but every time i restart
apache and try to load a .php file from my local server,
all i hear is the error noise WindowsME makes, and the page
refuses to load. i have look in most of the faqs on the
site to no avail.
please help.

from R0bin



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-WIN] Merging Arrays

2002-02-23 Thread R0bin

im not saying this will work, but on the PHP website
it has a print_r ( array );
which prints ever element of an array.
"
 'apple', 'b' => 'banana', 'c' => array
('x','y','z'));
print_r ($a);
?>

which will output :

Array
(
[a] => apple
[b] => banana
[c] => Array
(
[0] => x
[1] => y
[2] => z
)
)

Remember that print_r() will move the array pointer to the end. Use reset()
to bring it back to beginning."
(this was copy/pasted from the php.net website)



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-WIN] Re: Bad char Translation

2002-02-23 Thread R0bin

Maybe the win2k console doesnt have support for
such characters as é or â, or being a microsucks product
saving it under linux and windows goes
"Bleh! an alternative OS, kill it!".
try loading it in a .php web page file and
using apache or something witht the php
preprocessor, and see what happens.



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-WIN] PHP Troubles

2002-03-02 Thread R0bin

Hello,
on a tutorial i have for socket programming in php, it says "run this script
in the console"
i am not knowing what this means, and if i can do it in windows, i only have
Windows ME and Windows XP and when i run C:\php\php.exe in the ms dos
window, command.com locks up, and i have to end it in task manager, please
help.

thank you in advance.



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php