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

Which Pagination Section Code Is Correct Using http_build_query() ?

Hello, I know the safest way to write a pagination section with php is to use the http_build_query(). Like so: $i = 0; while($i<$total_pages) { $i++; if($_GET['bool']=='null') { //Page Format:...

View Article


----------C + + bit operation----------

There are 6 bit operations: 7 P "@ 3 D5 Q '] &And operation 5 J5 W: I! o% L/ ] |Or operation ^Exclusive or operation! {$ V2 U b; h. Y- ?8 p" e ~Non operation (complement) Shift right operation...

View Article


Why Inc & Decrement Fails ?

Hi, $page = 10; echo 'page ' .$page; //echoes: 10 echo 'backward ' .$backward = $page--; //echoes: 10 echo "<br>"; echo "<br>"; echo 'forward ' .$forward = $page++; //echoes: 9 echo...

View Article

I'm Overlooking something

i am running ubuntu 22.04 and php 8.1 / MariaDB , i am missing somthing here in my code just can't see it. the premise of the code is to look at the TrolleyID Field and if it's '00000' basically...

View Article

Is Digital Marketing the only way to advertise nowadays?

There are plenty more options available.

View Article


HTML Help for Nav Bar

Hello everyone. I need a little help with my html code. I want to load html file (menu.html) inside my index.html file I am trying to achieve this using JavaScript. Here is an example how i am trying...

View Article

Show Images on a website fast

I am using google drive to upload manually the images there and with sharing link to display them on my website. But it makes troubles sometimes the images doesn't load fully. Is this proper way of...

View Article

C# Battleship gameboard & random assignment

Repo: https://github.com/Charles-CarM/Battleship I am currently building my battleship console application in C#. I have prior experience building projects with Vanilla JS and in React. I went through...

View Article


What is Forum?Tell! me about Forum because i am new here please help me.

Tell! me about Forum because i am new here please help me.

View Article


converting python code to java

I need help converting some python code to Java can anyone help me? much appreciated import numpy import random def cup_game(): cashprice = [0.5, 1.0 , 2.0 , 5.0] n_turn = numpy.random.randint(5,11)...

View Article

converting python code to java?

Hi, I am new to Java but familiar with python, I need to convert my code from python to Java can anyone help me? Much appreciated! import random suits = ['C', 'S', 'H', 'D'] val = list(range(1,14))...

View Article

I would like to code this python code and change it to Java

This questions contains probability and I dont know how to work with it in Java import numpy import random def cup_game(): cashprice = [0.5, 1.0 , 2.0 , 5.0] n_turn = numpy.random.randint(5,11) n_mult...

View Article

simplehtmldom Failing

Hello, I do not understand why the simplehtmldom is failing. This is the code: <?php ini_set('display_errors',1); ini_set('display_startup_errors',1); error_reporting(E_ALL); //---...

View Article


How to return Mongoose .find() documents?

I'm running a GraphQL-Node.js-Mongo Application. I need to return all the documents upon some conditions. But I'm confused with .find() method as it requires async and await, or a callback as it's...

View Article

Top Gambling Ads Network For Your Website | Online Gambling

Gambling is a game designed to appeal to the "greedy" human tendency. It rewards you even if you do nothing. Below we have listed the best casino ad networks and gambling ad networks. We have also...

View Article


PHP insert into table

I am trying to insert into table with PHP and MySQL but the page only refresh it self when i press the button. I haven't done debugging, i have an IF statement that displays any errors that fires if...

View Article

PHP display only NOT empty rows

I am trying to make to display cells in a database that are not empty, i have URL links with images inside the table and i want to display only the cells that are not empty. For example if there is...

View Article


How Many Levels Deep Do Xml SItemaps Go ?

Hiya, I need to know something. First I thought Sitemap Xml files will list all .html and .hml and .shtm and .shtml files. All pages of the website. But now I see, Sitemap xml files also list other...

View Article

LEFT JOIN 3 tables with where date GROUP BY and SUM

i have 3 tables : users, deposit, withdraw table users : id , username, referral 1, a1, null 2, a2, a1 3, a3, a2 4, a4, a1 5, a5, a2 table deposit : id, users_id, amount, status, approve_date 1, 1,...

View Article

doubt about mentions with PHP implode

Hi,This code creates a friendly link on user mentions in comments... However, it is not case sensitive and vice versa. Examples; @test works @Test doesn't work What do I do? text = "@test @Test";...

View Article
Browsing all 576 articles
Browse latest View live