|
Posted by Jim Dornbos on 07/05/06 18:11
On Wed, 05 Jul 2006 13:06:17 -0400, Auddog <will_k@hotmail.com> wrote:
> I have installed php on my server and can get the phpinfo page to
> display.
> I have installed mysql 5 and I'm able to get into the database and create
> data. I would like to be able to get php to pull the data. I have been
> reading on the internet as to what I need to do in php and have created a
> couple of pages. When I go to the page all I get is a blank screen - no
> data from the database.
When I get a blank page, it tells me that I can go look in my apache error
log for some direction on the problem to solve.
I found it helpful to echo my sql queries to screen, then copy and paste
that query into phpadmin and run it from there. In that way, I could
separate my php errors from my sql errors from my html errors, etc.
Jim
Navigation:
[Reply to this message]
|