operamatic
Technical User
I'm running into an issue trying to run an script to build tables in a database for a web browser organizer(Tasks by alexking.org) and everything is preconfigured pretty much to run, just create a database for it and assign user and password to the database.php provided.(doesn't create tables for me) I've tried his forum for answers, but all the simple answers aren't working.
I've had previous success with building a tutorial with php executing adding info to a simple table with proper priviledges, Does anyone know why it's not working on this or how to establish an actual connection?
MySQL shows that tasks is a running db process, PhpMyAdmin show my user password is working with the database.
The page that builds the tables reads: disconnect(); ?>The database should be set up now.
But it shouldn't have the " disconnect(); ?> " part in it according to alex king.
Thanks in advance!
I've had previous success with building a tutorial with php executing adding info to a simple table with proper priviledges, Does anyone know why it's not working on this or how to establish an actual connection?
MySQL shows that tasks is a running db process, PhpMyAdmin show my user password is working with the database.
The page that builds the tables reads: disconnect(); ?>The database should be set up now.
But it shouldn't have the " disconnect(); ?> " part in it according to alex king.
Thanks in advance!