Search results

  1. D

    What should I set my PHP include path?

    Works. Thank you.
  2. D

    What should I set my PHP include path?

    For some reason, it still isn't working. I tried both methods.
  3. D

    What should I set my PHP include path?

    This thing is annoying, and I'd be glad if anyone could help.
  4. D

    #1064 - You have an error in your SQL syntax

    This is the source code: CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(255) NOT NULL, `password` varchar(255) NOT NULL, `first_name` varchar(255) NOT NULL, `last_name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `bio`...
  5. D

    Little2Epic again. Another error. :/

    How do I use this tag?
  6. D

    Little2Epic again. Another error. :/

    This time Idk..... Here's the code from the file causing error: <?php if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) exit('No direct access allowed.'); /***************************************************************** * Advanced Membership System * *...
  7. D

    Hi, I need help with my installation file

    As you see in the picture below, I should have everything correct. The user, pass, host, and database name. I don't know what this problem is. I'm a coding noob when it comes to php and sql. I really need help asap as for this isn't my personal computer.
Top