Jump to content
Newfoundking

Looking for some mySQL/php help

Recommended Posts

Hey, I'm having a bit of trouble on something I have been working on lately, that being that my php page is not properly fetching the information from the database.

Ideally, this is what is supposed to happen: The page is loaded and checks the database, fetching the table and posting it.

Unfortunately, although it accesses the database, it doesn't post anything. At all! Suggestions? Anyone wanna help me out?

Link to comment
Share on other sites

It could be throughing a error which isn't allowing it to actually fetech the information and just isnt reporting it.

If its actually getting the database. And still isn't showing up then there is a problem with how its being displayed. Could be simple like missing a closing/Opeing statment ; or () , []

could be somthing worse like a scripting or codeing error.

Make sure that the server is allowing it to show errors.

Also put a action check in place.

If ( Event ) then ( Event 2 )

Event to could be like can't connect to database then Event 2 which would be unable to reach database

I don't know how your conecting to the database or what the code looks like so its kinda hard to point you in the right direction!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...