* Thus wrote Mark:
> I use MySQL: C:\mysql\bin>mysqladmin version status proc
> C:\MYSQL\BIN\MYSQLA~1.EXE  Ver 8.40 Distrib 4.0.20a, for Win95/Win98 on i32
> Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
> This software comes with ABSOLUTELY NO WARRANTY. This is free software,
> and you are welcome to modify and redistribute it under the GPL license

- php script implies you want to use mysqli_* stuff
-  using msql_* module in your code
- using 4.0.x mysql datase which which expects mysql_* module

You should really straigten out those issues before you continue.


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

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

Reply via email to