Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. Maq

    HostFish

    is that a template? Cause your suppose to splice it and add text with the CSS
  2. It's phpBB, you may want to go to their support site.
  3. Your welcome... topic solved then?
  4. Maq

    Ignore case

    I don't understand, can I see your code?
  5. Have you even attempted to do anything? There's millions of tutorials on how to connect to a DB. Once you do that it's easy.
  6. Maq

    Ignore case

    if (strtoupper("Name") == "NAME") {echo "It matches!";}
  7. You need to open the .ppt file and grab the lines, explode with a " " (space) delimiter and check the 2 lengths. May I ask how it got this way in the first place?
  8. You mean? $title = $_GET['page']; $sql = "SELECT * FROM your_table WHERE title='$title'";
  9. Do you have any code so far? Grab the file, scan the words and if (strlen($string) 15) { remove }
  10. I use netbeans, I'm happy with it. Has a lot of cool features, and it's free...
  11. Also, nothing to do with your problem but here's a better way to set up a class for your MySQL database connectivity: MySQL Class.
  12. constructors
  13. I'm an ass :-X, how did I not see that? Anyway, I don't think it's going to make a difference but try: require ("/Tracking/siteclas.php");
  14. That's not the full path. ublapach, could you please post the full path of /newsite/index.php?
  15. I meant where he's calling it from not the path of the file he's calling.
  16. Sorry, thought of something, posted it, and realized it wouldn't help
  17. I think it's case sensitive, t -> T? If it's not, what directory is this include located?
  18. It's true. My sister recently went on a trip all throughout Europe and said that almost every country she visited spoke pretty much fluent English.
  19. Maq

    HostFish

    Other than that I think it looks good. The style is nice, simple, and professional.
  20. Are you referring to pagination? Here's a great tutorial: Pagination.
  21. Then that explains it.
  22. Maq

    HostFish

    Seems like all of you content is through images? This is bad for search engine results and bad for you if you have to change your prices, packages etc...
  23. When I click on About from the home-page I get: It also happened when I clicked on login button from the home-page... But for some reason I can't replicate it now, weird. Everything else seems to be fine.
  24. FYI: I've gotten like 3 "404 Not found" error messages so far...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.