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
[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