Recent content by Rindiny

  1. R

    Searching for Golden Sun Romance...

    I think Isaac and Mia are much cuter, I have reasons. ^>^ 1- She is so generous, kind, and cute. 2- they have blue eyes. I also have reasons for Jenna not to be with him. 1- she is a living volcano I don't think Isaac, would like a person to bash him on the head every time. 2- she is can go...
  2. R

    PokeRindin

    I can only go to a certain extent with images that I had to deal with the menu taking care of 80% of imagery only to not overload my layout with rich imagery, as much as I'd like to. But can you suggest something better for the font, then? Thank you.
  3. R

    <3 Himiwarii Fan Club <3

    Speaking of which, I like your avatar, Himiwarii. ^^; Does anybody here still watch Naruto?
  4. R

    <3 Himiwarii Fan Club <3

    I'm back on PC! WOW THIS FANCLUB GREW! HI SHAMPOO.
  5. R

    PokeRindin

    It's been who knows how long since I've been active here on PC, so I thought I'd just SPAM my link in this here forum which has changed modestly since last I was here. But here I go: https://pokerindin.com/ I spent 3 months; 3 months on this layout. Now comment on the content and the layout...
  6. R

    Needing PHP Help

    I'm using variables for almost everything I can think of. The Pokedex was supposed to made up entirely of variables. So if I change a thing, it changes in all instead of one.
  7. R

    Needing PHP Help

    I don't know any mySQL. It looks complicated. I don't know how to export data from a mySQL database into PHP code. What I mean is, if I add a piece of data saying something, say "Pikachu". I don't know how to print out the mySQL data the right way using PHP.
  8. R

    Needing PHP Help

    I'm declaring 001 as a variable because it's a Pokemon. What do you mean number itself? Do you mean "1" instead?
  9. R

    Needing PHP Help

    I'm declaring $001 as a variable, and suddenly, it gives me a PHP error about declaring a variable as a number.
  10. R

    Needing PHP Help

    <? //Declare Main PHP Variables $news = "main.txt"; $error = "404.txt"; $ext = ".txt"; //Include Variables if(!isset($_GET['pokemon'])){ include $news; } elseif($_GET['page'] == "main") { include $news; } elseif(isset($_GET['pokemon']) && file_exists($_GET['pokemon'].$ext)){ include...
  11. R

    Needing PHP Help

    Alright, I finally got it to work. Thanks Tyler! EDIT: I'm planning to use the ?page= script that Koroku has posted. How can I edit the values of $pokemon to match the variable declared to find the page?
  12. R

    Needing PHP Help

    I removed the quotation marks that were in the <title> tag, and it didn't work.
  13. R

    Needing PHP Help

    Hello, I'm requiring some PHP help on a small project I'm working on. I'm basically writing up a mini-pokedex script for a friend. <html> <head> <title>MiniDex - <?php echo("$pokemon"); ?></title> </head> <body> <? $pokemon = "Bulbasaur"; ?> </body> </html> What's my problem? I declared...
  14. R

    Linux...

    CentOS right now is the best one, in my opinion for beginners.
  15. R

    Need a host for my topsites

    Might also wanna add no-cache headers on to your page as well. :);
Back
Top