dAivEd Posted July 5, 2010 Report Share Posted July 5, 2010 Sveiks visiem! Ieinstalēju php, un pamaniju ka nestrāda neviena funkcija, ne round(); ne parasti piemēram $mainigais = 60/2; Kur varētu būt vaina ? Quote Link to comment Share on other sites More sharing options...
Valis Posted July 5, 2010 Report Share Posted July 5, 2010 Rezultātu izvadīji? Kaut kādus errorus rāda? Quote Link to comment Share on other sites More sharing options...
rATRIJS Posted July 5, 2010 Report Share Posted July 5, 2010 Ko nozime nestrada? Quote Link to comment Share on other sites More sharing options...
dAivEd Posted July 5, 2010 Author Report Share Posted July 5, 2010 (edited) Rezultātu izvadīji? Kaut kādus errorus rāda? Ja, piemeram: $mainigais = 60/3; echo $mainigais; mainigais ir vienads ar 60. Ko nozime nestrada? nu taa ari nozime, ja mainiga sakotneja vertiba ir 60 un es rakstu $vertiba = 60; $vertiba=$vertiba+100; vinsh man izvada 60. EDIT: ATVAINOJOS! IZVADA TUKŠUMU! Edited July 5, 2010 by dAivEd Quote Link to comment Share on other sites More sharing options...
rATRIJS Posted July 5, 2010 Report Share Posted July 5, 2010 (edited) $var = "TEST"; echo $var; var_dump($var); $var = 10; echo $var; var_dump($var); $var = 10 * 2; echo $var; var_dump($var); Ko dara? Edited July 5, 2010 by rATRIJS Quote Link to comment Share on other sites More sharing options...
dAivEd Posted July 5, 2010 Author Report Share Posted July 5, 2010 (edited) TESTstring(4) "TEST" 10int(10) 0int(0) Edited July 5, 2010 by dAivEd Quote Link to comment Share on other sites More sharing options...
rATRIJS Posted July 5, 2010 Report Share Posted July 5, 2010 (edited) Viss tev straadaa...skaties probleemu citur. (aka paraadi kodu kur tev kaut kas nestraadaa) Edited July 5, 2010 by rATRIJS Quote Link to comment Share on other sites More sharing options...
nemakuphp Posted July 5, 2010 Report Share Posted July 5, 2010 rATRIJ, tiešām strādā? Kopš kuriem laikiem 10 * 2 ir vienāds ar 0? Quote Link to comment Share on other sites More sharing options...
viena tante Posted July 5, 2010 Report Share Posted July 5, 2010 http://oss.segetech.com/wamp.html Quote Link to comment Share on other sites More sharing options...
rATRIJS Posted July 5, 2010 Report Share Posted July 5, 2010 rATRIJ, tiešām strādā? Kopš kuriem laikiem 10 * 2 ir vienāds ar 0? Vinjsh savu postu ir labojis. Tas, kas bija saakumaa bija pareizi. HVZ kaadeelj vinjsh laboja bez paskaidrojumiem. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.