I'm having a problem with a PHP script I'm putting together. I created
it on my computer running PHP 4.3.3 and MySQL 3.23.49 and it works
properly. But when I upload it to my server, it does not.
The query executes because I'm pulling data from two categories with the
SELECT statement and it correctly displays the data from one of them.
It's the other one that doesn't display at all. I triple checked my
database table to make sure the field name (text) matched the query and
it does. The server is running PHP 4.3.2 and MySQL 3.23.56.
I have loaded a visible copy of the PHP script at
Can anyone see a reason on there why the text results don't display? As
I said, it works fine on my local machine. It's got me stumped.
Thanks for any help you can offer.
it on my computer running PHP 4.3.3 and MySQL 3.23.49 and it works
properly. But when I upload it to my server, it does not.
The query executes because I'm pulling data from two categories with the
SELECT statement and it correctly displays the data from one of them.
It's the other one that doesn't display at all. I triple checked my
database table to make sure the field name (text) matched the query and
it does. The server is running PHP 4.3.2 and MySQL 3.23.56.
I have loaded a visible copy of the PHP script at
Can anyone see a reason on there why the text results don't display? As
I said, it works fine on my local machine. It's got me stumped.
Thanks for any help you can offer.
Comment