-
Edited Searching and sorting
Hello How to solve this ?I got mad because of this quation Write a menu driven application using C language that performs some searching and sorting operations. Your application should … -
Replied To a Post in Searching and sorting
Closed. Continue here: http://www.daniweb.com/software-development/cpp/threads/478510/searching-and-sorting -
Replied To a Post in Sum and other SQL QUERY concern
I think you need to add `Payment_Type` to your `group by` clause. -
Edited c++
please how do i learn c++, -
Edited Comparing Images visually in asp.net
Hello all, I need help regarding developing an asp.net application to compare images using facial recognition. I mean comparing 2 different images of the same person and returning whether the … -
Replied To a Post in Comparing Images visually in asp.net
Continue here please: http://www.daniweb.com/web-development/aspnet/threads/477714/retinairis-comparision-of-2-faces-in-asp.net No need to keep two threads open. -
Replied To a Post in Which is the best language to create small web projects ?
> I invested thousands of hours reading and developing in sf2 because I thought it was the best framework out there to use. It is (for PHP). > I can't … -
Replied To a Post in Which is the best language to create small web projects ?
> Stick with Symfony2? Why not? Every other PHP framework is a step back IMO. > PostgreSQL/MySQL/mongoDB? I think the choice for a database should depend on the project you're … -
Edited Which is the best language to create small web projects ?
I have been creating small personal projects and trying to monetize or just learn from the creation process. I love programming and I am doing it as a hobby, looking … -
Replied To a Post in Multiple Excel Columns as 1 SQL column
Not sure if phpMyAdmin supports that. You can probably do it if you write your own `LOAD DATA INFILE` query: http://dev.mysql.com/doc/refman/5.7/en/load-data.html -
Replied To a Post in Multiple Excel Columns as 1 SQL column
How are you importing at the moment? -
Replied To a Post in jQueryUI Effect - Where is the code ?
http://jqueryui.com/download/ Download everything, it's included. -
Replied To a Post in You don't have access to this post, most likely because it's been deleted.
Looks like the replies you got the updates for have subsequently by a moderator (me) because they are spam (or otherwise in violation of our rules). Unfortunately, they are deleted … -
Replied To a Post in Android Program porblems and help needed
`Operation` (the string) may not have a value set, so check for `null` in your `Operation()` method (BTW that naming is confusing). -
Replied To a Post in PHP Crud Functions of Edit and Delete on the single page form
What's the problem? -
Replied To a Post in join query
If you can dump that in an sql script, it'll be easier to import. -
Replied To a Post in Warning: mysql_fetch_array()
What does `mysql_error()` return? -
Replied To a Post in join query
Hard to say without the table structures and some test data. -
Replied To a Post in Warning: mysql_fetch_array()
Where is your `mysql_connect()`? -
Edited SQL query Executor factory not registered.
Hi everyone, Please help me to register the sql query exceutor in netbeans and java. I am using ireport 5.5.1 and netbeans 8.0 with jdk 8. The problem is that … -
Replied To a Post in php calculation from mysql
Why do you have so many queries, if everything is coming from the same table? Haven't had time yet to try your code btw. -
Edited need mturk account for Rs.8000
hi ...guys i need mturk account for Rs.8000 without enroll -
Replied To a Post in Not a New member Altogether..
Welcome back. -
Edited Suggestion regarding validating a textbox which already accepts number
HI,Everyone GOOD NOON I am creating a WINDOWS form using C# which have text box like part.no ( NUMBER ONLY NO Alphabets) i have used the following coding to accept … -
Replied To a Post in Why include nonsensical text in page source?
> What is the purpose of including text like this in the page source? The [lorem ipsum text](http://en.wikipedia.org/wiki/Lorem_ipsum) is often used while developing a design, because designers will lack content. … -
Replied To a Post in What is the most famous place of interest in your country?
Probably Amsterdam, but I (and millions of others) prefer the [Keukenhof](http://500px.com/search?q=keukenhof&submit=Submit) -
Edited Multiple User Sql Update at same time
below is the code which select value from the database and increase it by 2 and update the database with the new value. how do I lock or prevent multiple … -
Marked Solved Status for Thread not opening
http://www.daniweb.com/software-development/cpp/threads/478338/chat The above thread redirects to the "oops" page, not sure why. Find the post here: http://www.daniweb.com/members/1106284/umaradam/posts -
Replied To a Post in How to create pagination in this criteria
Search this forum for "pagination", lots of examples available. -
Replied To a Post in Online Radio
http://wordpress.org/plugins/shoutcast-icecast-html5-radio-player/ -
Edited What is the most famous place of interest in your country?
Weather is really suitable for travelling recently. Would anyone recommend some place to visit? -
Edited What is the most famous place of interest in your country?
Weather is really suitable for travelling recently. Would anyone recommend some place to visit? -
Replied To a Post in enable disable button unless checkbox clicked
Count the checked checkboxes. Button is enabled when there are more than zero. var checkCount = $(".chck:checked").length; -
Created Thread not opening
http://www.daniweb.com/software-development/cpp/threads/478338/chat The above thread redirects to the "oops" page, not sure why. Find the post here: http://www.daniweb.com/members/1106284/umaradam/posts -
Replied To a Post in image scaling
http://www.php.net/manual/en/book.image.php http://www.php.net/manual/en/book.imagick.php At least one of the above should be installed on your server. Check which one (phpinfo), then check the manual. -
Replied To a Post in image scaling
How are you uploading? Some upload tools resize for you. If you programmed this yourself, use GD or Imagick to resize. -
Replied To a Post in post not processing in twitter
You did not login correctly. -
Replied To a Post in Tag System
[This example](http://www.daniweb.com/web-development/php/code/460663/article-tagging-example) may help. -
Replied To a Post in Oracle query doesnt work when i click submit
Check for errors when you execute your query. My guess is your query is malformed, due to the way you put your POST variable in there, or your quoting in … -
Replied To a Post in flat file search script
Can you be a little more specific? -
Replied To a Post in Web Page Scraping
> So what's the solution There isn't one. You can only do this when building a desktop application which uses a webbrowser control. -
Edited PC Maintenance
Hellow members my pc shutdown it self and it doesn't turn on again how can i turn it on? help me please... -
Replied To a Post in xml is showing double quotes
Change line 8, swap the single and double quotes. -
Replied To a Post in Web Page Scraping
> and fetch data after ajax is also loaded You can't (with PHP). -
Edited Introduction
This Forum is probably the best forum that i have ever used and i would just like to say how proud i am to be a member of this forum -
Replied To a Post in how to hide window.confirm message in 10 second if user does not respond it
> but it not work What exactly does not work? Be specific. -
Replied To a Post in php calculation from mysql
What do you have so far? Show your code. -
Replied To a Post in PHP quiz failed to connect to database
> Warning: require_once(scripts/connect_db.php): failed to open stream: No such file or directory Looks like you're missing a file. Where is that file included? -
Replied To a Post in inventory control
What do you have so far? -
Replied To a Post in Getting Jasper Report within a date range
Is the date format correct? (yyyy-mm-dd)
The End.