|
|
2011-03-18
, 10:05
|
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#2
|
|
|
2011-03-18
, 10:50
|
|
Posts: 4 |
Thanked: 0 times |
Joined on Mar 2011
|
#3
|
|
|
2011-03-18
, 11:10
|
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#4
|
|
|
2011-03-18
, 11:56
|
|
Posts: 255 |
Thanked: 107 times |
Joined on Nov 2010
|
#5
|
|
|
2011-03-19
, 10:05
|
|
Posts: 105 |
Thanked: 99 times |
Joined on Feb 2011
@ India
|
#6
|
|
|
2011-03-20
, 10:38
|
|
Posts: 4 |
Thanked: 0 times |
Joined on Mar 2011
|
#7
|
|
|
2013-08-31
, 09:43
|
|
Posts: 130 |
Thanked: 132 times |
Joined on Jan 2013
@ India
|
#8
|
I set up the php and lighttpd on my N900. the problem is I had a php file where:
$connect=mysql_connect("someserver.com","user","pa ss") or die ("error in mysql connection:<strong>".__LINE__."</strong>");
once I open this trough the browser Im getting an erorr message "Fatal error: Call to undefined function mysql_connect() in /var/www/htdocs/db.php on line"
I tought that its maybe cause I did not installed mysql on the phone so did apt-get install mysql
then I entered:
mysql_install_db
and started the server with
mysqld_safe &
but still having the problem with:
"Fatal error: Call to undefined function mysql_connect() in /var/www/htdocs/db.php on line"
any ideas?