quelle Posted December 23, 2010 Share Posted December 23, 2010 Actually i insert my css into the heading of my php site, the first one recognizes it the second one doesnt ... zomg. Dreamweaver shows it does but when i fill my form and click on submit it stays the "undefined" look at the code ?> <h1>Vaši rezultati kviza su sljedeći:</h1> <?php function postotak($bodovi_ufun, $ukupno_ufun){ $p = $bodovi_ufun / $ukupno_ufun; $postotak = $p * 100; $postotak = round($postotak) . "%"; return $postotak; } //IF I PUT HERE TEXTBOX echo '<b>Vaš ukupan broj bodova jeste ' . $bodovi . ' to je procentualno ' . postotak($bodovi, $ukupno); //AND FINISH HERE, IT GETTING SHOWED IN DREAMWEAVER BUT NOT IN MY BROWSER WHY ? ?> Quote Link to comment https://forums.phpfreaks.com/topic/222453-php-doesnt-recognize-css/ Share on other sites More sharing options...
ZulfadlyAshBurn Posted December 23, 2010 Share Posted December 23, 2010 sorry but is it possible if you can translate your words into english? that would makes it easier for us to read and figure out what is wrong in your code Quote Link to comment https://forums.phpfreaks.com/topic/222453-php-doesnt-recognize-css/#findComment-1150658 Share on other sites More sharing options...
mmarif4u Posted December 23, 2010 Share Posted December 23, 2010 ... and ... I did not see any css thing in your code, no class, no id etc. Can you be more specific please? Quote Link to comment https://forums.phpfreaks.com/topic/222453-php-doesnt-recognize-css/#findComment-1150664 Share on other sites More sharing options...
quelle Posted December 23, 2010 Author Share Posted December 23, 2010 this was just a part of code, well my xampp sucked. ITs solved nvm ty anyway Quote Link to comment https://forums.phpfreaks.com/topic/222453-php-doesnt-recognize-css/#findComment-1150827 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.