[PHP-INSTALL] PHP 5.0.1 on IIS

2004-09-11 Thread Pong-TC
Hello all, I just installed PHP 5.0.1 (cgi) on IIS Windows 2000. I have the following problems: - It could not load php_mssql.dll, it show an error as follows: >PHP Warning: PHP Startup: Unable to load dynamic library >'./php_mssql.dll' - The specified module could not be found. in Unknown >on l

Re: [PHP-INST] Javascript in PHP

2002-03-16 Thread pong-TC
[EMAIL PROTECTED] writes: >Can anyone direct me to a tutorial that shows how to incorporate >javascript in a php script. > > I think if you know JS well. You can use it anytime when you want to in PHP ie. echo ""; echo "window.close();"; echo ""; Things like above, you can do it upon your imagi