rpbsr wrote:
> Fatal error: Call to undefined function datee() in
> c:\Inetpub\wwwroot\timetest.php on line 2
There is no function datee(). It's called date().
> PHP Warning: PHP Startup: Unable to load dynamic library
'./php_mysqli.dll' -
> The specified module could not be found. in Unknown on
line 0 PHP Warning: PHP
> Startup: Unable to load dynamic library
'./php_mbstring.dll' - The specified
> module could not be found. in Unknown on line 0.
That means PHP and Windows are not set up correctly. Assuming
that PHP
is in C:\php, you need to make sure that the extension_dir
setting in
php.ini points to the ext folder:
extension_dir = "C:\php\ext"
You also need to add PHP to the Windows path. Open Control
Panel and
double-click System. Select the Advanced tab and click
Environment
variables. In the bottom pane of the dialog box that opens,
select PATH
and click Edit. Edit the path to add a semicolon followed by
the PHP
folder at the end.
Restart your computer.
--
David Powers
Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
http://foundationphp.com/