1,730 Posted Topics
Re: have you tried with Gmail settings instead of your server? That should give you idea if the problem is the script or your server | |
Re: May Be Unicode thing? Check if these are helpful [url]http://www.ibm.com/developerworks/library/os-php-unicode/index.html[/url] [url]http://www.richnetapps.com/php-mysql-speak-unicode/[/url] | |
Re: What about [URL="http://zetcode.com/tutorials/qt4tutorial/"]Zetcode QT4 Tutorial[/URL]? | |
Re: You better use Gparted and make one extended partition. Extended partiton can have more partition on it! | |
Re: [QUOTE=Kanoisa;1317906]Lets not forget wxWidgets as well. Like QT its cross platform, it allows the user to plug in OpenGL or use GDI(on windows), not sure what the GDI equiv on linux is. Qt may also support this i dont know but from what litle i have done with wxWidgets it … | |
Re: Could you post your schema? I can guess it is not well designed. just my guess | |
| |
Re: [url]http://lmgtfy.com/?q=import+csv+php+mysql[/url] | |
Re: redirec with [URL="http://php.net/manual/en/function.header.php"]header[/URL] Beware of headers already sent thing ;) | |
| |
Re: each time user logs in check if he is banned and if yes check if ban time is expired. If yes then allow him to do thing other can do. if no redirect him to ban info page.Also when he logs in and ban time is passed, reset his ban … | |
Re: what about checked? Something like: [CODE] <?php foreach ($months as $key => $value) { ?> <input type="checkbox" name="months[]" id="months" value="<?php echo $key; if(this_is_selected_somehow){echo ' checked'} ?>" style="text-align:right; direction:rtl; "> <?php } ?>[/CODE] | |
Re: [QUOTE=dumb.king12;1523611]no sir.. i need only ideas,suggestions or tips if how to start to make this program.. coz im only 1st yr college student in philippines.. hope you understand sir..[/QUOTE] There goes a [URL="http://www.cplusplus.com/doc/tutorial/"]"suggestion"[/URL] | |
Re: Sounds like Homework and I will help you with this: [url]http://lmgtfy.com/?q=sql+like+operator[/url] | |
Re: I though I would share [URL="http://www.abstraction.net/ViewArticle.aspx?articleID=67"]this link[/URL] for design of plugin architecture, since you mentioned it somewhere :) | |
Re: [URL="http://www.tizag.com/mysqlTutorial/mysqlfetcharray.php"]While loop and PHP's mysql_fetch_array [/URL]are what you need | |
Re: Please describe what you want to do and where you hit a wall! | |
Re: [QUOTE=jonsca;1521054]To do that with C++, you need something like libcurl ([url]http://curl.haxx.se/libcurl/[/url]).[/QUOTE] That is what OP need. But be warned of this: [QUOTE]There's basically only one thing to keep in mind when using C++ instead of C when interfacing libcurl: The callbacks CANNOT be non-static class member functions Example C++ code: … | |
Re: #1 - Heading is bad. Next time put meaningful heading. #2 - that sound like [B][I]your[/I][/B] homework. Why on earth will anyone do it for you? [B]Summary:[/B] Show efforts before shouting for help! | |
Re: Do you know of exceptions? You have to check for denominator and if it is zero, then throw exception. Then at some point in your program you will be catching exceptions including this one. Google for exception handling in C++ and see [URL="http://www.deitel.com/articles/cplusplus_tutorials/20060325/"]Deitel tutorial[/URL] on that | |
Re: Shell is something you interface with OS via Black screen. For Linux is something like bash and windows is CMD Kernel is the heart of OS, shell is not Some links for brushing: [url]http://www.pcguide.com/vb/showthread.php?t=6424[/url] [url]http://www.linuxforums.org/forum/linux-newbie/9164-shell-kernel.html[/url] [url]http://www.allinterview.com/showanswers/65174.html[/url] | |
Re: so what is your question? | |
Re: I would suggest you go for wxWidgets. You can use wxPanel/wxGLCanvas to draw your stuff depending on whether OGL or just pure wxStuffs. It is not that hard to draw images on wxPanel once you are used to wxWidgets. Good tutorial to begin with is [URL="http://zetcode.com/tutorials/wxwidgetstutorial"]here[/URL] and good support at … | |
Re: [QUOTE=jowana;1511969]i can draw the line using the equation of the line. But, this will need to have two points. the first will always be (0,0) and the second will be a point on the edge of the square. teh question is: how can i find this point on the edge?[/QUOTE] … | |
Re: Not a software engineer but you have big project and I wonder what angle do you want suggestion! | |
Re: Does user login? If yes then when user logs in query his current stats into session. Then when he adds then by clicking a form submit, just take submitted value, add to session value and update database! | |
Hi, please help me with error. I want to run simple project below. I have a lot of errors below and don't know how to fix it. I use GCC port (Mingw) [CODE=C++]#include "mysql/my_global.h" #include "mysql/mysql.h" #include <stdio.h> int main(int argc, char **argv) { printf("MySQL client version: %s\n", mysql_get_client_info()); } … | |
Re: Also check: [url]http://bytes.com/topic/c/answers/829588-conversion-const-char-lpcwstr[/url] | |
Re: Try to read these links on the subject [url]http://www.orafaq.com/wiki/PHP_FAQ[/url] [url]http://php.net/manual/en/book.oci8.php[/url] | |
Re: I would take [URL="http://www.phpbuilder.com/board/showpost.php?p=10503192&postcount=3"]this advice[/URL] Quoting here for you: [QUOTE]Unless you're willing to go knee deep into some C/C++ code, you're probably going to want to find some executable that performs the scan for you, and dumps the result into some kind of image file format that you understand. Once … | |
Re: So what is the problem? Catch up the post value and change the array [CODE=PHP]if(isset($_POST['changeOptions'])){ //grab your POST value $someValue = $_POST["SomeFormValue"]; $myArrayName = $_SESSION["cart_array"]; $myArrayName[0]["item_id"] = $someValue; } [/CODE] | |
Re: I don't have any acquaintance with OGL but it seems glaux library is missing. See: [url]http://www.gamedev.net/topic/381093-linker-error/[/url] | |
Re: [QUOTE=MasterGberry;1493623]Lets say the following memory addresses hold information that I need 0xEF8921 - d 0xEF8922 - a 0xEF8923 - t 0xEF8924 - a 0xEF8925 - P 0xEF8926 - Y 0xEF8927 - . 0xEF8928 - b 0xEF8929 - a 0xEF8930 - r How could I change it to dataVY.bar for instance … | |
Re: [QUOTE=shawtyred74;1493595]Thank you, I think I closed all my curly braces but I a still getting an error. Do you happen to see any errors I am missing...[/QUOTE] what is the error currently and your current code also? | |
Hi, I was thinking of writing simple Code editor pad like GEdit or Notepad++ but only for PHP and SQL. Now it is for hobby, so I want to use scintilla on wxWidgets and avoid wxWidgets component (purposely). So I was asking what are steps to write such pad. Also … | |
Re: [QUOTE=floatingDivs;1493318]Shouldn't it be [B]$row = mysql_num_rows($result)[/B] instead of [B]$row = mysql_fetch_array($result)[/B][/QUOTE] That is right, he is calling mysql_fetch_array twice which is wrong! | |
Re: [QUOTE=gnyderek;1493509]it's a very simple program: payroll calculations for 5 employees. but how to do the count?[/QUOTE] Which count anyway? It sounds as homework and it is [B][I]your[/I][/B] homework. So show us what you have done so far! | |
Re: [QUOTE=Sherry.K;1491141]Suppose your $1,000 is earning interest at 4% per year. How many years you need to double your money? Write a program to calculate the number of years![/QUOTE] You didn't indicate how you are going to pay for the answer ;) Anyway I hope your professor is reading here so … | |
I'm doing a project and would like to hear your opinions. I want to make Integrated library system and I want to have these folders 1. classes - where all classes will be stored 2. templates - where all templates will be stored 3. admin - where admin files will … | |
Re: That is something little harder, but you can put multi-stage login, that is, one logs in using ID first and then logs in with different ID or When user logs in then you send him/her random number to second stage of loging in. Otherwise use SSL | |
Re: [url]http://cboard.cprogramming.com/cplusplus-programming/38551-how-convert-char*-cstring.html[/url] [url]http://www.gidforums.com/t-6003.html[/url] Note Char[] is essentially char* | |
Re: [QUOTE=Shanti Chepuru;1485401]first , i need some clarification, what is the topic feature if that topic is locked???? and set "is_lock" flag in your topics table in database, then set it to 1 if it is locked, default is 0 means it is not locked.[/QUOTE] as Shanti said, do that and … | |
Re: also see [URL="http://www.csharphelp.com/2007/05/c-constructor/"]this[/URL] | |
If I'm not mistaken using library that is GPLed will force your app to go GPL. Is there a way to get away with MySQL GPL licence and use it in closed source (Not necessarily commercial)? Two scenarios here: 1. libmysqlclient is linked dynamically 1. libmysqlclient is linked statically Thanks! | |
Re: [QUOTE=rashedbd789;1472481]Well I am just a new comer to the world of linux wanting to learn it, if any one want to give me suggestion that will help me in this learning procedure I will surely accept that .[/QUOTE] 1. [url]http://www.ubuntu.com/desktop/get-ubuntu/download[/url] 2. [url]https://help.ubuntu.com/[/url] | |
![]() | Re: [url]http://www.w3schools.com/html/default.asp[/url] [url]http://www.w3schools.com/php/default.asp[/url] ![]() |
Re: do you mean exporting that html into doc? Your post is too vague to receive any specific answer | |
Re: [QUOTE=Ancient Dragon;1480219]Too bad that tutorial doesn't have an index to make it easier to find something. It's huge and very tedious to search all of it just to find something.[/QUOTE] [url]http://www.cplusplus.com/doc/tutorial/[/url] |
The End.