self join with inner join on other tables together
hii how can i make self join and sum data in other table by username i have table like this members (id, username, referral) ref_bonus (id, username, bonus) members id | username | referral...
View ArticleHow draw a cat by using a java
How to draw this cat with: Rendering fill Suitable primitives Aligned texture
View Articlecheck multiple login same user codeigniter 4
hii all, btw i want to make login system, and check if user is multiple login and give notification in current user login, how can i make it ?? can someone please suggest/teach me to make system like...
View ArticleHow to set broadcast receiver attributes programmatically in android studio
I'm broadcasting an intent in my app and receiving it with a broadcast receiver. I can handle the broadcasting and receiving. No problem with that. However, I want to register the receiver completely...
View Articlehello, can anyone help me with this task?
i have to write to the output Write to the output the sequence of division remainders of these numbers over a small integer but sorted in the non-decreasing order.i wrote a code for remainder but i...
View ArticleHow do I delete duplicates on the Daniweb front page?
The front page seems to fill with duplicates. I'll paste what I'm seeing but here I am again finding the front page a place that I only check out to see if there's been any change for the better....
View Articlec++ win counter
Hello, I tried to make game where you can determine the winner by inputting their scores i'm just confuse how to count the wins of one team here's my code: #include <iostream> #include...
View Articleauto generated number in php
I want to auto generate the id number. I write this code. But it's not work. I don't make primary key for id in database. function getData() { $data = array(); $data[1] = $_POST['name']; $data[2] =...
View ArticleHow does the firewall on the Linux system work?
#!/bin/bash iptables -F iptables -t nat -F iptables -X iptables -t nat -X iptables -P INPUT DROP iptables -P OUTPUT DROP iptables -P FORWARD DROP iptables -A INPUT -i lo -j ACCEPT iptables -A INPUT -i...
View ArticleWhy local SEO Company is Important for Site?
I just create site and now I'm confused either I hired a local SEO company or just to learn it my self?
View ArticleI Need Help With A Simple Program
I need help with this problem! I can't get all three to display. Write a program that prompts a user to enter their hourly pay and rate. Understanding that "time and a half" applies to hours in excess...
View ArticleDictionary Java ArrayList Socket
I don't get what's the problem with this Dictionary created using Arraylist and Socket . I get SocketException error I don't know why also I tried to created a method to read.... ClientCode: import...
View Articleparse error: syntax error, unexpected token "}" in php
I want to make a pdf file in php. I write code like this: <?php require_once __DIR__ . '/vendor/autoload.php'; include('conn.php'); $res = mysqli_query($conn, "select * from smash"); if...
View ArticleGenerate 75,000,000 + Random Numbers Fast
I'm making a game in Python, where two armies battle each other. The soldiers both spray arrows at each other. But for each soldier, there is a 1 in 15,000 chance every frame them firing. One thing I...
View ArticleLooking for an developer-Friendly Admin Template
Hello There, I am looking for MUI React-based admin template in the TypeScript version for my project. Can you guys suggest some React Admin templates that are comprehensive and easy to use? I really...
View ArticleRegular expression challenge parsing xml
I am parsing xml data generated by backup software for SMS and phone logs. Most of the data appears like this: <sms protocol="0" address="##########" date="1495903715000" body="Ok. See you...
View Articleto read a file and pass to parallel aray
how to solve no 2 problem? i dont know how to do that, someone please help me :(
View Articlecannot read the txt file
hi guys, i dont know why when i run the code, its shows my txt is not found, here i attached the txt.file and the coding :) i just follow the coding in the example that lecturer given, but yeah as i...
View ArticleSend to another page php mysql
hello, i hope someone can help me i have a table ip in my database if there is 5 times in it he has to forward it in php to another page. thanks in advance
View Articlehow to fetch the values of the controls
hi I need your help if you know JS to fetch 3 values //value of JID2 input //value of slider //value of the NOTES but since JS is new to me i would need your help please. it is a form with a few...
View Article