Jump to content

Techmaster

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Techmaster's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [quote name='michaellunsford' date='Mar 8 2006, 11:44 PM' post='353139'] I ran your second bit, which seems to work correclty. Here's the result and how I displayed it: Array ( [0] => 0 [1] => 1 [2] => 2 [3] => 3 [4] => 4 [5] => 5 [6] => 6 [7] => 7 [8] => 8 [9] => 9 [10] => 10 ) [code]<? $border = range(0,10); print_r($border); ?>[/code] Thanks you post let me find the error the settings was declared after the if statment (working to long)
  2. I have simple scripts that handle int values and for some reason the 0 (Zero) are being ommited Value is --none-- [code] if($settings[border]=="--none--") $border = "0"; else $border = $settings[border]; [/code] prints null or nothing Another Example [code] $border = range(0,10); [/code] The array ommits the 0 (Zero) Any Ideas
×
×
  • 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.