Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
total
- Page 1
Re: My php is showing wrong results of time difference
Programming
Web Development
3 Weeks Ago
by Dani
… code, I will have to minus 1 hour from the
total
hour difference, do I have to use the %h - 1… = $diff->h; $total_hours = $diff->h - 1; echo "
Total
hours: $total_hours"; Alternatively, this should also work: $total_hours = $diff…
Re: Need Coding Help With A Project
Programming
Software Development
1 Week Ago
by Enzo_3
….split() numbers = list(map(int, number_strings))
total
= reduce(lambda x, y: x + y, numbers) average =
total
/ len(numbers) print("Average:"…
Re: My php is showing wrong results of time difference
Programming
Web Development
3 Weeks Ago
by Mr.M
… code, I will have to minus 1 hour from the
total
hour difference, do I have to use the `%h - 1…
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
1 Month Ago
by usmanmalik57
…print("Exception occurred:", e) exceptions += 1 print("
Total
exception count:", exceptions) accuracy = accuracy_score(all_sentiments, dataset["…= "gpt-4.1" find_sentiment(client, model) ``` **Output:** ```
Total
exception count: 0 Accuracy: 0.82 ``` The output shows that…
Re: Java Coin Flip Program
Programming
Software Development
1 Month Ago
by jassonadder
… += 1 print("\nResults:") print("
Total
Heads:", self.heads) print("
Total
Tails:", self.tails) # Main program try…
Re: Justice Department Offers Grants Against Internet Predators
Digital Media
Digital Marketing
1 Month Ago
by JackRyan248
… abuse or neglect, and arrested 5,450 individuals. Of the
total
arrests, 2,073 resulted in the defendant accepting a plea…
Re: Differential Directory, indexing method
Programming
Software Development
1 Month Ago
by xrjf
…) → max 3 comparisons (3, 4) + (6, 8) → max 3 comparisons →
Total
so far: 10 comparisons Merge into a single group of…, 2, 5, 7) + (3, 4, 6, 8) → max 7 comparisons →
Total
: 17 comparisons Extending this to 16 elements would require at…
Re: Will AI take jobs?
Digital Media
Digital Marketing
2 Months Ago
by ashleydent4u
…, but it’s more of a powerful tool than a
total
job killer. While AI can automate tasks like content creation…
Re: Need currency pound symbol before amount calculation
Programming
Web Development
2 Months Ago
by gottaloveit
[Currency.js](https://currency.js.org/) also works very well for this
Re: Java Coin Flip Program
Programming
Software Development
1 Month Ago
by Dani
Better late than never! Thanks for your post. It looks like it's really helped a few people already.
Re: Java Coin Flip Program
Programming
Software Development
1 Month Ago
by Salem
> It looks like it's really helped a few people already. Yeah, 4 new members with consecutive user ID's, smelling like sock-puppet accounts.
Re: Java Coin Flip Program
Programming
Software Development
1 Month Ago
by Dani
> Yeah, 4 new members with consecutive user ID's, smelling like sock-puppet accounts. I realized that after I posted. I’m on my phone on the sofa so it wasn’t as easy to tell. Although I still can’t see the motivation. Edit: Nevermind. Perhaps they were trying to improve their member reputation/quality score?? (Won’t work because you need…
Re: I built a kafka GUI client for operating kafka, welcome to use
Programming
Software Development
2 Months Ago
by elary
It is a nice project.Is there any notification function?
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
2 Months Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Re: Total amount of price and deposit... Please help.
Programming
Web Development
12 Years Ago
by AARTI SHRIVAS
$
total
+= $
total
+ $deposit['deposit'] * $pamount['price_status']; change these to $
total
= $
total
+ $deposit['deposit'] * $pamount['price_status']; that and then chek the calculation
total
Programming
Software Development
14 Years Ago
by maichy
…previously,i am having a problem displaying the grand
total
.this is the scenario: i have several buttons… i compute using D1 i get the
total
displayed,if i press d2 i also get …the
total
displayed and so on.this is the …code i used in the
total
command button [code] Private Sub cmdtotal_Click() If readout…
Re: total amount
Programming
Web Development
17 Years Ago
by ptaylor965
… person then you can use a span to show the
total
In ASPX[CODE]<span id="lblTotal" runat…="server">
Total
</span>[/CODE] In Code[CODE]Dim Row as… DataRow Dim
Total
as Decimal = 0 For Each Row in SQLTable.Rows…
Re: total
Programming
Software Development
14 Years Ago
by jhai_salvador
… didn't see where do you want to show the
Total
for it. Will it be showed in Textbox? in Label…
total amount
Programming
Web Development
17 Years Ago
by ritika_khanna
… 6 persons when button is clicked.and how to display
total
amount on next page please send me this code urgently…
Total Sales and Sales Tax
Programming
Software Development
14 Years Ago
by jeremy62
…void) { /*initialize */ int a[SIZE]= {0}; int
total
, sales, tax; /*input data */ printf ( "Enter…); while ( a[SIZE] != -1 ){
total
= sum_array(a,SIZE) ; tax =
total
* .0825; printf ("Enter sales (enter … "%d", &sales ); } printf("
total
= %d\n", sales); printf("sales tax= …
Total users as i have by reff tree
Programming
Web Development
13 Years Ago
by dushtu.bor
…$res=mysql_query($sql); $row=mysql_fetch_array($res); global $
total
; $
total
= $
total
+mysql_num_rows($res); if($row['$leg']!=''){ getTotalLeg ($row['$leg'],'…lname'); getTotalLeg ($row['$lrg'],'rname'); } return $
total
; } echo $
total
; ?>[/CODE] Please, solve it. I …
Re: total due query help
Programming
Databases
14 Years Ago
by tesuji
…final selects on view sumsum: -- Grand
total
/
total
due select sum(
Total
) as '
total
due' from sumsum; -- Totals per …per product and client select Product, Client, sum(
Total
) as '
total
due' from sumsum group by Product, Client; …client, User select Product, Client, Lastname, sum(
Total
) as '
total
due' from sumsum group by Product, Client,…
Total amount of price and deposit... Please help.
Programming
Web Development
12 Years Ago
by rexmatthew
…['prod_minduration']; $prod_maxduration=$resproduct_fetch['prod_maxduration']; $prod_avail_days=$resproduct_fetch['prod_avail_days']; $prod_paymethod=$resproduct_fetch['prod_paymethod']; $
total
+= $
total
+ $deposit['deposit'] * $pamount['price_status']; $cntry_sql=mysql_query("select country,countrycode…
total and grand total code using text box
Programming
Software Development
11 Years Ago
by salesman91
… write a simple code to generate
total
and grand
total
. I have **id,name,quantity,price,
total
,grand
total
** '
total
' works perfectly,but I am…
Re: Total amount of price and deposit... Please help.
Programming
Web Development
12 Years Ago
by rexmatthew
… as an answer Example: Price:150.00 + Deposit:700.00 =
Total
:7 Here's my code now... <?php if…($
total
+= $pamount=$resproduct_fetch['price_status'] * $deposit=$resproduct_fetch['price_status']) echo $resproduct_fetch['
total
']." ".$
total
;else echo "0.00…
Re: Total amount of price and deposit... Please help.
Programming
Web Development
12 Years Ago
by rexmatthew
I got it working :) Thanks for the ideas... I did this :) <?php if($
total
= $
total
+ $pamount + $deposit) echo $resproduct_fetch['
total
']." ".$
total
;else echo "0.00"; ?>
Re: total calculator javascript
Programming
Web Development
9 Years Ago
by chrisschristou
…;#poid").val()); var
total
; if (poid<3){
total
= (prix * poid); } else {
total
= 35; } $("…;#tarif").val(parseFloat(
total
).toFixed(2)); } …
Total Calculations, post to Dbase Table
Programming
Web Development
16 Years Ago
by toad78
… earned from using certain types of transportation, record the
total
points in a database table. [CODE]Currently, these… brained) tt_ID teamID activityID entryID totalPoints LIVE DATA:
TOTAL
POINTS 1 1 1 120[/CODE] I need to… know how I can calculate the
total
and record it in the
TOTAL
POINTS database table based on teamID.…
Total Cubes
Programming
Software Development
15 Years Ago
by Krstevski
…I have one problem... Find how many
total
cubes are there in the range from A… to B, inclusive. An integer Y is
total
cube if it can be expressed as: Y…X*X*X, where X is also integer. The first
total
cubes are: 1, 8, 27, 64 ... Input …lt;=B) Return value: int, the number of
total
cubes in the given range. Class Name: TotalCubes…
Total up value from progress event - Beginner
Programming
Software Development
14 Years Ago
by madlan
… of a zip file as below. This gives me the
total
file size of all uncompressed files in the zip: [CODE… was expecting the above to "tally up" the
total
so I could use it for the progress bar but…? Also, I'm using a global varible for the transfer
total
, if there a better method to transfer this information to…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC