Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RottNKorpse

    PHP wont fetch data from MySQL database

    yea it would have been [0] and yea I didn't even notice that either because I use fetch_row all the time on my CMS's programming I forgot that the default one doesn't work anything like the CMS's
  2. RottNKorpse

    PHP wont fetch data from MySQL database

    yes the prefix was fine...I tested all the basics of it in every way I could so I know it wasn't any variable issues but anyway I've got it solved now. thanks to everyone for their help. Here is what fixed it just in case someone has the same issue in the future: I changed the fetch from...
  3. RottNKorpse

    PHP wont fetch data from MySQL database

    I dont care about the errors really so I've removed the @ symbols from the database and the fetch yet nothing has changed. it isnt that the query isnt looking into the table, it is. It isnt that the connection isnt working, it is. It is that when looking into the row and trying to pull the data...
  4. RottNKorpse

    PHP wont fetch data from MySQL database

    I have been staring at just a few lines of code for over an hour and I don't see a single thing wrong with it so I wanted to get some new eyes looking at this to possibly shine some light on the issue. What I am wanting to do is simply fetch a single value from a table in my database, a table...
  5. RottNKorpse

    Setting a maximum limit on a php/mysql result?

    vacunita, thank you very much...that worked. I can't believe I didn't realize to use an if statement with a greater than symbol...silly me. Thanks again. jpadie, thank you for your assistance but vacunita was right...I wanted the limit to be set after the round runs the percentage but again...
  6. RottNKorpse

    Setting a maximum limit on a php/mysql result?

    Hi, I have a question I can't seem to figure out on my own using tutorials or documentations so I was hoping someone here could help me out. Here is my problem. I am using PHP and MySQL to do this script. I want to have a table that contains only numbers for data and then add them all up as a...
  7. RottNKorpse

    Monitor Properties Are Not Editable?!?

    thank you very much for your help smah...it was because of the video card drivers were not installed correctly. Thanks again.
  8. RottNKorpse

    Monitor Properties Are Not Editable?!?

    yes NoCal the monitor has its own drivers but its not allowing me to use them in that sense... Incase this can help with any information needed...here is a screen of my device manager. http://img406.imageshack.us/img406/8532/untitled25cw.jpg smah, Where would I get the bios drivers?
  9. RottNKorpse

    Monitor Properties Are Not Editable?!?

    I use a Dell LCD Monitor and every time I have tried to format and reinstall XP on my hard drive I go to my Monitor section and the Monitor Properties are shaded out thus making me stuck with the default crap that XP put on for my comp. I have the drivers I need for my monitor but the frackin...
  10. RottNKorpse

    Creating a table in mysql using a php form?

    Well I am trying to make an admin section to allow my other admins of my site able to add content to my mysql database without giving them phpmyadmin access and without teaching them out to use it as well. So I am trying to make a form that they can use to fill in a few simple fields and then it...
  11. RottNKorpse

    Displaying data from a field by reference another field in the same ro

    that worked...man I'm such a dolt for not seeing that. :) anyway thanks again
  12. RottNKorpse

    Displaying data from a field by reference another field in the same ro

    just my luck...thats actually the usual problem I have...I forget simple crap and get it wrong. Like leaving off the ''s and forgetting to put the \\'s in html tags when doing php...I do that alot...its hard to remember such a stupid thing :) Anyway, thanks for the help...I'll try it out.
  13. RottNKorpse

    Displaying data from a field by reference another field in the same ro

    Here's what I am trying to do...I am trying to make a hyperlink and an image source reference my sql database. Lets say the table I am using has 3 fields in it which would be "Name", "MyURL" and "MyImage" hopefully the names of the fields dont matter because I will prolly change them later but...

Part and Inventory Search

Back
Top