Quantcast
Channel: DaniWeb Solved Topics
Browsing latest articles
Browse All 576 View Live

Show computer name on a label

Display computer name to a label

View Article


Multiple MySQL connections + transactions

I ran into a bit of a snag in my code, and I'm trying to make heads or tails as to whether this will work. From within my PHP script, can I write to a database using a MySQL connection in the middle...

View Article


Looking for Apple Developer enterprise account

Support for the apple developer enterprise account is required for a long time. Because customers need to distribute the app privately within their company, only an in-house certificate can do this....

View Article

How to speed up my (WordPress) website?

Hey guys, I'm struggling to make my website faster, and it's driving me cray. What are your best tips to improve speed without breaking everything? Any must-have tools or tweaks? I understand French! *

View Article

Cannot run exe from asp.net

I have tried to read https://www.daniweb.com/programming/web-development/threads/386380/cannot-run-exe-files-in-asp-net-application but still lost in trying to achieve something. I installed the...

View Article


Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day

I have recently come into possession of 2 second hand Fujitsu RX series servers, and this issue is driving me nuts! When I got them neither had disks, so I popped some disks in and installed a Win...

View Article

Delete unused MySQL indexes

How can I identify and delete unused MySQL indexes? I have a large table that has somehow accumulated way too many indexes over the years, and I'd now like to identify and delete indexes that are no...

View Article

My php is showing wrong results of time difference

Hi DW, I'm trying to mark attendance register which has the date for which that register is being marked for as well as the date which the register is actually marked on. For Date as well as Marked...

View Article


How do I remove the last character without breaking the string?

I try to remove the last character from a string with Japanese text and emojis using this code: <?php $text = ""; $new_text = substr($text, 0, strlen($text) - 1); echo $new_text; The output breaks...

View Article

Browsing latest articles
Browse All 576 View Live