[PHP-WIN] Re: MySQL and PHP5

2008-09-06 Thread Tim
Thanks, again, Elizabeth! Makes sense. I hadn't started the documentation yet because I was trying to get a working understanding of things first by going through a tutorial. I realize now that my tutorial was for an earlier version of PHP and MySQL, so things like this are going to be a problem

[PHP-WIN] Re: MySQL and PHP5

2008-09-06 Thread Elizabeth M Smith
Tim wrote: > I spoke to soon. Your tip did manage to get the MySQL section to show up in > the output of phpinfo(), and the connect command doesn't throw an error > anymore, but now I get the same Undefined Function error on the line to > create a db: > > mysql_create_db("dbName") or die(mysql_err

[PHP-WIN] Re: MySQL and PHP5

2008-09-05 Thread Tim
I spoke to soon. Your tip did manage to get the MySQL section to show up in the output of phpinfo(), and the connect command doesn't throw an error anymore, but now I get the same Undefined Function error on the line to create a db: mysql_create_db("dbName") or die(mysql_error()); Why would it be

[PHP-WIN] Re: MySQL and PHP5

2008-09-05 Thread Tim
That was it! Thank you so much! I'm working through a tutorial/book, and the text didn't even mention this! Wow, good tip for newbies! Thanks again! Tim R. "Elizabeth M Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >> However, the results of my phpinfo() do not show a My

[PHP-WIN] Re: MySQL and PHP5

2008-09-05 Thread Elizabeth M Smith
> However, the results of my phpinfo() do not show a MySQL section (I don't > know if there should be one, I'm new to this). Mysql should show up - one piece of information that I DON'T see that is probably the most important - is your php.ini being loaded? You should see a section in the top o