Search Results

Search found 2 results on 1 pages for 'kole'.

Page 1/1 | 1 

  • Sony Vaio laptop hangs up on boot

    - by Kole
    When I power on the laptop it displays the "Vaio" logo and the screen after show, but after that the screen is completely blank but the backlight is lit. Nothing progresses from here. When trying to press f8 to boot into safe mode, nothing happens, black screen again. I created a windows 7 32bit install disk (I had the same OS on it before) to repair or even format my pc. I boot from the disk and it loads all the files and gets to the "Windows is starting" screen but after that it always hangs up on a blank screen with a mouse cursor. Is there any fix to this whatsoever?

    Read the article

  • Retrieving data from simplexml_load_file

    - by Kole Odd
    Working with the simplexml_load_file() function, I get a side effect. To understand what I mean, see this code: $result = simplexml_load_file($xml_link); $arr = array(); foreach ($result->element as $elem) { $arr[] = $elem->number[0]; } print_r($arr); Output: Array ( [0] => SimpleXMLElement Object ( [0] => 330411879136 ) [1] => SimpleXMLElement Object ( [0] => 370346266228 ) [2] => SimpleXMLElement Object ( [0] => 370346266223 ) ) How would I store data into the array so that output would look like so: Array ( [0] => 330411879136 [1] => 370346266228 [2] => 370346266223 )

    Read the article

1