Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kafine
  • Content: Threads
  • Order by date
  1. kafine

    fatal error: nested classes

    any thoughts on this? Fatal error: Class declarations may not be nested in /www/php3_lib/security.php3 on line 13 line 13 is the first line after the class declaration. thanks, keith
  2. kafine

    float multiplication

    hi i've seen this problem when i took a java class: $x = 1.8; $y = 1.2; if($x>$y*1.5) exit(); the above code will exit even though $x = $y*1.5 the difference between the two is : 2.2204460492503E-16 does anyone know why this happens? and more importantly, any ideas on how to deal with this...

Part and Inventory Search

Back
Top