Jump to content

ollie007

Members
  • Posts

    61
  • Joined

  • Last visited

Posts posted by ollie007

  1. when IE encounters display:none;

     

    it wont finish loading the page and says, "Webpage error details

     

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)

    Timestamp: Thu, 18 Jun 2009 03:48:24 UTC

     

     

    Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)

    Line: 0

    Char: 0

    Code: 0

    URI: http://domain.com/index"

     

    how can i prevent this?

  2. hi hi, just some clarification please

     

    1. do i need to declare an array. eg $array = array();

     

    or just add to an array: eg. $array[] = $var;

     

    2. if i have an array: $array = (1,2,3,4,5);

     

    and i declare $array[$key] to get my values.

     

    Now if the array happens to have one value $array = (1);

     

    can i call this value simply with $array

     

    eg if ($array == 1)

     

    OR do i need to specify the key?

     

    eg if ($array[0] == 1)

     

    cheers

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.