-
Began Watching Endorse members
I've found myself on the "Endorse Members" page:  -
Undeleted a Post in Software Development Questions
I'm at the transcript evaluation part of my enrollment and I've been considering switching plans to Software Development. I am interested in programming, but I have noticed that there are … -
Undeleted a Post in Jumble solver
amazing job. -
Replied To a Post in How to choose Correct JavaScript Table Library
May I ask what functionality you are looking for? A simple date picker is already a native feature of all modern web browsers. (Albeit they each implement it slightly differently, … -
Began Watching How to choose Correct JavaScript Table Library
Hello there! I am actually working on writing a blog regarding JavaScript Calendar Libraries. As here, you all are JavaScript pros, Can you guys tell, what are the points you … -
Replied To a Post in WhatsApp protocol
So, to finish answering the OP’s question, there aren’t going to be any free alternatives to WhatsApp mass messaging services such as Twilio because every service has to pay WhatsApp … -
Replied To a Post in WhatsApp protocol
It’s actually not very likely because all those services cost money, whether you are sending one message or one million, so it’s not very attractive to spammers casting a wide … -
Replied To a Post in Making levels for game
In what way do you need help with the code? Does it not work as expected? From the very little you posted, it doesn’t seem to make much sense to … -
Replied To a Post in php errors handling (Programming)
Hi and welcome! Do you have a question about error handling with php? Are you getting just a blank page? -
Began Watching php errors handling (Programming)
Am new here!!!! -
Replied To a Post in Hi everyone, I'm kondokoroson28
Welcome from me as well! -
Began Watching Hi everyone, I'm kondokoroson28
am new here!!! -
Replied To a Post in Hi everyone, I'm slavonescjy
Welcome to DaniWeb!! -
Began Watching Hi everyone, I'm slavonescjy
web design marketing networking -
Replied To a Post in Represent a PHP array as an encoded string
Use cases for this would be to transport a tiny bit of data via a URL parameter or the like, so I don’t see that as being a problem. -
Edited Hi everyone, I'm sharmavinu0024
I'm Vinu Sharma, working at [eRank Solutions](https://www.eranksolutions.com/) as a Content Writer. I’m very fond of learning new lessons each and every day and try to explore my own world. I … -
Edited Hi everyone, I'm sharmavinu0024
I'm Vinu Sharma, working at [eRank Solutions](https://www.eranksolutions.com/) as a Content Writer. I’m very fond of learning new lessons each and every day and try to explore my own world. I … -
Replied To a Post in How to do Web Development ?
I don’t understand your question. Can you write a detailed explanation of your question? Then I can give you a detailed answer. -
Began Watching How to do Web Development ?
Want detailed explanation. -
Replied To a Post in Represent a PHP array as an encoded string
You mean instead of json_encode()? Json_encode and serialize have two different use cases. Json_encode is the most space efficient way of converting a PHP array to a string. Serialize is … -
Replied To a Post in HTML to PDF pre-populated
There seem to be a handful of options here: https://nugetmusthaves.com/Tag/html-to-pdf-converter -
Edited Represent a PHP array as an encoded string
Sometimes we have a need to take a simple PHP array and represent it as an encoded string. One use case that we have for this at DaniWeb is when … -
Replied To a Post in Efficient Data Storage in File System and DBMS
You can definitely store data in the file system sometimes, and in the database other times. It really depends on the best tool for the job. Databases are great when … -
Began Watching Efficient Data Storage in File System and DBMS
Hello All, I am a software developer and got the opportunity to work on a large web development project. I want to know which source allow efficient data storage feature … -
Replied To a Post in New message doesn't show
It is by design that if you receive a popup stating that you have a new message, the conversation does not automatically reappear in your conversation list, if you have … -
Began Watching New message doesn't show
I archived all the messages in my message list (also yours Dani). Now, if I get a new message (from you) I get a popup stating I have a new … -
Replied To a Post in Hi Everyone , here
Hi there and welcome to DaniWeb! -
Began Watching Hi Everyone , here
I am new here . -
Moderated Hi everyone, I'm yuki.fu
hi -
Replied To a Post in Which deployment forms are supported by the openGauss database?
I don't understand your question. Which deployment forms? I don't know what you mean by that. -
Began Watching Which deployment forms are supported by the openGauss database?
openGauss is an open source relational database management system, which deeply integrates Huawei's years of experience in the database field. Combined with the needs of enterprise scenarios, what deployment forms … -
Replied To a Post in WhatsApp protocol
> Mass texting with a messaging app? Sounds a lot like spam to me. There are plenty of very legitimate uses for mass texting, mass messaging, etc. Many of those … -
Replied To a Post in WhatsApp protocol
> Yeah,I want to develop a script that can mass texting in WhatsApp,but no underlying protocol technology I think maybe you don't understand what an API is or how it … -
Replied To a Post in WhatsApp protocol
If you don’t want to use their paid API, then I wouldn’t say this is a matter of being illegal or not. I would say it’s just not possible. Unfortunately, … -
Replied To a Post in Avatar bug (404)
We changed the location of avatars and attachments two days ago. I think you might have been looking at a cached page. -
Began Watching Avatar bug (404)
My avatar is no longer loading:  -
Replied To a Post in WhatsApp protocol
It looks like WhatsApp does not have a public API for your app to directly tap into. There are paid solutions you can use such as [Twilio](https://www.twilio.com/go/whatsapp-api-sales-1) that you can … -
Replied To a Post in WhatsApp protocol
Sorry, I don’t have any experience developing for it. Are you stuck on a bug? -
Began Watching WhatsApp protocol
Has anyone developed the WhatsApp protocol? -
Replied To a Post in Which programming language does PHP resemble? Please tell me
> What part is untrue? That PHP does not resemble C, C++, or Python. The first mainstream versions of PHP were purposefully designed to resemble C/C++, and modern PHP has … -
Gave Reputation to rproffitt in Which programming language does PHP resemble? Please tell me
https://en.wikipedia.org/wiki/PHP gives a history of PHP and frankly it's none of the ones you noted. It appears to be a new organically grown language that wasn't intended to be a … -
Gave Reputation to Schol-R-LEA in Which programming language does PHP resemble? Please tell me
Itself, since PHP is in fact a programming language. One for a specific set of uses, but a programming language nonetheless. As for which *other* language it most resembles, that's … -
Gave Reputation to Schol-R-LEA in Which programming language does PHP resemble? Please tell me
Itself, since PHP is in fact a programming language. One for a specific set of uses, but a programming language nonetheless. As for which *other* language it most resembles, that's … -
Replied To a Post in Which programming language does PHP resemble? Please tell me
I just want to also point out that the very first version of PHP was written in C and was mostly a suite of wrappers around C functions. Eventually, as … -
Replied To a Post in Which programming language does PHP resemble? Please tell me
Back when I was in high school and college, I was really into C++ and I wanted to eventually be a low level software engineer. My college friend [Dan](https://www.daniweb.com/members/12/samaru) was … -
Began Watching Which programming language does PHP resemble? Please tell me
Which programming language does PHP resemble? Please tell me -
Replied To a Post in Is there an easy way to select all code in a code block?
Done. :) -
Edited wxPython Image Viewer Shell Extension
## Introduction I recently bought a new laptop. Since I haven't used VB.Net in years (nothing but Python now) I did not install Visual Studio. That meant rewriting all my … -
Replied To a Post in Sorry about downtime today
Don't ask what I've done from my chronic bronchitis over the years. Bruised more ribs than I can count. -
Replied To a Post in caching datasets or result set. what is the the best option?
Sometimes it makes sense to cache query results using third-party solutions such as Memcached. For example, querying the database for related topics is expensive, is needed on every page load, …
The End.