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...
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.
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 ^^
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)...
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.
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...
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...
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. ^^