-
Replied To a Post in PHP/MySQLi fetch_assoc() Clarification Question
You're very welcome! Do you mind posting your solution (as roundabout as it may be) in case it could be of help to others who stumble upon this thread? Good … -
Replied To a Post in PHP/MySQLi fetch_assoc() Clarification Question
What is the specific MySQL statement you're trying to execute? What if you just try `SELECT * FROM category` on its own? -
Replied To a Post in Help with CHARINDEX MSSQL
I only use MySQL, not MSSQL, but it looks like there is a STRING_SPLIT() function which lets you split a string by a specific delimeter. In this case, the delimeter … -
Began Watching Help with CHARINDEX MSSQL
Can anyone help me with a SQL string ? or point me in the right direction? I have a colum called ctn_node_path which has results like PARTS & ACCESSORIES > … -
Replied To a Post in Woocommerce Filters, Category, Subcategory.
I've never used Woocommerce before so I probably can't assist much, but if you attach a screenshot of what the admin page looks like, maybe I could help figure something … -
Began Watching Woocommerce Filters, Category, Subcategory.
Hello guys, unfortunately it looks like I'll have to use your help again. I'm struggling for few days to configure some filters in woocomerce and I can not do it … -
Replied To a Post in The Facebook Cambridge Analytica Anniversary
Sorry, I must have been hiding under a rock. I'm not familiar with Cambridge Analytica?? -
Began Watching The Facebook Cambridge Analytica Anniversary
This coming Sunday marks the one year anniversary of the Cambridge Analytica scandal story breaking and engulfing Facebook. Does *anyone* think Facebook, and in particular Zuckerberg himself, have learned *anything* … -
Replied To a Post in PHP Trim problem with dots in text
> They could put a better button to mark questions as solved. Thanks!! :) Is it confusing? -
Began Watching PHP Trim problem with dots in text
Hi, I want to replace ticks in text with other text. This method usually works, but when adding three dots, I get php warning ltrim(): Invalid '..'-range, no character to … -
Replied To a Post in expiry date alert
Sorry, I'm not understanding your question, gebretsadik. What, specifically, are you looking to do? The SELECT queries that diafol provided just explain how you can look for dates within table … -
Began Watching expiry date alert
Hi, I am developing a system that need to monitor machines' licence, so i have a field 'movedate' and 'outdate' every machines can only been kept for 2 years for … -
Replied To a Post in Word Association Game
gibberish --> again (as in, "Me again?! You guys are slacking on your word associations.") I got the Monty Python reference. But that doesn't mean it's not gibberish. I hate … -
Replied To a Post in I want to redirect to mobile site without affecting main site files path
Also, I don't mean to avoid your question. It's just that I'm not super proficient with Regex. -
Replied To a Post in I want to redirect to mobile site without affecting main site files path
What I do is use a different subdomain for static images that uses Lighthttpd without any extensions. It's faster because it's so lightweight, it doesn't even have the ability to … -
Began Watching I want to redirect to mobile site without affecting main site files path
Hello, I am trying to redirect my website from desktop version to mobile version. Here is the desktop version example: http://www.example.com Here is what I have accomplished: http://m.example.com The problem … -
Replied To a Post in What is Clocking in SEO ?
Do you mean **cloaking**? As in when you show one thing to your end users but something else to search bots? -
Began Watching What is Clocking in SEO ?
Please Explain -
Replied To a Post in PHP/MySQLi fetch_assoc() Clarification Question
Instead of `echo`, try using `var_dump($statement)`. This will spit out the mysqli_stmt object. You got nothing for `$error` because you set `$this->error` in the catch block, which is different than … -
Replied To a Post in PHP/MySQLi fetch_assoc() Clarification Question
Hi, Unfortunately, unless I'm misunderstanding you, it's really hard to be able to help you without fully understanding what's behind your execute() and get_result() functions. The error is basically saying … -
Began Watching PHP/MySQLi fetch_assoc() Clarification Question
So here's a little background to help with what I'm trying to accomplish (be mindful I'm also fairly new to MySQL): I'm creating a dynamically built navigation for a website … -
Created How to show graph as a slideshow in PyQt5
I am trying to build a GUI app for graph plotting where graph can be shown as a slideshow so that the data can be clearly visualised. First I wish … -
Replied To a Post in Is it better to keep business logic in the database or in code
I rolled my own MySQL-based ORM for DaniWeb. Not every table, but most tables, have a corresponding class, where methods invoke changes in the database. When it makes sense, we … -
Began Watching Is it better to keep business logic in the database or in code
Hi, I am using node and refactoring an older database. Therefore, i want to ensure i incorporate correct practices from the start. I know that this is a debated topic … -
Replied To a Post in Login Problems (aftermath)
My question was directed to happygeek who didn't get his emails at all. When you fill out the form, you're prompted to enter your email, and there is no notification … -
Replied To a Post in Login Problems (aftermath)
Could you have perhaps made a typo in the email? -
Replied To a Post in Login Problems (aftermath)
Davey can you please try requesting again? Thanks! -
Replied To a Post in Login Problems (aftermath)
I got them but they were both just forwarded to me. Instead can you please send them both as ATTACHMENTS (eml files). This way we can investigate the headers. -
Replied To a Post in Login Problems (aftermath)
Jim, Please please please forward me that email as an attachment, including all headers. That would be a HUGE help. Thanks!! -
Replied To a Post in Login Problems (aftermath)
I've been having a tough last couple of weeks (personal things going on) so I haven't spent a lot of time around here, unfortunately. I heard from James that there … -
Began Watching Login Problems (aftermath)
As I understand it, there were problems on Sunday (Feb 24) which caused problems logging in. Daniweb would not accept my password (or so it said). Normally when I go … -
Replied To a Post in Word Association Game
yum-dee-buckety --> gibberish -
Replied To a Post in C# gone out of Programming menu?
I'm not sure what happened, but it looks like there are pretty much no topics flagged with c# anymore. Was the tag deleted?! -
Began Watching C# gone out of Programming menu?
Why is it that C# disappeared from the Programming menu? Something to do with upcoming changes? -
Replied To a Post in Daniweb Account found and accessed on Darkweb
Even if you did use the same DaniWeb password elsewhere, DaniWeb passwords were well-protected and not breached during our 2015 hack. -
Replied To a Post in Daniweb Account found and accessed on Darkweb
Here is more information about the DaniWeb database breach: https://www.daniweb.com/community-center/daniweb-community-feedback/threads/506998/daniweb-database-breach It happened in December 2015. -
Began Watching Daniweb Account found and accessed on Darkweb
I would like to inform the people here on this site (Daniwebs) community know that my account here with Daniweb was not only accessed and found to have been accessed … -
Replied To a Post in AJAX for content impressions
You can write to an in-memory table or to a cache (such as memcached or redis) with rolling activity logs, and then do batch jobs to update multiple rows in … -
Began Watching AJAX for content impressions
Hello webmasters, I have a website about memes and I want to update the database each time the user scrolls down. I have no problem when I make a few … -
Edited Is /etc/services still alive anymore?
What I like to know is if network programs still use this file? I can comment out http port 80 without any effects on firefox: ># http 80/tcp ># http … -
Created Opening iframe link in the same iframe not working
I'm having a webpage that loads inside an iframe. I added the base tag to load the images, styling and to make links work, after clicking on a link I'm … -
Replied To a Post in Profile pic update
You got the same error message? Argh! I'll follow up with this in about 2 weeks. This week, my friends (DaniWeb's designer and his family) are staying with me from … -
Replied To a Post in Word Association Game
fo fum --> ho hum -
Replied To a Post in Hello All, NOOB here
You can post in our [Community Center](https://www.daniweb.com/community-center/3) :) -
Replied To a Post in Hello All, NOOB here
Hi there! Welcome to DaniWeb! You’re definitely in the right place. :)thanks for joining. May I ask how you found out about us? -
Began Watching Hello All, NOOB here
Hi everyone, new to the message board. I saw online that this is a good place for info. Im currently new to the web dev scene. I started coding and … -
Replied To a Post in Can't post question with code
I suggest that you type in the post, and then click on where it says Preview. It should highlight where the error line is. -
Replied To a Post in Can't post question with code
You probably have some whitespace somewhere else, that is not a code block. Ensure that the only lines in your message that are indented with spaces or tab are code, … -
Began Watching Can't post question with code
When posting code, I get error > begin a line with 4 spaces in a row (or one tab), preceded by a blank line. 4+ spaces or tabs may not … -
Replied To a Post in Profile pic update
Davey, can you please send me the original file that failed upload, so I can investigate what might have been wrong with it?
The End.