No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
I have a code in two files and I want to convert it from mysql to mysqli. func.php: <?php $con = mysql_connect('*','*','*'); mysql_select_db("*",$con); function search_results($keywords){ $returned_results = array(); $where = ""; $keywords = preg_split('/[\s]+/',$keywords); $total_keywords = count($keywords); foreach ($keywords as $key => $keyword) { $keyword = strtolower($keyword); $where .= "LOWER(`keywords`) … | |
I have a h file with this code: #include <windows.h> #include <iostream> struct Color { int color; Color(int color_): color(color_) {} Color operator + (const Color & other) const { return Color(this->color | other.color); } }; #define FORE_LIGHT(color) const Color cfl##color##_ = FOREGROUND_##color | FOREGROUND_INTENSITY; #define BACK_LIGHT(color) const Color cbl##color##_ … | |
I have this webpage [URL="http://www.catchamouse.ic.cz/Flashgames.htm"]http://www.catchamouse.ic.cz/Flashgames.htm[/URL]. The problem is that in Explorer it's OK but in other browsers such Firefox, Opera and Chrome does not display the list of games correctly (images is missing). Could you please give me the solution of this issue? | |
I would like to know how to use [ICODE]system("pause")[/ICODE]from C++ in Python 2.7 to get similar effect. Could you help me? | |
What is the right declaration for [CODE]target=_blank [/CODE]? I mean declaration in the headline of page. | |
I have web page [URL="www.catchamouse.ic.cz"]www.catchamouse.ic.cz [/URL]and I want to know why it display the void space after friends webs, because in Opera, Firefox or Google it's OK. Could you help me how to correct this Explorer mistake? |
The End.