1,730 Posted Topics

Member Avatar for nikesh.yadav

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

Member Avatar for Stefano Mtangoo
0
20K
Member Avatar for vzradha

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

Member Avatar for niths
0
180
Member Avatar for ChaosKnight11

Check [URL="http://www.postgresql.org/docs/6.5/static/libpqplusplus.htm"]libpqplusplus[/URL]

Member Avatar for Stefano Mtangoo
0
325
Member Avatar for low_coder

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

Member Avatar for low_coder
0
143
Member Avatar for chetanbasuray

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

Member Avatar for Stefano Mtangoo
-1
87
Member Avatar for myrk

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

Member Avatar for Stefano Mtangoo
0
709
Member Avatar for ItecKid

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

Member Avatar for Computerphile
0
390
Member Avatar for b_bayaraa_d

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

Member Avatar for nikosokin
0
298
Member Avatar for vedel

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

Member Avatar for vedel
0
1K
Member Avatar for iammirko
Member Avatar for iammirko
0
192
Member Avatar for Akatosh

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]

Member Avatar for Stefano Mtangoo
0
220
Member Avatar for jon44
Member Avatar for tomtetlaw

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

Member Avatar for Stefano Mtangoo
0
162
Member Avatar for marvolo1300

or wxExecute which is XPlatform if you opt to use [URL="http://wxwidgets.org"]wxWidgets[/URL]

Member Avatar for Stefano Mtangoo
0
211
Member Avatar for qvyhnl

narrow your explanations to target the problem. I have not yet understood what you want. Any error? Compiles?

Member Avatar for qvyhnl
0
149
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
199
Member Avatar for ChaosKnight11

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 …

Member Avatar for Stefano Mtangoo
0
147
Member Avatar for shakssage
Member Avatar for Stefano Mtangoo
0
261
Member Avatar for Brianbc

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]

Member Avatar for theonly
0
2K
Member Avatar for bristolspider

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.

Member Avatar for Setvir
0
200
Member Avatar for Sohelp

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

Member Avatar for Stefano Mtangoo
0
60
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
92
Member Avatar for smart

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

Member Avatar for sylviaj
0
525
Member Avatar for linux
Member Avatar for rohan_tahil

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

Member Avatar for martin5211
0
121
Member Avatar for The5sisters

what are you trying to do? Please explain what that [B]pie [/B]of cake is

Member Avatar for The5sisters
0
155
Member Avatar for peter_budo

Check with [URL="https://help.ubuntu.com/9.10/musicvideophotos/C/video-dvd.html"]this[/URL] docs, Peter!

Member Avatar for Stefano Mtangoo
0
251
Member Avatar for ibshas25

Check [URL="http://www.evolt.org/node/60384"]this[/URL] system and familiarize with the techniques

Member Avatar for Stefano Mtangoo
0
84
Member Avatar for tln26

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]

Member Avatar for hits86
0
380
Member Avatar for dspjm

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

Member Avatar for dspjm
0
121
Member Avatar for TheSecOrg

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

Member Avatar for TheSecOrg
0
755
Member Avatar for pietpiraat

I cannot get what is the issue: Not working? Not formatting well? Not doing what?

Member Avatar for pietpiraat
0
147
Member Avatar for malvi
Member Avatar for Stefano Mtangoo
0
80
Member Avatar for vmars

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 …

Member Avatar for Stefano Mtangoo
0
398
Member Avatar for aviavyne

[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

Member Avatar for spirit of love
0
1K
Member Avatar for fukki

Try to learn [URL="http://mathbits.com/mathbits/compsci/arrays/sorting.htm"]sorting[/URL] first

Member Avatar for fukki
0
146
Member Avatar for Garrett2011

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

Member Avatar for TechnoCat
0
138
Member Avatar for bowhunter-mo

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

Member Avatar for Stefano Mtangoo
0
164
Member Avatar for dspjm

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

Member Avatar for iamthwee
0
151
Member Avatar for qazplm114477

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

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

Hi there, I need to block port 80 (HTTP for internet). Is there a way to block give socket? Thanks!

Member Avatar for sheva249
0
817
Member Avatar for emilyhedgecock

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

Member Avatar for Stefano Mtangoo
0
155
Member Avatar for lwaterfo

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]

Member Avatar for tiggsy
0
159
Member Avatar for pallen

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]

Member Avatar for richieking
0
262
Member Avatar for pearll

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

Member Avatar for pearll
0
207
Member Avatar for Baby_girl

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

Member Avatar for Stefano Mtangoo
0
31
Member Avatar for YingKang
Member Avatar for dschuett

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

Member Avatar for richieking
0
7K
Member Avatar for Stefano Mtangoo

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

Member Avatar for onoffon
0
150
Member Avatar for Jack_1

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

Member Avatar for mitrmkar
0
129

The End.