2
votes
1answer
44 views

Slow Migration is it possible with a PHP/SQL Driven site

I have a Joomla site that is operating on www.mysite.com, I want to migrate to WordPress but heres the thing, I have hundreds of pages and simply moving migrating them to a test site isn't ideal since ...
0
votes
1answer
925 views

Warning: mysql_fetch_array() expects parameter 1 to be resource [closed]

I was trying to connect to my database through PHP but I keep getting the error: Warning: mysql_fetch_array() expects parameter 1 to be resource I do not know what the problem is? This is the ...
1
vote
4answers
726 views

MySQL Online Database

Can anyone suggest a good online free MySQL database. I've tried four till now: db4free FreeMySQL onPhP 000webhost Either of them gave me an timeout error on my connect file or actively restricted ...
1
vote
1answer
131 views

Authenticate phpBB using custom MS-SQL database

How can I let my users to log into a phpBB forum by entering their user credentials while these credentials are stored in a separate MS SQL database? I mean I need to customize the authentication ...
0
votes
0answers
613 views

PHP Problem: mysqli extension? [closed]

I'm having an issue with PHP on my Godaddy Virtual Dedicated Server. I've run a couple simple PHP scripts and one included: $mysqli = new mysqli($host, $user, $pass, $db); which throws the ...