[PHP] mysqli -> mysql

2004-10-06 Thread Whitehawk Stormchaser
Hi! I have a trouble with building MySQL and MySQLi support together with PHP... Basically my config says: ../configure --with-mysql=/usr --with-mysqli=/usr/bin/mysql_config (and other switches) but I get this: /usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0x0): multiple definition of `ne

[PHP] math in PHP

2004-09-18 Thread Whitehawk Stormchaser
Hi! I have been trying to make some sort of calculator in PHP, but I have stumbled on a problem... I have been make some kind of dynamical calculator, unlike most I have seen, that had $value1 [math operator] $value2 strict, but a calculator, that can calculate basically anything ( even somethin