Quantcast
Channel: DaniWeb Solved Topics
Browsing all 576 articles
Browse latest View live
↧

Reverse Word Order

Write a function that takes as argument a string containing multiple words and returns a string containing the same words in reverse order. Eg., input = 'India is a democracy'; output = 'democracy a...

View Article


How to install a download counter in my code

I have a download section in my index.php that I'd like to add a download counter to but have no idea how to accomplish this. The existing code works perfectly but I'd like to know how many times the...

View Article


SQL prepare statement error

I have Apache2, php 7.2, and mysql installed. At the top of my index.php I have the following script: <?php session_start(); // start of script every time. // setup a path for all of your canned...

View Article

onkeypress event in javascript not showing the unicode character .

onkeypress event in javascript not showing the unicode(hindi/remingtongail) character it is only alerting 'r' on pressing a key. i am using hindi indic input 3 toolbar to type in laptop. my javascript...

View Article

Name the airline with the most total passengers

hello guys I'm trying to make a code that return the name of the flight that has the most total number of passengers from a file : Alitalia Rome 180 Alitalia Pisa 82 Germanwings Munich 96 Germanwings...

View Article


php , arrays add items in the 'ide' element

hello, I need to add items in the 'ide' element, so that it looks like the example below saving in XML (thank you!). The example I need: <ide> <cUF>43</cUF>...

View Article

Python - Keyboard module - Threading problem

Hi everyone, I am working on an app and trying to create a corrector and I am using keyboard module for the correction. I have created a class, which reads pressed events and displays them to screen,...

View Article

Image may be NSFW.
Clik here to view.

How to populate table from two different BindingSources to third?

Hi, I have one form with multiple reading data (using BindingSource) and I want to store those data + some text entry to third table (also using BindingSource DataGrid) Is it possoble to do that using...

View Article


Image may be NSFW.
Clik here to view.

Java Help: Cannot find symbol

I keep getting CircleInformation.java:13: error: cannot find symbol float circumference = 2 (PI radiusF) ^

View Article


Image may be NSFW.
Clik here to view.

Starting Python 3

Guys, What is wrong with my compution here when "hrs" entered is 45? The end result expected si 498.75 but it keeps failing to compute second portion correctly (please see below and attached...

View Article

VB.NET times table

A teacher wants the program to: show a visual representation of a multiplication ask the child to key in an answer E.G 3 x 4 What is the answer? This is as far as I can go Please help. I can't go...

View Article

Image may be NSFW.
Clik here to view.

How to Create Excel Pivot Table in Java Application

As one of the most powerful tools in Excel, PivotTable has the ability to calculate, summarize, and analyze data, which allows us to see the comparisons and trends of our data more intuitively. In...

View Article

PHP + MySQL user defined function

Hi everybody. I'm trying to print all sub-category items using my own defined PHP function. The purpose of this function is to print all items, which parent value is $parent. There is some thing wrong...

View Article


Extract ip_address from array and compare to data in table

I'm creating a report page and can't figure out how to convert the array (row) to just get the ip_address. I'm a newbie to php and can't figure out how to accomplish this. Here's the code that I have...

View Article

How can I create a menu that has an overlay upon click?

I have 5 items listed within a 200x200 box, and would like for the details of the clicked item to appear as either an overlay that spans only that box or as a div that completely replaces the original...

View Article


edit a Registry Key (REG_SZ) with c++

Hi, guys i am trying to create a String in the Windows Registry to imput some nice Proxy Adress. But i failed to input the correct datatype. I do not have any problems with Type (DWORD)... But...

View Article

Why does my page not display dates that have been returned in a query?

I have a table in and MSSQL DB that list period and week start dates for any date in a financial year but the page is only display the week numbers and period number none of the dates does any body...

View Article


Bug in profile - Professional networking

I just updated my professional networking profile. The skills and interests textbox was prefilled with php, mysql, javascript, web-design and asp.net presumably from my post history. I've updated this...

View Article

I need help in Java GUI

Hello everyone, I have some problems with my program , hope you can help me to solve it. 1- I need a method for the Clear Time button that remove the counter to be 0. ` private void...

View Article

I want to explain this code in java

Hi, I want someone to explain this code ( method ), and how it works. Especially the process of moving the elevator // The elevator class draws the elevator area and simulates elevator movement class...

View Article
Browsing all 576 articles
Browse latest View live