-
Replied To a Post in Hi everyone, I'm slavonescjy
Welcome. -
Replied To a Post in Hi everyone, I'm kondokoroson28
Welcome. -
Replied To a Post in Represent a PHP array as an encoded string
I think it would be a good use for storing a config file or a cookie (to avoid tampering), as long as there is no need for real encryption. -
Replied To a Post in Represent a PHP array as an encoded string
Ok, space. The only thing to keep track of then is that your array doesn't exceed 512 levels of depth (insane, I know). -
Replied To a Post in Efficient Data Storage in File System and DBMS
Depending on what you need to achieve, you can also consider a document database or a graph database. -
Replied To a Post in Represent a PHP array as an encoded string
Nice share. Why not use `serialize()`/`unserialize()`? -
Replied To a Post in WhatsApp protocol
> There are plenty of very legitimate uses for mass texting, mass messaging, etc. And many more that are not... -
Replied To a Post in WhatsApp protocol
> I don't want to use the official API Sounds like illegal use. -
Edited How to convert C# console app to Winforms or other GUI?
Hey guys I managed to get some code what works fine but it uses console application I have tried to convert it by hand and change things around to get … -
Replied To a Post in How to convert C# console app to Winforms or other GUI?
Start with creating a WinForms application as described here: https://docs.microsoft.com/en-us/visualstudio/ide/create-csharp-winform-visual-studio?view=vs-2022 Then worry about getting your code in the right place. There is no simple conversion from console to a WinForms … -
Created 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 Avatar bug (404)
It appears to have solved itself. -
Replied To a Post in WhatsApp protocol
https://developers.facebook.com/docs/whatsapp/cloud-api/ -
Created Avatar bug (404)
My avatar is no longer loading:  -
Edited Hi everyone, I'm Reshmasharma
My Master's in Digital Marketing has been completed and I have completed a 6-month internship in Digital Marketing, so I'm pleased to share my experience with you. Implement best practices … -
Replied To a Post in Should I hire an agency or a freelancer?
Depends on so many factors, budget being one. Requirements is another: can you find a freelancer that can deliver what you need, or is it easy enough for one person … -
Replied To a Post in HOW TO stored attendance records in one table to another
It might be easier to do this in code. What database (MSSQL, MySQL, other) are you using? What you want to achieve in SQL is dependent on which server you … -
Replied To a Post in Want a code to terminate my program after a time interval
Show (relevant) parts of your code. It'll make it easier to get suggestions. -
Replied To a Post in How To Summarize multiple name into one where the date is equal to now
If `Format()` doesn't work, you might be able to use the functions `YEAR(hDate)` and `MONTH(hDate)` to get what you want. -
Gave Reputation to rproffitt in Deleting a chat message
I'm leaving my typo as-is. I take it this is on Daniweb. Link to the content please? -
Gave Reputation to Dani in Deleting a chat message
I’m in bed with Covid. -
Replied To a Post in What are the main core technologies of the openGauss database?
OpenGauss has mailing lists on a whole bunch of topics. Chances are you'll get a better response there. -
Replied To a Post in Deleting a chat message
> To see the new content or check if a deleted item is gone I try another browser or clear the cache(s). Tried and failed, even though the AJAX call … -
Replied To a Post in Hi everyone, I'm kathypellerin
Welcome. -
Gave Reputation to rproffitt in Is there an easy way to select all code in a code block?
Which page? What editor? Daniweb hasn't implemented a "copy code" feature that you see elsewhere. -
Created Deleting a chat message
In the programming chat I tried to delete a message containing someone's phone number. The Javascript action appears to delete it, but after a refresh the message is still there. -
Replied To a Post in introduction message
Welcome. -
Replied To a Post in Hi everyone, I'm Smokingman1914
> Is it possible an old power supply could have fried my mobo or components? Possible? Of course, but how did you dust it off? A simple action can damage … -
Replied To a Post in Hi everyone, I'm burax999
Welcome. -
Replied To a Post in I need to learn how to code
https://docs.microsoft.com/en-us/dotnet/visual-basic/ -
Replied To a Post in Regular expression challenge parsing xml
For anyone else trying to solve XML issues with regex, please use DOMDocument instead: https://www.php.net/manual/en/class.domdocument.php -
Replied To a Post in Problem querying SQLite database
> then the expected data is returned. Show some of the returned data. -
Replied To a Post in Generate 75,000,000 + Random Numbers Fast
What he said, and if you do need a lot of random numbers, generate a huge fifo queue beforehand and while you're using them just take the next one and … -
Replied To a Post in Invalid Sql query. Expected insert, delete...
I do not know unfortunately, I've never tried to use it. Try searching for an ODBC driver that supports it. -
Edited Login code on python
Hello, I'm trying to make a login code for my game algorithm but it isn't working as I want it to so can someone help to stop my loops from … -
Replied To a Post in Hi everyone, I'm V
Welcome. -
Replied To a Post in Top 10 SQL Interview Questions
Query 2 is dubious, as `INTERSECT` returns [something different](https://docs.microsoft.com/en-us/sql/t-sql/language-elements/set-operators-except-and-intersect-transact-sql?view=sql-server-ver16) than is suggested here. -
Replied To a Post in Invalid Sql query. Expected insert, delete...
The error says you are not allowed to start your query with `SHAPE`. While I do understand this is a valid DMX construct (DMX has been deprecated), the problem may … -
Edited Invalid Sql query. Expected insert, delete...
My code is this. Dim strSQL As String, strSQL2 As String Dim db As Connection, rst As ADODB.Recordset Set db = New Connection db.CursorLocation = adUseClient db.Open "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=C:\River Syde … -
Replied To a Post in How would I know if an e-mail originates from Office 365
That I understand, I am not trying to determine whether it was sent with the Outlook application, but with Outlook/Office SMTP (server). If it was sent with GMail then the … -
Replied To a Post in How would I know if an e-mail originates from Office 365
> I think it is outlook.com That's what I thought before looking into any e-mails. Did not find a single instance. -
Created How would I know if an e-mail originates from Office 365
How would I know if an e-mail originates from Office 365? I know I can look at the oldest `Received` header of a message to see where it originates from, … -
Replied To a Post in Feeling good for joining here
Welcome. -
Replied To a Post in Happy to a part of here
Welcome. -
Replied To a Post in It's possible to sort just words in a language?
Can you give a small example of the input and expected output? -
Replied To a Post in Hi everyone, I'm Sahid1
Welcome. -
Replied To a Post in Required Tool for Create CSV files for eBay
From what source? -
Replied To a Post in How to get the multiplication result?
That I understood, what is typed into it, what value? https://docs.microsoft.com/en-us/visualstudio/get-started/visual-basic/tutorial-debugger?view=vs-2022 -
Replied To a Post in How to get the multiplication result?
What does `wdays.Text` contain? -
Replied To a Post in How Do I Display A Value From a MySQL column in a HTML DIV (PHP)
For approach 2: I assume the issue is that `$database`, `$username` and `$password` is an empty string.
The End.