Re: [PHP] Select DataBase Mysql Problem

2003-03-23 Thread Miguel Angelo
Thankx a million Tom, I used .mysql_error() and i found it right away. Actualy i have a config.php file with the mysql user information and i was forgeting to do a include("config.php"); before i used mysql. Really stupid error. Thankx again. Miguel Angelo > Hi, > > Sunday, March 23, 2003, 1:2

Re: [PHP] Select DataBase Mysql Problem

2003-03-23 Thread Tom Rogers
Hi, Sunday, March 23, 2003, 1:26:04 PM, you wrote: MA> Hi everyone, MA> FIRST THANKX FOR ANY HELP !! MA> and THANKX FOR READING :) MA> I'm a reall newbie on PHP and i'm build a php app to connect into a mysql MA> database.. but i cannot select the database MA> i have build the database, and cr

[PHP] Select DataBase Mysql Problem

2003-03-23 Thread Miguel Angelo
Hi everyone, FIRST THANKX FOR ANY HELP !! and THANKX FOR READING :) I'm a reall newbie on PHP and i'm build a php app to connect into a mysql database.. but i cannot select the database i have build the database, and created a user with : create database mydatabase; use mydatabase; create tb_u