-
Replied To a Post in Which transactions are deadlocked?
When that happens, I just kill the rogue transactions causing the deadlocks because odds are the person already closed their web browser because the page was taking too long to … -
Began Watching Which transactions are deadlocked?
Our database is running into problems, as many transactions are waiting for locks held by other transactions. Here is what each transaction is waiting for: · T1 is waiting on … -
Replied To a Post in Php I want learn php
Welcome to DaniWeb! The best way to get started is to download and follow the install instructions for a popular php app such as Wordpress. -
Began Watching Php I want learn php
I want learn php -
Edited Create a code using pyhon
Create a code using python of random walk where food is placed in spots on the grid. Whenever a Walker runs into the food it eats it and reproduces -
Replied To a Post in What is code for this in C lang.
> How would anyone here know this? Because it's a commonly seen project for first year computer science students. -
Replied To a Post in What is code for this in C lang.
> I see no mention of a pattern. For each row, First number +3 to get second, Second number + 5 to get third, Third number + 7 to get … -
Replied To a Post in What is code for this in C lang.
I think what he's saying is that he has a homework assignment where you need to write code that outputs that pattern. Can you please show the code you have … -
Began Watching What is code for this in C lang.
2 5 10 17 5 8 13 20 10 13 18 25 17 20 25 32 -
Replied To a Post in Creating table in SQLite
Here's a tutorial on how to create a tutorial in SQLite: https://www.sqlitetutorial.net/sqlite-create-table/ Based on reading it, it looks like you would want SQL queries similar to: CREATE TABLE book ( … -
Began Watching Creating table in SQLite
Create the following table using SQLite database The basic building block of the system. Book: Every book will have BookID, BookTitle, Author, ISBN, Publishers. Employee : Every Employee will have … -
Replied To a Post in How to quickly access lower ranking Google search results?
When they say "About X Results" it's just an approximation of what type of demand is in their database. After clicking through the first dozen pages or so, Google stops … -
Began Watching How to quickly access lower ranking Google search results?
Most Google searches for common words usually result in a high number of hits. As an example, I just typed in "love", and Google returned, "About 11,840,000,000 results (0.77 seconds)". … -
Replied To a Post in Restaurant Point of Sale software in C language
> I don't how I'm supposed to do the 3rd part of the coding Let's tackle this project one part at a time. Before we can get to part 3, … -
Replied To a Post in Restaurant Point of Sale software in C language
> I have done a bit of coding, but I'm not sure if it follows the requirement. Please share with us the code you have so far, as well as … -
Replied To a Post in Restaurant Point of Sale software in C language
As rproffitt says, this type of project is at least a full week's worth of work. How long ago was the project assigned? Do you have any code written so … -
Began Watching Restaurant Point of Sale software in C language
Hi, I have a coding project due in 12 hours and I'm having a really hard time with programming. I came across this website because of my desperation for help. … -
Replied To a Post in Two queries from table at the same time
> Why not use AND? niche1, because AND searches for rows that meet muliple conditions separated by an AND clause. It doesn't retrieve the result set of multiple queries. What … -
Began Watching Two queries from table at the same time
Hi all, I am working on a website that requires two queries from a table at the same time. They must select a row based on the id, and then … -
Replied To a Post in Sum of two numbers
Why would you need to use a loop to add two numbers? -
Began Watching Sum of two numbers
By using loops -
Replied To a Post in rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/c
You can install Bootstrap v5 as so: <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script> Do you have any specific question about its use? -
Began Watching rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/c
rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> -
Replied To a Post in PayPal IPN for Digital Goods
> That's very generous, thank you That's the purpose of DaniWeb! :) > I realise there are others on here who need assistance and for yourself and your team there's … -
Replied To a Post in I am expert a dataentry
Huh?? How can we help? -
Began Watching I am expert a dataentry
A good job i wiss u -
Replied To a Post in PayPal IPN for Digital Goods
One additional last thought: > I shall get to the bottom of my no sales mystery with PayPal, it's not up to you to solve their problems Your HTML for … -
Replied To a Post in PayPal IPN for Digital Goods
I'm glad you understand. Feel free to close this discussion (since it was started for IPN help), and then start a new one if you need help with PayPal PDT. … -
Replied To a Post in PayPal IPN for Digital Goods
Yes, if you take those out of the form, then the buyer will be redirected to accept1_234Rtd.htm after paying. They will never see any contents of thankyou.htm or thankyou.php and … -
Replied To a Post in Hi everyone, I'm Aliana_Warnet
Huh?? -
Began Watching Hi everyone, I'm Aliana_Warnet
Digital marketing world -
Replied To a Post in PayPal IPN for Digital Goods
Steve, The return URL page that you have set in the PayPal website is being overruled by your html code where you are sending them to thankyou.htm instead. The visitor … -
Replied To a Post in PayPal IPN for Digital Goods
 Here is the link to the picture of the box in the buttons set up, this download url is sent instantly upon payment. I sent it before to you, … -
Replied To a Post in Write PHP Script to insert data into STUDENT TABLE with fields (roll,first_
Something like this: <?php // Connect to the database and create a MySQL resource handler $mysqli = new mysqli("localhost", "my_user", "my_password", "world"); // Get variables from a form submission, and … -
Began Watching Write PHP Script to insert data into STUDENT TABLE with fields (roll,first_
Write PHP Script to insert data into STUDENT TABLE with fields (roll,first_name,Last_name,city,contact,gender). -
Replied To a Post in Hello to everyone, Im Mait
Hi there and welcome to DaniWeb! I have over 20 years of experience in SEO, so feel free to ask any questions and I'll try my best to answer them. -
Began Watching Hello to everyone, Im Mait
Im new to SEO and look forward to discuss with you all. -
Replied To a Post in Hi everyone, I'm blackroyal321
I have no clue what anyone here is talking about. But welcome to DaniWeb lol. -
Began Watching Hi everyone, I'm blackroyal321
The Bespoke Group of Entrepreneurs The Bespoke Group of Entrepreneurs (Bespoke-G-Ent) is a community of like-minded people that interact over startups, networking and trends. Our products are there to serve … -
Replied To a Post in how can i change the path of an image selected by the user ?
Can you please copy/paste all your code here because I’m not seeing an object called str in the screenshot. -
Began Watching how can i change the path of an image selected by the user ?
the error : AttributeError: 'str' object has no attribute 'png'  -
Replied To a Post in What is the answer here
What code do you have so far? Where are you stuck/confused? What errors are you getting? -
Began Watching What is the answer here
Develop a visual basic program that asks the user to enter an integer positive number, then reverse this number as a single integer and display it in a textbox. For … -
Replied To a Post in Breadcrumbs from menu mysql
I was assuming you want the breadcrumb to show at the top of every page, depending upon where you are. For example, if I'm currently viewing Women's Tshirts Page 2, … -
Replied To a Post in What is most effective social media platform for paid campaign?
It entirely depends on the audience and the campaign goals. In certain situations, Facebook is better. In others, Pinterest is better. If you're a fashion designer trying to promote your … -
Began Watching What is most effective social media platform for paid campaign?
Which one is the best for paid campaigns and gain best results? Facebook, Twitter, Instagram, Pinterest, LinkedIn, TikTok or any other better option if possible. -
Replied To a Post in Update MySQL with PHP checkboxes
I think rproffitt is pointing out that you may have a typo where you put a / character before $goodsID_c. That being said, you have a whole bunch of things … -
Began Watching Update MySQL with PHP checkboxes
Hello, I want to use the checkbox to update the status of a row in mysql using php. If it is checked and submitted, the status will change from 'collect' … -
Replied To a Post in PayPal IPN for Digital Goods
Are you sure that's not thankyou.php but that it's thankyou.htm? Your code redirects the end-user to thankyou.htm and it uses thankyou.php for IPN. You should *NOT* be redirecting the end-user … -
Replied To a Post in miss rose makeup
> please told me the technique that create higher rank of mine website through key words just miss rose makeup is cosmetic website I suspect you know the answer to …
The End.