1,730 Posted Topics
Re: AFAIK, that is not HTML tag, so it will be displayed s part of word that is echo "CSGAL\t" will be displayed as CSGAL\t | |
Re: [QUOTE=vzradha;1318673]I have a form which will have to call two different php scripts based on the click of 2 submit buttons. Below is a sample of what I have so far [CODE] <?php echo'<form name="form1" method="post">'; echo '<div>'; echo '<input type="submit" name="submit1" id="submit1" value="Create">'; echo '</div>'."\n"; echo '<div>'; echo '<input … | |
Re: Check [URL="http://www.postgresql.org/docs/6.5/static/libpqplusplus.htm"]libpqplusplus[/URL] | |
Re: [QUOTE=low_coder;1384680]hey guys, i need to pass 'this' as the template function parameter.. any help will be appreciated.[/QUOTE] Where is the function? | |
Re: In Audio you need to create: Data Access Layer which will open and load file. Then you will need Audio Manager class to detect audio file type and call a right library to play the stream. Each library have its ability, here are few: 1. libmad - plays mp3 2. … | |
Re: [QUOTE=myrk;1358754]Ultimate++ seems just like wxWidgets, they are confusingly object-oriented.[/QUOTE] So you hate OOP? You are in trouble then! Only toolkit that AFAIK is not OOPed is GTK+. Why is wxWidgets so confusing to you? Lazy to learn classes and pointers? | |
Re: You have three good choices: 1. Netbeans (I use and recommend) 2. IntelliJ Idea community (I used and I recommend) 3. Eclipse (I used it and I recommend) So any of these though for multilanguage (esp. PHP) use NB | |
Re: Get your eclipse IDE (Though it is very heavy and Javaic IMHO) and then get python extensions for eclipse here [url]http://pydev.sourceforge.net/[/url] Happy Pythoning | |
Re: [QUOTE=vedel;1380755]i want to make a OS but i didn know how i can boot a c++ code![/QUOTE] seems like you want to get Bill and Shuttleworthy off the deal. Do you mean it or just for little funny? | |
Re: Check thunderbird or if you are on linux there is also evolution | |
Re: best example I have ever found as C++ general solution is [URL="http://www.abstraction.net/ViewArticle.aspx?articleID=67"]here[/URL] and another not so good example for beginner IMHO is located [URL="http://www.nuclex.org/articles/5-cxx/4-building-a-better-plugin-architecture"]here[/URL] | |
Re: I hope you meant $sql in the line below [CODE=PHP]if (!sql) {[/CODE] | |
Re: [QUOTE=tomtetlaw;1342994] EDIT: I would like to do this without a SSH client because I am going to install ubuntu-desktop on the server and my current SSH client doesn't send mouse input.[/QUOTE] Putty+Ximing will do it (presumably your server has a GUI). Just enable X11 forwarding in putty and once logged … | |
Re: or wxExecute which is XPlatform if you opt to use [URL="http://wxwidgets.org"]wxWidgets[/URL] | |
Re: narrow your explanations to target the problem. I have not yet understood what you want. Any error? Compiles? | |
Hi, I have decided to learn C# and since I have good knowledge of C++, I hope it would be easy. I have faced an error I dont understand. It says [COLOR="Red"]Polygon' does not contain a constructor that takes '1' arguments (CS1729)[/COLOR] AFAICS, all is well and constructor does take … | |
Re: New to C++ and you start with complex stuffs like that? Are you kidding? Then you have to run before crawling or you are not new! Anyway, to use that you must have a knowledge of C# and C++ at least to get it work. Why don't you start with … | |
Re: Check [URL="http://wxcode.sourceforge.net/components/wxsqlite3/"]wxSQLite3[/URL] | |
Re: You have extra [B][COLOR="Red"])[/COLOR][/B] in your statement. Rectify it to one below [CODE=PHP]if (!$check){ header('Location: http://www.eguard.comli.com/theme2/login.php'); }[/CODE] | |
Re: I disagree that putting html affects the php code. Just start with php tags (<?php .......?>). That being said you need to have a session variable that will be passed to the other page in the same session. Read about sessions in PHP manual. | |
Re: Since your posts show you are starting C++, just get your head on [URL="http://www.cplusplus.com/doc/tutorial/"]this tutorial[/URL] and many of your questions will get answered | |
Now, heading might be a bit misleading. If that is the case forgive me as I cannot think of best heading! i have database of books, that is e-books. Each table have page number and contents (to simulate true book). The problem is, I have to search for a word … | |
Re: Thank you for collection of you tube videos in your site. I wonder if authors will be pleased to see you embedding heir videos without giving them credit for that! I hope you will be honest to do so | |
Re: [B]sudo apt-get install build-essentials[/B] | |
Re: Tomcat have number of ports configs. Look in server.xml if everything is define there as it is supposed to be. I'm not TC maverick, so I cannot help :) | |
Re: what are you trying to do? Please explain what that [B]pie [/B]of cake is | |
Re: Check with [URL="https://help.ubuntu.com/9.10/musicvideophotos/C/video-dvd.html"]this[/URL] docs, Peter! | |
Re: Check [URL="http://www.evolt.org/node/60384"]this[/URL] system and familiarize with the techniques | |
Re: Just to point error in your original code, what this is supposed to do? [CODE=C++]if(count == 10);[/CODE] AFAIK, it should be something like [CODE=C++]if(count == 10){ //do some funny stuffs here }[/CODE] | |
Re: [URL="http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html"]Thinking in C++[/URL] I'm big fan of comprehensive [URL="http://www.deitel.com/books/cpphtp5/"]C++ how to program[/URL] by Deitel Also some good sites to visit like [URL="http://www.cplusplus.com/"]CplusPlus[/URL] and [URL="http://www.cprogramming.com/tutorial.html"]CProgramming[/URL]. Also don't miss [URL="http://www.cplusplus.com/doc/tutorial/"]Soulie's tutorial[/URL] | |
Re: [QUOTE=TheSecOrg;1340897]Yes, this is what I wanted but wouldn't that only work o PHP2? Is it possible to then get than name to PHP3 after going to PHP2?[/QUOTE] Hi, you really deserve the [URL="http://www.w3schools.com/php/default.asp"]piece of cake[/URL] we always give on noob's birthday! | |
Re: I cannot get what is the issue: Not working? Not formatting well? Not doing what? | |
Re: Why keep yelling? and who is Daniweb here? I'm curious why you are so mad at email notifications that you agreed to receive? did anyone forced you to? If no then you should be asking politely than threating putting curses! You should learn acronym R.E.S.P.E.C.T. [QUOTE=bumsfeld;932520]Now I see, you want … | |
Re: [QUOTE=sfuo;1330562]make line 7 [CODE]float FahrenheitToCelsius( float );[/CODE][/QUOTE] Nope! It is line 5. Your signature of function says it takes no argument, and then you use it on line 19 with one argument passed to it and hence the error | |
Re: Try to learn [URL="http://mathbits.com/mathbits/compsci/arrays/sorting.htm"]sorting[/URL] first | |
Re: would ever passing a primitive to functions by reference be more efficient ? Yes, because you avoid passing a copy. So you save memory and execution time | |
Re: [QUOTE=bowhunter-mo;1353661]I need to write code to have a search box that will search a mssql database.[/QUOTE] Dig deep and once you have your code and hit a wall come back! | |
Re: [QUOTE=dspjm;1341187]I am a beginner in c++, I taught myself c++ through the book "c++ primer plus", it really took me a lot of will to finish the book. Now i just want to use the thing i learned to do some pratical things in my life, can anybody tell me … ![]() | |
Re: [QUOTE=qazplm114477;1350424]After some testing, I still couldn't figure out my this was happening, but I did find out something weird as well. When I used an Alter statement in mysqli_multi_query() it did not work, but when I used the Alter statement in mysqli_real_query / mysqli_query it worked fine. fyi, I did … | |
Hi there, I need to block port 80 (HTTP for internet). Is there a way to block give socket? Thanks! | |
Re: [QUOTE=emilyhedgecock;1351732]with the inventory, the idea is that each character can hold 5 items, so an array, but the array needs to hold the itemID and the itemName therefore an array wont be any good coz it can only hold one or the other. [/QUOTE] Is it not working or just … | |
Re: calling $row=mysql_fetch_assoc($result) twice :icon_eek: [CODE=PHP]else { $row=mysql_fetch_assoc($result); echo '<table><tr><th>' .implode('</th><th>', array_keys($row) ).'</th></tr>'; do { echo '<tr><td>'.implode('</td><td>',$row).'</td></tr>'; }while($row=mysql_fetch_assoc($result)); echo '</table>'; }[/CODE] | |
Re: These few concise tutorials have good examples. See if something is wrong with your code [url]http://www.weberdev.com/ViewArticle/PHP%3A-A-simple-MySQL-search[/url] [url]http://www.htmlite.com/mysql011.php[/url] [url]http://www.iamcal.com/publish/articles/php/search/[/url] | |
Re: Use Code Tags and post only relevant code not whole bunch of it. All I can see is JS code and this is PHP forum (wrong forum?) | |
Re: Let old threads die, and start new ones. BTW the topic have been coming up each time, so using searchbox will do alot of good and no harm | |
Re: [QUOTE=chrishea;1350414]Normally your admin would also login and that would set a session variable to show that this user has admin privileges. On any page that only an admin can access, you need to check that session variable to see if this is an admin user or not.[/QUOTE] [CODE]<?php $_SESSION['user_role']= $user_role; … | |
There are many decent sites for C++. However, some of Dev, including me, works most of the time offline. So I need to have one for reference. If anyone knows a decent one then please post a link Thanks | |
Re: [QUOTE=Ancient Dragon;1350553]Why not just use MS-Word or Open Office to modify the doc file?[/QUOTE] This is the best I can say, heed to AD's advice :) If you are still stubborn about it, learn MS word format and know how to manipulate me, which to me is as useless as … |
The End.