-
Began Watching Is it realistic to create a social network quickly and inexpensively?
How much can it cost to create a social network in the web? -
Replied To a Post in why data cannot come out at the sql php?
Can you please explain what you're trying to do that isn't working? You're saying data is not coming out? Coming out of what? You are trying to insert a row … -
Began Watching why data cannot come out at the sql php?
<?php $name = $email = $password = $repeatpass = ''; $name = $_POST['name']; $email = $_POST['email']; $password = $_POST['password']; $repeatpass = $_POST['repeatpass']; $con = new mysqli(DB_HOST, DB_USER, DB_PASSWORD, DB_NAME); $sql … -
Replied To a Post in Is Cloud ERP Safe
The hard drive for the 2.5 year old Dell Precision workstation sitting in the corner of my office just recently failed. It runs our security card swipe system. It's in … -
Replied To a Post in Is Cloud ERP Safe
I just googled what an ERP is. I would trust a cloud solution over an in house platform / intranet any day of the week. Just switched recently from Quickbooks … -
Replied To a Post in Is Cloud ERP Safe
I have no clue what that is. -
Began Watching Is Cloud ERP Safe
Hi, Please can some one tell me is Cloud ERP Safe to use for your business ? THanks -
Replied To a Post in Hey ya'll I'm Chris
Hi and welcome to DaniWeb! We are certainly not as active as we used to be, but DaniWeb is still well maintained by me and Iβm working hard on revitalizing … -
Began Watching Hey ya'll I'm Chris
Nice to meet ya'll! I don't know how active this forum is anymore, but I've been popping in and out; lurking for a while. Tons of great threads to learn … -
Edited Hi everyone, I'm js8435877
Hello! I'm James smith and I'm new user. I've been doing graphic design for over 8 yrs. I've a Bachelor of Fine Arts in Graphic Design. I've worked with several … -
Created Hi everyone, I'm js8435877
Hello! I'm James smith and I'm new user. I've been doing graphic design for over 8 yrs. I've a Bachelor of Fine Arts in Graphic Design. I've worked with several … -
Replied To a Post in Who needs a website to find any book they want for free? ππ
What about your local library's ebooks app? -
Began Watching Who needs a website to find any book they want for free? ππ
Who needs a website to find any book they want for free? ππ -
Replied To a Post in how to add audio to anacces database
I don't have any experience with Windows development, but I would suspect you would need to use a .NET programming language (such as VB.NET??) to connect to the database, loop … -
Began Watching how to add audio to anacces database
I have an access Database with Chinese and German words. How can I had their audio prononciation wich I get from Forvo or Google translate? -
Replied To a Post in Hi everyone, I'm libaoxin2021
Hi there! Nice to virtually meet you. -
Began Watching Hi everyone, I'm libaoxin2021
Hi everyone, I'm libaoxin2021 -
Created Java Concurrency - use CyclicBarrier to synchronize tasks across threads
## Introduction ## This tutorial introduces the `CyclicBarrier` class and teaches you how to use it. ## Goals ## At the end of this tutorial, you would have learned: 1. … -
Created Java Functional - How to use the partitioningBy Collector
## Introduction ## `partitioningBy()` collects a `Stream` into a `Map`. In this tutorial, we will compare the two different `partitioningBy` methods and learn how to use them. ## Goals ## … -
Replied To a Post in Why would a script work for the developer, but not for the client?
Is the developer confused as to why it's working for him but not you? It could nto be working for you for a whole bunch of reasons, including the developer's … -
Began Watching Why would a script work for the developer, but not for the client?
I just hired a developer in India to write an API upload script for my cloud server. He just finished it and it works fine for him, but I've tried … -
Edited Google Ignoring our Meta Description
My website site ranking was in the top ten. Suddenly Google has been Ignoring our Meta Description and Now Google is pulling meta description from my about us page content. … -
Replied To a Post in Google Ignoring our Meta Description
This is not a technical "problem" that has a solution. By the sound of it, Google released an algorithm update aimed at doing a better job at ranking websites. One … -
Began Watching Google Ignoring our Meta Description
My website site ranking was in the top ten. Suddenly Google has been Ignoring our Meta Description and Now Google is pulling meta description from my about us page content. … -
Replied To a Post in I want to find a reverse programmer
I'm no tunderstanding what you're looking to do. If you want to hire a freelance programmer, check out Upwork. Other than that, I'm confused by what you're asking. -
Began Watching I want to find a reverse programmer
I want to find a programmer, grab the data of Chinese operators, web visitor numbers, and cooperate. This is a very good business. -
Edited Using KVM (Kernal Based Virtual Machine) ?
What is the main Advantage of using KVM? -
Replied To a Post in iCloud unlock
> No Apple Company folk here. My fiance is one of those folk. -
Began Watching iCloud unlock
I request to reset my apple ID -
Created How to Build a HttpClient in Java 11+
## Introduction ## Based on the 2020 Java Ecosystem survey from Jetbrains, 75% of Java developers are still using JDK 8. JDK 11 introduces `HttpClient`, which replaces the legacy `HttpURLConnection` … -
Replied To a Post in Deploying ASPNET website on heroku
This seems to be the same question as posted here: https://www.daniweb.com/programming/threads/535986/deploying-aspnet-website-on-heroku -
Began Watching Deploying ASPNET website on heroku
Hello , i amtrying to deploy my asp net websit on heroku , i read that to do this i need to use docker i have been following the steps … -
Undeleted a Post in Website ASP NET & C#
Hello , i am creating new website using asp net and c# .. what i am basically doing is that i have somedata in my database and will let the … -
Created Deploying ASPNET website on heroku
Hello , i amtrying to deploy my asp net websit on heroku , i read that to do this i need to use docker i have been following the steps … -
Created Deploying ASPNET website on heroku
Hello , i am trying to deploy my asp net website on heroku using docker .. but i really need help as i keep getting error ... i keep getting … -
Edited Who needs a website to find any book they want for free? ππ
Who needs a website to find any book they want for free? ππ -
Created How to Implement the Type-safe Builder Pattern in Kotlin
## Introduction ## This tutorial teaches you how to implement the Type-safe Builder pattern using Kotlin. This pattern allows developers to create declarative and concise DSLs. Our implementation will be … -
Replied To a Post in PHP Warning: Cannot modify header information - headers already sent by
Is there a blank line or spaces before the <?php at the top of the file? -
Replied To a Post in PHP Warning: Cannot modify header information - headers already sent by
This error happens when you spit out PHP headers after any HTML code or white space. Is this the entire file? No additional php includes or anything else at all? -
Began Watching PHP Warning: Cannot modify header information - headers already sent by
Hello please help me troubleshooting the problem below. I got the 500 Internal Server Error in My WP Site>Dashboard>Appearance>Custom.. Pleaaaaase. Below is the error shows when i check the document … -
Edited How to create a RESTful API with Spring Boot
## Introduction ## This tutorial teaches you how to create a Spring Boot application that provides RESTful API Endpoints. These endpoints are best consumed by other applications or for integrating … -
Replied To a Post in shows the default image when image is available in database
rproffitt, I think, if I'm reading this code right, line 10 is meant to have a single equals. As long as $users does not evaluate to something falsey, such as … -
Began Watching shows the default image when image is available in database
i need to show the image displayed in database but it shows default image <?php $link = new PDO("mysql:host=localhost;dbname=campusdrive", "root", ""); $link->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $Sql = "SELECT Image FROM student_form WHERE … -
Created How to create a RESTful API with Spring Boot
## Introduction ## This tutorial teaches you how to create a Spring Boot application that provides RESTful API Endpoints. These endpoints are best consumed by other applications or for integrating … -
Replied To a Post in MY KEYBOARD HAS A CHUNK OF FRENCH CHARACTERS
Iβm in bed about to go to sleep so I canβt really research this now. But all Canadian versions of Windows have a simple key combination that toggles between English … -
Began Watching MY KEYBOARD HAS A CHUNK OF FRENCH CHARACTERS
question mark is ΓΓ© and so is comma. my brackettes are ¨¨ΓΓ§ and my back slash is ΓΓ and my greater than and less than are ' " PLEASE HELP … -
Edited Insert a table to mysql from access data base using vb.net
I found this peaice of code to import a Access database table to sql server Private Sub btnImport_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnImport.Click Dim fileName As … -
Replied To a Post in Cost for DaniWeb Premium
Historically, especially during DaniWeb's peak, it has always been the seasoned members who have donated. For a freemium service, I think you're not going to be able to get people … -
Replied To a Post in Cost for DaniWeb Premium
> So what would I get that would be worth $60 in a year? As mentioned at https://www.daniweb.com/donate/index, I guess the biggest thing we have to offer you is the … -
Gave Reputation to rproffitt in How can I distinguish fake accounts from real ones on Twitter?
Caitlyn seems to work hard to talk up that app on the web. It's almost like they work there!
The End.