Search results

  1. rbxlmadx

    The brain pain is real

    Thank you :D
  2. rbxlmadx

    The brain pain is real

    Okay, so for about two days now, I have been creating ONE system to edit a graph url JUST to change the points, funny thing is, I made a whole table, a whole system with TIMES just so after twenty days, it resets the graph from scratch. The graph is for amount of users who join per 20 days. By...
  3. rbxlmadx

    Help with this? It is confusing to me...

    And so the link should come out like this: http://www.example.com/e?e=0
  4. rbxlmadx

    Help with this? It is confusing to me...

    So here we have this script: $result = mysql_query("SELECT Users FROM days WHERE ID = '1'"); while ($row = mysql_fetch_object($result)) { echo "<center>$row->Users</center>"; } $row->Users shows the amount of users which is 0 when I am on my homepage, so that works, but now, I want to insert...
  5. rbxlmadx

    Problem..

    The Google url was an example, I am trying to get the 14 from phpMyAdmin and it can't seem to get it.
  6. rbxlmadx

    Problem..

    Lets say I have a link: http://ww.google.com/ads?id=14 I want that 14 to be fetched from my database, so it would look like this in script: <img src='http://www.google.com/ads?id=$fourteen'> Now, it is not a php script, like this: <?php <img src='http://www.google.com/ads?id=$fourteen'> ?>...
  7. rbxlmadx

    What do you think of my site?

    http://www.rblxextra.x10.mx/
  8. rbxlmadx

    Someone help me fix this?

    Someone please help :(
  9. rbxlmadx

    Someone help me fix this?

    I am trying to create a user chart for my site, I am using Google chart, the url, and I have made a database to edit the url, in this bracket ((((( ))))) in the url, is the numbers I want to edit, using a number from my database. Here is the problem, I am trying to fetch the number from the...
  10. rbxlmadx

    How to do this?

    Can you give me an example?
  11. rbxlmadx

    How to do this?

    So let's say I have a link, example: http://www.google.com/index.php?Ads=12 (Not a real Lin, just for example), anyway, you see that twelve at the end? I want that twelve (the numeral) to be the thing I fetch from a table... So it would look like this in script...
  12. rbxlmadx

    Help with an error? Parse error: syntax error, unexpected ';'

    Thanks guys ;) fixed the page with your help!
  13. rbxlmadx

    Help with an error? Parse error: syntax error, unexpected ';'

    Page source: http://rblxextra.x10.mx/Script/sources/welcome.php Error on line 32. Script: <?php function PageMain() { global $TMPL; global $confUrl; global $confMail; $resultSettings = mysql_fetch_row(mysql_query(getSettings($querySettings))); $time = time()+86400...
Top