[PHP-WIN] JavaScript with parameters

2007-01-29 Thread Alf Stockton
How do I complete a command to be issued by JavaScript with parameters. The above is the short version, the long sad story follows...:-) I have a PHP created web page consisting of data in a table. One of the fields in this table is populated by the PHP variable, $EarnTypeID. If a user clicks

RE: [PHP-WIN] JavaScript with parameters

2007-01-29 Thread Bill Bolte
Pass the id through to the JS function using a JS onClick event. Ie: XX -Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Monday, January 29, 2007 6:25 AM To: php windows Subject: [PHP-WIN] JavaScript with parameters How do I complete a command to be issued by Jav

[PHP-WIN] IIS, and how it reads the Path/Environment variables

2007-01-29 Thread Austin Gruenweller
Greetings, I realize this may not be the proper place to ask this question -- but as it's in relation to a PHP install I thought someone here might know. I'm trying to install PHP with the MSSQL extension on a Windows 2003 production environment. I'm not a network admin, but have been given spec

Re: [PHP-WIN] IIS, and how it reads the Path/Environment variables

2007-01-29 Thread Niel Archer
Hi From what you're saying I assume MSSQL is not listed in the phpinfo page. Have you enabled the extension in the php.ini file? Niel -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] IIS, and how it reads the Path/Environment variables

2007-01-29 Thread Austin Gruenweller
I have not enabled the extension in the php.ini file, funny thing -- I convinced the network admin to restart the server and now everything loads properly. (The extension is still commented out) I believe the ISAPI module just reads the extension folder recursively? Looks like IIS will not read c

Re: [PHP-WIN] IIS, and how it reads the Path/Environment variables

2007-01-29 Thread Niel Archer
Hi > Looks like IIS will not read changes to the environment variables > withhout a restart. that's pretty typical of most software. Check them on startup and have no way to know of changes after Niel -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

[PHP-WIN] Unable to chdir('..') -- blocks phpMyAdmin setup

2007-01-29 Thread Reinhard Mayr aka Czerwinski
Hi on the list! I encountered severe troubles when I tried to get phpMyAdmin running. Strange things are happening: There is a script: phpMyAdmin\scripts\setup.php. When I change into that directory and call "php-cgi setup.php", I recieve a nice HTML output. When I do that via http://server/my