Search results

  1. A

    A big project help

    Ill pm you that explosion, Thanks again.
  2. A

    A big project help

    Thanks alot for your help, but I keep getting errors. ANd I am very sorry to bug you..... error: Fatal error: Cannot redeclare class MySQLDB in /home/ara/public_html/include/database.php on line 14 And here is the database code: <? /** * Database.php * * The Database class is meant...
  3. A

    A big project help

    THanks alot, explosion xD HEre is the other problem, this is one is when I am trying to view the admin center: Error:Parse error: syntax error, unexpected $end in /home/ara/public_html/admin/admin.php on line 344 <?php include("include/session.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD...
  4. A

    A big project help

    I got it working with another tutorial Plozian, thanks tho. But know I am stuck here: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/ara/public_html/userinfo.php on line 114 And here is my code: <?php include("include/session.php"); ?> <!DOCTYPE html PUBLIC...
  5. A

    A big project help

    Like as I said , I am not ver familiar with php. But I am willing to learn, if you can give some step-by-step tutorial how to create those feature, it would be really great..... Dont have to give me little details, as I already worked with PHp and all, but like what should be placed in mysql...
  6. A

    A big project help

    Hi, I am making a website for a robot competition for my school. As I am the only one in my school(as only the students can build the site) who knows how to code, I been given the title of Website Captain. I already started working on it, and I have been thinking that it would be great to have...
  7. A

    Not able to login

    Oh ok thanks!
  8. A

    Not able to login

    I am trying to connect to my new account( i received the email with username and password) but it says username does not exist.....
  9. A

    Rss reader

    What do you mean...? I just want the post, not the title and all...
  10. A

    Rss reader

    No, I mean in my website(http://warriorsofwar.x10hosting.com) there is boxes for the news. So I want the msot recent one, in the first box, the 2nd most recent in 2nd box, etc Edit: Anyone?
  11. A

    Rss reader

    Ok, but if I want the first post to appear in the first box, the 2nd post in the 2nd post , the 3rd i nteh rd box and the 4th in the box... how can i do this?
  12. A

    Rss reader

    Hi, I havea forums: http://warriorsofwar.xooit.com And I want to show the newest posts: http://warriorsofwar.xooit.com/rss.php The 4 msot recent ones, in my website: http://warriorsofwar.x10hosting.com and show it on my home page: http://warriorsofwar.x10hosting.com/home.php And I want to show...
  13. A

    XML Parsing

    Thanks it worked!
  14. A

    XML Parsing

    TO get good results, you have to work hard :)
  15. A

    XML Parsing

    Hi, I have a code that parses this xml file: http://www.elorating.com/ranking-services/ratingquery?name=_%C5%B4%D3%A8%C5%B4_&mode=SP&laddertype=51&game=3 Code: <?php $xml_name_key = "*RATINGS*CLANRATING*NAME"; $xml_abbrev_key = "*RATINGS*CLANRATING*ABBREV"; $xml_rank_key =...
  16. A

    PHP and XML parsing

    OK thank, but now I decided to add 2 more things: Name and Abbrev. Here is the top code: <?php $xml_name_key = "*RATINGS*CLANRATING*NAME"; $xml_abbrev_key = "*RATINGS*CLANRATING*ABBREV"; $xml_rank_key = "*RATINGS*CLANRATING*RANK"; $xml_rate_key = "*RATINGS*CLANRATING*RATE"...
  17. A

    PHP and XML parsing

    Hi, I used this code before but for some reason when I changed the elemts of it, it stopped working. So here is the part that goes before html tag: <?php $xml_rank_key = "*RATINGS*CLANRATING*RANK"; $xml_rate_key = "*RATINGS*CLANRATING*RATE"; $xml_active_key = "*RATINGS*CLANRATING*ACTIVE"...
  18. A

    Site down?

    Hi i am on teh absolut server. Ok here is the problem, its been like 5 mins that I cant access my site: http://warfaringwarriors.x10hosting.com On the services up/down page, it shows absolut HTTP On, I tried refreshing it many times but it still shows on... can you help plz?
  19. A

    Email not receiving

    Hi, I made a php code that allows visitores of my site to send a email to a x10hosting.com email account. I am sure hte code is workign properly as I (my email gohabs4ever@hotmail.com) receive the auto-responder i set up. But I cant see the mail i sent. Edit: ANy1?
  20. A

    Update and MYSQL

    Hi, I am doing a ladder for my clan website. I already have a database for the tournament( points which is INT and eso(username0 which is Varchar). What I need is that, that I can add points to ppl after a game. So i tought of doing this a form that asks the username of the player and how much...
Top