No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: set the correct headers to send a file using ajax. ![]() | |
Hi, I have installed Turbo C compiler on windows vista (32 bit). Set the PATH variable to properly point to tcc.exe under C:\TC\BIN; I created some C files under C:\TC\myfolder I tried compiling using [CODE]C:\>cd TC\myfolder C:\TC\myfolder>tcc -P-c file.c[/CODE] Sometimes it says file not found while other times it compiles … | |
Re: try this, [CODE]$dbh = new db; $dbh -> query("select * from player"); $result = $dbh -> fetch(); while($row = mysql_fetch_assoc($result) { print_r ($row); }[/CODE] | |
Re: eval() can be a security issue if user inputs are not filtered properly. what is the issue with this pseudo function? Isn't it working as expected? You can try curly braces also, echo '</br>',{$newformula}; ![]() | |
Re: @theprofoundgeek (thread starter) I am having similar issue on windows vista. Not able to calculate the time my program took to complete. Would you please paste your code(only related to time calculation) here, in case you solved the issue? |
The End.