Search results

  1. natsuki

    Help! my site is down!!

    I've just recently got a co.cc. I changed my main domain to kiddragon.co.cc. Now I can't access my site it's down but I can login in the cp using the kiddragon domain.. I changed the main domain yesterday then I reverted it back a while ago to see if there was just a problem with the co.cc, but...
  2. natsuki

    PHP Help

    nice to know it's solved^^ If you need some more help just feel free to ask.
  3. natsuki

    PHP Help

    maybe you meant if($input_type[$x] == "radio") instead of = which is an assignment operator... other than that can you post the error?
  4. natsuki

    Corel or Photoshop

    Most pros use Photoshop, I also use it myself. Although I use Corel Painter for illustrations, as for graphics design I think photoshop still dominates.
  5. natsuki

    Insert records from a local csv file

    even if you put $ value wasn't an array anyway so you get no values for index xp I plan on making a csv thingy class but it won't be as simple as this ^^
  6. natsuki

    Insert records from a local csv file

    you can do it with the unset() function then reindex the array with array_values() just change the function get_data_per_line to this: // simply puts every line in an array and deliberately ignores 1st line of $string function get_data_per_line($string) { $string = explode("\n", $string)...
  7. natsuki

    Im Getting A Mysql Error And I Challenge Anyone To Help Me Fix It

    lol you forgot to add a user glad it's working now^^
  8. natsuki

    How to delete multiple MySQL rows...?

    You could use salvatos code and then have an iterator like $rows = total number of rows to delete for ($i = 0; $i < $rows; i++; ) one then put the code in it where it will randomly choose rows to delete and do the deletion. If you truncate table though the whole table is dropped.
  9. natsuki

    Im Getting A Mysql Error And I Challenge Anyone To Help Me Fix It

    There seems nothing wrong with you config file and it's really 'localhost' for the db hostname if it's in the same server as the scripts (x10hosting). index.php file is actually the one the server should load (if it exists) before any index.html file so you need not delete the index.html one...
  10. natsuki

    Insert records from a local csv file

    I think what is causing the error is value[1] instead of $value[1] you simply forgot the $ for variable. I tried to check your code and added some stuffs so I could check it. And I put stuffs in functions so I could use the code again in the future. But your code is still unchanged except for a...
  11. natsuki

    hiya!

    Hello I'm natsuki and I'm new here. I just recently signed up for an account. Wow, there are really a lot of people signing up for x10Hosting. Hoping that choosing x10Hosting would be worthwhile. ^^
Top