-
Began Watching popup forms
I want to create a form on in a separate window that will then disappear on submit and update the index page??? Any help will be gratefully received -
Replied To a Post in Preventing SQLIA
@D, how many posts/discussions do you have open on SQLIA? My answer is too many. -
Began Watching Preventing SQLIA
How to prevent Illegel/ Logically Incorrect Queries? Illegal/Logically Incorrect Queries 1)Original URL:http://www.arch.polimi.it/eventi/?id_nav=886 2)SQLInjection: http:/`/www.arch.polimi.it/eventi/?id_nav=8864' 3) Error message showed: SELECT name FROM Employee WHERE id =8864\' from the message error we … -
Replied To a Post in HTML
Sure. The neat thing is that today there are online resources just a search away. Ever hear of google.com? I know folk are sometimes new so here's a search for … -
Began Watching HTML
I want to learn -
Replied To a Post in Winsock API - send an receive data simultaneously
Your topic doesn't seem to match your post content. Also, you didn't ask a question. For the topic I've yet to see a non-threading solution. That is to do simultaneous … -
Began Watching Winsock API - send an receive data simultaneously
I'm trying to build a client and a server in the same program. For example, user 1 sends a packet of data to user 2, user 2 after receiving the … -
Replied To a Post in Prepared Statement to prevent SQLIA
https://www.w3schools.com/php/php_mysql_prepared_statements.asp notes SQLIA and why we use this method. As to your question, why not echo/print the query before you pass it to the actual execute()? -
Replied To a Post in Genetic Algorithm
@L. There you used "it" again. To ask me to jump through hoops (nod to RJ) to get the code, decode/read to figure out your logic is quite the high … -
Gave Reputation to Reverend Jim in Genetic Algorithm
I think you might also get more input if you posted your code here instead of making people jump through hoops at another site to get to it. Also, this … -
Replied To a Post in Genetic Algorithm
PS. [https://www.google.com/search?q="thrower"+genetic+algorithm+examples](https://www.google.com/search?q="thrower"+genetic+algorithm+examples) might find working examples but it's a stretch to expect others to read your code to figure out what it does and why it does not work. Again, … -
Replied To a Post in Genetic Algorithm
Let's go with I gave my thoughts on review (get your code up to standard.) Now you reveal it's not working. That's far too vague and asking a lot for … -
Replied To a Post in Genetic Algorithm
What needs checking? PEP8 coding standards? Use http://pep8online.com/ -
Began Watching Genetic Algorithm
Could anyone please review my code https://github.com/LeoUpperThrower4/GeneticAlgorithm -
Replied To a Post in Prepared Statement to prevent SQLIA
Q. what will prepared statement detect as a userID? A. I don't see your code so I can't tell yet. Tell more, but the article was clear enough for me. … -
Began Watching Prepared Statement to prevent SQLIA
Hello, I am trying to understand prepared statement and what it does. https://www.owasp.org/index.php/SQL_Injection_Prevention_Cheat_Sheet#Defense_Option_1:_Prepared_Statements_.28Parameterized_Queries.29 "Prepared statements ensure that an attacker is not able to change the intent of a query, even … -
Replied To a Post in systemd vs upstart
Wasn't this hotly debated about 4 years ago and they are going back to systemd? Also, did you want to repeat the prior debate? -
Began Watching systemd vs upstart
What are your thoughts on systemd vs upstart? which one is better? -
Replied To a Post in How I do remove duplicate line from my excel file???
My old method was to sort then scan for dupes. Took me a few minutes rather than write code. -
Began Watching How I do remove duplicate line from my excel file???
How i do remove duplicate questions from my excel file??? There are more then 150 questions in my excel file -
Replied To a Post in Help formatting a number to two decimal places
I'm thinking the TRIM SQL commands. Oh, yeah, seems a well worn topic. Pick from https://www.google.com/search?q=sql+display+to+2+digits -
Began Watching Help formatting a number to two decimal places
When i run the statement below i am getting a number of xxx.xxxx can anyone help me change this to two DP? (SELECT sum(oht_net) FROM order_header_total JOIN order_header ON oh_id … -
Replied To a Post in Computer won't turn on
The other classic is "Make it smaller." The less parts the better to reduce what parts that are suspect. This method is well known and you can find many priors … -
Began Watching Computer won't turn on
Computer won't turn on cpu light isn't blinking but power light is blinking monitor is like computer is in sleep mode key board num lock light is on but can't … -
Gave Reputation to ranran in Biggest DaniWeb pain points
My biggest problem with DaniWeb is the site is very difficult to read and explore for a newbie or someone who hasn't been around the changes to the site. I'm … -
Replied To a Post in It lives, it lives!
Good to see that. Still seeing thermalprint in the menus. -
Began Watching It lives, it lives!
Praises be to the gods! Just when I thought all hope was lost, not just one but two proper Java questions. Maybe the road to recovery starts here? -
Gave Reputation to happygeek in Online Selling Query
Be warned though, the likes of Music Magpie (and the others) pay pennies for such things. I had a bunch of DVDs to sell, and was offered prices as low … -
Gave Reputation to JamesCherrill in ComboBox in JTable Problems
At a quick look it seems that all the cells in Col 0 share exactly the same renderer and editor , so they should all look exactly the same all … -
Replied To a Post in Online Selling Query
There's Amazon and I think that may be the best for prices since it's going to be what folk are looking for and you can see what others are selling … -
Began Watching Online Selling Query
Finding myself with a suitcase of CDs... Many by noteables. Hoping for guidance from those with knowledge and experience or is Amazon the only way forward? Please advise -
Gave Reputation to Reverend Jim in play the avi file from dll and other file with visual basic 10
There is an example of embedding Windows Media Player in a vb form [here](https://www.daniweb.com/programming/software-development/tutorials/479908/create-a-video-library-with-an-embedded-windows-media-player). I have also embedded a vlc media player control in another project if you are interested. -
Replied To a Post in How To Show Query String data and get avg between two numb
Welcome to the forum. Your post however needs work. You left out what language you were working in. Don't count on everyone thinking "it's SQL" or maybe you need the … -
Began Watching How To Show Query String data and get avg between two numb
SELECT SUM([BTL].dbo.OrderTable.Quantity) AS 'Totalquentity',Count(BTL.dbo.OrderTable.OrderID) as TotalOrder FROM [BTL].dbo.OrderTable JOIN [BTL].dbo.Products ON [BTL].dbo.OrderTable.ProductID=[BTL].dbo.Products.ProductID Left JOIN [BTL].dbo.Brand ON [BTL].dbo.Products.BrandID=[BTL].dbo.Brand.BrandID WHERE [BTL].dbo.OrderTable.EmployeeID='1' Group by [BTL].dbo.Brand.BrandName,[BTL].dbo.Brand.BrandID" I Want to get avg -
Replied To a Post in play the avi file from dll and other file with visual basic 10
This sounds like other than a programming question. That is, you are seeking a solution rather than help in coding. Maybe this should be turned into a RFQ (request for … -
Began Watching play the avi file from dll and other file with visual basic 10
I'm looking for a program reproduces in a picture box the AVI files present within the various files (of course continuous playback and transparent effect including). dll and others, I … -
Replied To a Post in How to set up a development environment for iOS
@John_206. There's a low bar on spam (some call that promote/promotion) so if you want to promote you contact the site's advertising staff so you can do this. Otherwise it … -
Replied To a Post in Changing sentence into indirect
@Syafiqur, you seem to be dismissing a few things. First, it's not a small passage of code. NLP is something you study and work on for years. If you have … -
Replied To a Post in How to set up a development environment for iOS
Can you try again and avoid the spammy link to a product I didn't find our iOS developer remotely interested in? -
Began Watching How to set up a development environment for iOS
If recently we saw what we needed to set up a development environment for Android, now we will focus on everything we need to develop apps on Apple iOS, including … -
Gave Reputation to Susan_18 in How to set up a development environment for iOS
If recently we saw what we needed to set up a development environment for Android, now we will focus on everything we need to develop apps on Apple iOS, including … -
Gave Reputation to pty in Joining Query in My SQL
https://dev.mysql.com/doc/refman/8.0/en/join.html -
Gave Reputation to pty in mysql multiple keyword search in any order
> but searching for "dog mouse cat" will return no results This is what your query is specifying. To make it match a jumble of words you need to can … -
Replied To a Post in Found start new discussion cool.
Welcome back. You say you need a certificate? There are many easy to get ones out there. Examples at https://www.google.com/search?q=financial+advising+certificate+john+oliver -
Began Watching Found start new discussion cool.
WOW its been so long since i been here it might be that i signed up back when this site was like 10,000 people big. that would have been 11 … -
Replied To a Post in Changing sentence into indirect
Not to leave you without more reference. https://www.quora.com/Is-there-is-an-app-to-convert-direct-speech-into-indirect-speech also notes a fine source plus here I see an advert for a NLP (natural language processing) development system that claims you … -
Gave Reputation to JamesCherrill in Changing sentence into indirect
> What method/algorithm do I need to use? or I know the logic Which? -
Gave Reputation to pty in SQLRand - SQLIA Prevention
There's an implementation of [SQLRand](https://github.com/nettrino/SQLRand) available on GitHub and you can read the original paper that proposed the idea [here](http://web1.cs.columbia.edu/~angelos/Papers/sqlrand.pdf). Personally I think the approach is over complicated and would … -
Gave Reputation to Stefce in Decompile APK File
> I can't guess what you need to do. I need just a couple of text and images replaced, thats all. I found an awesome tool, **APK Easy Tool** you … -
Gave Reputation to Dani in Where is C#?
I think it’s cached on our end as well.
The End.