Search results

  1. N

    Can't edit files in IE 8

    Hello, first off, I am using Internet Explorer because I am on vacation. Anyway, when ever I try to edit a file in either file manager availble, nothing happens. I click "Save changes" and nothing happens.
  2. N

    How do I use multiple joins? - PHP

    Here are the tables. -- Table structure for table `items` -- CREATE TABLE IF NOT EXISTS `items` ( `item_id` bigint(20) NOT NULL auto_increment, `item_name` varchar(255) NOT NULL, `item_description` text NOT NULL, `item_type` varchar(25) NOT NULL, `item_cost` double NOT NULL...
  3. N

    PHP & MySQL - LEFT JOIN issue

    So I have a user_items table that has: userid (So it keeps track of who has the item) item_id However, I also have an items table that has: item_id item_name item_description item_type item_desc item_cost item_sell_value <?php require("styles/top.php"); ?> <?php if(isLoggedin($valid)){ ?>...
  4. N

    PHP - Login Script

    This code below, should work properly, however I have no idea what I'm missing here, the else statement that says "Your info is incorrect..." which led me to believe that the query was messed up somehow, so I added an or trigger error on to it. Still no luck, can you help? :) <?php...
  5. N

    When did you get into computer programming?

    For me, I started nearly two years ago, I started with HTML and Javascript (When I was 13). Untill about a year ago I started learning PHP and MySQL, I'm still learning, but I feel like I have a very good grasp on the two.
  6. N

    What is going on here?

    http://codingexperiments.pcriot.com/ Directs to: http://codingexperiments.pcriot.com/cgi-sys/defaultwebpage.cgi
  7. N

    PEAR installation?

    Okay, so I just uploaded PEAR's Base System and the Validation package. I added this php_value include_path ".:/www/farcry/PEAR" for the include path, but when I try and load the page. I get a Internal Service error. What am I doing wrong? http://codingexperiments.pcriot.com/ ----------...
Top