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

Have Javascript click a button upon onload

I'd like for my page (https://fiftyallstars.com/tour.html) to load, and for the TOUR to start automatically. Right now visitors must click a button with id "starttour" Here's what I've added so far,...

View Article


Null FCM message

Hi DW. I'm developing an App that uses the FCM notification, but the problem is that my code doesn't seem to get the actual data like when I extract the message or body it shows just the icon only if...

View Article


Page keeps crashing on my iPhone

This page keeps crashing on my iPhone, both in Mobile Safari as well as Chrome. https://www.daniweb.com/connect/developers/endpoints

View Article

SQL query problem with any language except English

Hello guys, i've the following table in database : IdCity int CityName nvarchar(20) it has the data like this in it : IdCity CityName 1 2 3 4 5 6 when i try to run the following view SELECT IdCity,...

View Article

Endless loop in mysql function

Hello all. I have a funtion in MYSQL to substruct days from a date. This function seamsto work but some dates it times out. This is my function CREATE DEFINER=`root`@`localhost` FUNCTION...

View Article


How to block content on hotel network

Looking for an efficient way to block p2p content on a hotel network.

View Article

I need to let users see other users profile

I have a long/register system working . Each user see their own profile details when they login. Now I want to users to see other users profile by clicking on a link to their profile. How do I do...

View Article

Trying to get username to display in the url

I am trying to get the usernames of users to appear in the url so that I can use $_GET['username'] to grab the username to create a link to the user's profile which can be viewed by any logged in...

View Article


Configuring the compiler in Code Blocks

Hi. I just installed Code Blocks. I want to just get started with programming. It seems that I have to configure Code Blocks therefore, setting up a compiler. How should this be done? Help Leon

View Article


Organizing Windows 10 Folder Display

Unless I've missed one, I have selected every combination of Sort By and Group By for displaying files and sub folders in a given folder. I cannot seem to get the default display as was in previous...

View Article

Image may be NSFW.
Clik here to view.

PDF file is not opening after generating bar codes .

I have written a code to generate bar codes and saved them to a pdf file . The code executes successfylly but the PDF file does not open saying giving an error whome picture I am uploading. Please see...

View Article

c++ programming question

How should i give space between my output numbers while i am storing them in an array ?Like if i ask user to enter numbers and one entered 12345 ,i want to display them as 1 2 3 4 5

View Article

JavaFX Texture on each side of a box

How do I make a cube in javafx that have 6 different textures on each side of the cube? The only way I know how to solve this, is by making 6 imageviews and give them each a specific coordinates that...

View Article


How to code HTML download button where filename version will change

I'm creating a webpage where the user will be able to download an .iso file. The version of the iso will change. For example: xxxx.1.iso will become xxxx.2.iso when the iso is updated. How do I code...

View Article

Argument not specified

Dear All, Good Morning! I am facing this issue i tried a lot but not able to find the issue with this function when i call this function i get error Argument not specified for parameter 'LVL' of...

View Article


Is it a correct career path?

Hello people! :) I'm quite new in the programming world. I'm really interested in programming from the time I found that there's coming a game called Hytale, and I would love to be able to make mods...

View Article

PC turns on but no display and no beep

hey guys can u please help me. My pc turns on, the fans are on and so are the lights. But my monitors says there is no signal. I tried everything, i search on the web for answers but no of them worked...

View Article


Image may be NSFW.
Clik here to view.

How to mirror api result using file_get_contents but the output is pretty

Hello everone my name is reidho i have a problem with my code, i want to mirroring a api output from somesite using file_get_contents but the results is not like the original. Original Result : My...

View Article

php validation in contact.php sending me back to index.php on error

The validation section of my contact.php page is sending the user back to my index.php instead of staying on the contacts.php page so the user can correct the reported error. How can I fix this? My...

View Article

How to code an image button on a contact form

My contact form starts with: <form id="form1" method="POST" action="mail.php"> I'd like to replace the last line in my contact form: <button type="submit" value="Send" style="margin-top:15px;...

View Article
Browsing all 564 articles
Browse latest View live