Recent content by Pierre S

  1. P

    How to echo array php?

    I have a table in html, I also have the pages in my db and it keeps track of the clicks. How would I echo the top 5? Right now I have this: $get_clicks = mysql_fetch_array(mysql_query("SELECT * FROM `____` ORDER BY clicks DESC")); So how would I echo the top 5 clicks?
  2. P

    How to make the highest number show up? php?

    OK, I am making a most popular games html table, the php keeps tracks of how many clicks, so how would I make the most clicks show up first, then the 2nd then the 3rd, down to 5th. Please help, thanks, if possible in html and php only. I mean so it shows the page with the most clicks. I have it...
  3. P

    How to echo array php?

    I have a table in html, I also have the pages in my db and it keeps track of the clicks. How would I echo the top 5? Right now I have this: $get_clicks = mysql_fetch_array(mysql_query("SELECT * FROM `____` ORDER BY clicks DESC")); So how would I echo the top 5 clicks?
  4. P

    How to make the highest number show up? php?

    OK, I am making a most popular games html table, the php keeps tracks of how many clicks, so how would I make the most clicks show up first, then the 2nd then the 3rd, down to 5th. Please help, thanks, if possible in html and php only. I mean so it shows the page with the most clicks. I have it...
  5. P

    Why is the money going over limit? php?

    I have a code, I can email it to you, just email me asking for the code, but when I send the code I want to know if anyone can tell me why the money is going over the limit and when I refresh it goes back. This is in php. Also I am looking for someone to help me make a game. Thanks.
  6. P

    How would I do this in my php script?

    Hi, I am working on a code, I am trying to figure out, in a form, say someone types in 3, and they submit it, how would I add this into my code so it adds 3 to the db? Same if they type 2. Thanks.
  7. P

    how to use a php if statement with a html link?

    I want to know how you can make a if statement in php say like if (the html link was clicked) then the rest of the code. How can I do this please help soon thanks.
  8. P

    How to add money each minute in php?

    I am making a browser based text game, and I am stuck at one part. I need to figure out how to make it so someone gets 1 dollar every minute, if someone could explain how or wright the code that would be cool thanks. This code is suppose to be in php, and I would like it to count up 1 dollar...
  9. P

    Would it be harder for you to marry someone with very different religious

    1) Let's start with religion. Religion is all in the mind, it's not a REAL characteristic like being a magic-user or a Muggle! Very few religions claim to have magic powers. In fact, unless a religion has been very vague about the spirit-world or God, science has already disproven it...
  10. P

    How to get round HTML tables?

    How can I get a round HTML table without using images. If the only way is to use images then how can I do that without the image showing when you right click on it. Thanks.
  11. P

    How to keep HTML table cells from moving?

    I am having trouble with my HTML code. I have 2 cells in 1 table and when there is more text in 1 cell it pushes the other cell to the left. How can I prevent this from happening. Thanks.
  12. P

    How to stop HTML tables from moving?

    Hi, I have an HTML code problem, when I click the [restore] button on my window and make the window smaller the tables inside move around. My question is, how can I stop the tables from moving without using frames? Since I cannot post my HTML code I might be able to E-mail you the code if that...
  13. P

    How to keep HTML tables away from each other?

    Hi, I was wondering how do I keep HTML tables so they are close to each other but they are not touching? The only thing I could think of is to use the HTML space. But its not working out the way I wanted to is there another way? Thank you.
  14. P

    What is wrong with my HTML code?

    Hi, I am working on my HTML code, but I think something is wrong with the tables. When I press the [restore] button and make my window smaller, the tables all collapse. I can E-mail you the HTML code if that helps. Thanks.
Back
Top