1,730 Posted Topics

Member Avatar for Deepak.G

have you tried with Gmail settings instead of your server? That should give you idea if the problem is the script or your server

Member Avatar for rogerkrush
0
1K
Member Avatar for raf.fredi

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]

Member Avatar for mr_sps
0
554
Member Avatar for SWEngineer

What about [URL="http://zetcode.com/tutorials/qt4tutorial/"]Zetcode QT4 Tutorial[/URL]?

Member Avatar for SWEngineer
0
230
Member Avatar for advxc153

You better use Gparted and make one extended partition. Extended partiton can have more partition on it!

Member Avatar for Stefano Mtangoo
0
148
Member Avatar for vishy1618
Member Avatar for Silvershaft

[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 …

Member Avatar for Stefano Mtangoo
0
468
Member Avatar for pallavibhoite

Could you post your schema? I can guess it is not well designed. just my guess

Member Avatar for pallavibhoite
0
2K
Member Avatar for abhi10kumar
Member Avatar for cliffcc
Member Avatar for disposable_zero

redirec with [URL="http://php.net/manual/en/function.header.php"]header[/URL] Beware of headers already sent thing ;)

Member Avatar for disposable_zero
0
112
Member Avatar for thephpdev
Member Avatar for brandonm
Member Avatar for Tehim

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 …

Member Avatar for MagicMedia
0
362
Member Avatar for altarek

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]

Member Avatar for altarek
0
60
Member Avatar for dumb.king12

[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]

Member Avatar for Stefano Mtangoo
-2
114
Member Avatar for youvi

Sounds like Homework and I will help you with this: [url]http://lmgtfy.com/?q=sql+like+operator[/url]

Member Avatar for Stefano Mtangoo
0
100
Member Avatar for zaneulhaq

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 :)

Member Avatar for Stefano Mtangoo
0
410
Member Avatar for Bazzaah

[URL="http://www.tizag.com/mysqlTutorial/mysqlfetcharray.php"]While loop and PHP's mysql_fetch_array [/URL]are what you need

Member Avatar for Stefano Mtangoo
0
93
Member Avatar for sindhuravindran
Member Avatar for Stefano Mtangoo
0
159
Member Avatar for bigwhiteegg

[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: …

Member Avatar for Stefano Mtangoo
0
152
Member Avatar for saya_afiq

#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!

Member Avatar for rahman86
-2
80
Member Avatar for cogitoergosum18

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

Member Avatar for pseudorandom21
0
242
Member Avatar for Rohit Ghorpade

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]

Member Avatar for alaa sam
0
145
Member Avatar for Chub97
Member Avatar for penguino138

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 …

Member Avatar for Stefano Mtangoo
0
1K
Member Avatar for jowana

[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] …

Member Avatar for Stefano Mtangoo
0
199
Member Avatar for professor123

Not a software engineer but you have big project and I wonder what angle do you want suggestion!

Member Avatar for Stefano Mtangoo
0
123
Member Avatar for Giggaman

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!

Member Avatar for Giggaman
0
168
Member Avatar for Stefano Mtangoo

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()); } …

Member Avatar for Stefano Mtangoo
0
3K
Member Avatar for jimJohnson

Also check: [url]http://bytes.com/topic/c/answers/829588-conversion-const-char-lpcwstr[/url]

Member Avatar for luce
0
214
Member Avatar for baig772

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]

Member Avatar for Stefano Mtangoo
0
86
Member Avatar for crazycat503

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 …

Member Avatar for crazycat503
0
87
Member Avatar for andrewliu

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]

Member Avatar for andrewliu
0
1K
Member Avatar for mangopearapples

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]

Member Avatar for Stefano Mtangoo
0
532
Member Avatar for MasterGberry

[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 …

Member Avatar for MasterGberry
0
374
Member Avatar for shawtyred74

[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?

Member Avatar for Stefano Mtangoo
0
104
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
135
Member Avatar for dave086

[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!

Member Avatar for Stefano Mtangoo
0
154
Member Avatar for gnyderek

[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!

Member Avatar for Stefano Mtangoo
-1
84
Member Avatar for Sherry.K

[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 …

Member Avatar for VernonDozier
-4
599
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
122
Member Avatar for Lapixx

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

Member Avatar for Stefano Mtangoo
0
241
Member Avatar for muze

[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*

Member Avatar for Ancient Dragon
0
449
Member Avatar for luweegee

[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 …

Member Avatar for floatingDivs
0
106
Member Avatar for Usmaan

also see [URL="http://www.csharphelp.com/2007/05/c-constructor/"]this[/URL]

Member Avatar for Mitja Bonca
-1
202
Member Avatar for Stefano Mtangoo

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!

Member Avatar for Stefano Mtangoo
0
452
Member Avatar for Dani

[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]

Member Avatar for Stefano Mtangoo
0
660
Member Avatar for feoperro

[url]http://www.w3schools.com/html/default.asp[/url] [url]http://www.w3schools.com/php/default.asp[/url]

Member Avatar for feoperro
0
503
Member Avatar for six_sic6

do you mean exporting that html into doc? Your post is too vague to receive any specific answer

Member Avatar for six_sic6
0
96
Member Avatar for zack654

[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]

Member Avatar for zack654
0
137

The End.