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 ArticleHow 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 ArticleSQL 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 Articleonkeypress 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 ArticleName 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 Articlephp , 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 ArticlePython - 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 ArticleHow 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 ArticleJava Help: Cannot find symbol
I keep getting CircleInformation.java:13: error: cannot find symbol float circumference = 2 (PI radiusF) ^
View ArticleStarting 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 ArticleVB.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 ArticleHow 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 ArticlePHP + 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 ArticleExtract 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 ArticleHow 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 Articleedit 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 ArticleWhy 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 ArticleBug 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 ArticleI 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 ArticleI 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