-
Created What are you watching on TV?
I just recently finished the first season of The Winchesters, and was unfortunately a bit disappointed by how it ended. It felt incredibly predictable. Currently my husband and I are … -
Edited How to find an excellent MCN company?
1.Look for a company with experience in your industry: It's important to choose a marketing company that has experience in your industry, as they will be better equipped to understand … -
Replied To a Post in Does Trim Have Closing Bracket ?
> And what do the other first two do if they are valid in any way atall ? The first has an odd-number of parentheses so it won’t run at … -
Replied To a Post in Programming Tools - A Rant
> there was no option to open a new Jupyter Notebook. In fact, even when I sent him my notebook file it only opened as an XML file. A quick … -
Began Watching Programming Tools - A Rant
My older son and I are both working through online videos teaching machine learning with python. All of the materials we have seen use Jupyter Notebooks. For those of you … -
Replied To a Post in Digital Marketing for eBay Store
It depends on what is being sold. For anything fashion related, trendy, or any products that are photogenic or visual, I would highly recommend Instagram. -
Began Watching Digital Marketing for eBay Store
What should be digital marketing stratagy for an eBay Store? -
Replied To a Post in How To Rid Submit Button Name From Get Method Destination Url ?
When you submit a form, then every form field and button gets submitted to the form. When using the GET method, each and every one of those fields (including the … -
Began Watching How To Rid Submit Button Name From Get Method Destination Url ?
Hello Folks, How to rid GET METHOD from echoing the submitted webform's search button name in the destination url ? My site search page's url looks like this: http://localhost/Work/buzz/Templates/pagination_GET_METHOD_TEMPLATE.php When … -
Replied To a Post in What Would You Like To See In A SearchEngine ?
> From a BUSINESS/LISTED/RANKED WEBSITE point of view, you can reply something like .... A lot of the things you touched upon here are already doable with Google Ads and … -
Replied To a Post in How Do I Shorten This Conditional Code ?
The shorthand of using ? and : is for assigning a value to a single variable in a simple and concise way. Not everything is meant to be written in … -
Began Watching How Do I Shorten This Conditional Code ?
Hi, I got this long version code: ```` if(ISSET($_GET['limit'])) { $limit = intval($_GET['limit']); } else { $limit = intval(1); } ```` I can shorten it, like this and it works: … -
Gave Reputation to rproffitt in What Would You Like To See In A SearchEngine ?
This just in, DuckDuckGo has rolled out DuckAssist which is another take on the move away from the usual Google search behemoth. Technology changes at breakneck speed so keep up … -
Gave Reputation to rproffitt in How do I track post-conversion flow in GA4?
I have no direct experience with Google Analytics as it's not something we ever used in the apps we developed over the years but it does appear to be "hard." … -
Replied To a Post in Why isn't my code returning the database values?
My suggestion still holds. You have an encoding bug somewhere. Make everything UTF-8. -
Replied To a Post in Question. Need homework help rn istg
Help us to help you. What have you tried so far? Where are you stuck? -
Began Watching Question. Need homework help rn istg
Write a program that gives and takes advice on program writing. The program starts by writing a piece of advice to the screen and asking the user to type in … -
Replied To a Post in Which Of These Are Valid mysqli_stmt_num_rows() Usages ?
> I need you to give me the label numbers of the ones that are invalid. Aren't the ones that are invalid the ones that fail your tests? > And, … -
Began Watching Which Of These Are Valid mysqli_stmt_num_rows() Usages ?
I need to check db for matching user credential on login script. There must be atleast one matching row. Else, script should alert user not registered. Need to check the … -
Replied To a Post in What Would You Like To See In A SearchEngine ?
> What did you mean by: "If you stumble upon an ad that is not directly relevant, please click on the "Report ad" link." Are you suggesting this feature to … -
Replied To a Post in Does Trim Have Closing Bracket ?
You always need to close any parentheses or brackets that you open. `trim()` is a built-in PHP function that works like: `$string = trim($variable);` The third example you have given … -
Began Watching Does Trim Have Closing Bracket ?
This fails: ```` $password_hashed = password_hash(trim($_POST['password'],PASSWORD_DEFAULT); ```` This also fails: ```` $password_hashed = password_hash(trim($_POST['password'],PASSWORD_DEFAULT)); ```` This works: ```` $password_hashed = password_hash(trim($_POST['password']),PASSWORD_DEFAULT); ```` But I thought trim( did not have the … -
Edited What is the best method for link building in 2023?
Hi guys, I have read many blogs about methods and tips for link building on different sites and also tried them, some results are better than others. But I wanted … -
Replied To a Post in Hi everyone, I'm leejohn63
Hi and welcome! Not much going on here other than currently focusing on some home improvements while working on DaniWeb fulltime. -
Began Watching Hi everyone, I'm leejohn63
What's up everyone? What's going on these days? My first visit. Thanks for having me join the community. -
Replied To a Post in Onboarding new members
I absolutely refuse to acknowledge anything from Office Space. Dumbest. Movie. Ever. And then, at the end, he decides he wants to be a construction worker? -
Replied To a Post in Why isn't my code returning the database values?
Basically what's happening is the backslash has the meaning of escaping the character that comes after it. The problem is that you seem to be using multiple character sets and … -
Replied To a Post in Why isn't my code returning the database values?
Hello, The problem is that you are not properly escaping the author or book name when entering them into the database. [I wrote an article here](https://www.daniweb.com/programming/web-development/tutorials/537376/sanitize-php-user-input-strings) about the importance of … -
Began Watching Why isn't my code returning the database values?
I have a database which contains authors and books. Some of those authors and books contain slashes in the name or title fields. When I query the database for authors, … -
Replied To a Post in Onboarding new members
I'm still unsure of what you mean by taglines. Do you mean DaniWeb's forum signatures? Or do you mean DaniWeb's user titles (e.g. "Nothing to see here.")? -
Replied To a Post in How to count live visitors on a page?
Your method will spit out more and more incorrect results over time. -
Replied To a Post in Onboarding new members
> About Reddit. I had to accumulate Karma to post there. It depends on the rules of the specific subreddit. But reddit, as a whole, does not require email verification … -
Replied To a Post in Onboarding new members
When you say taglines, are you referring to our forum signatures? What is your definition of spam? Spam is defined as **unsolicited communication sent in bulk**. Forum signatures are not … -
Replied To a Post in Hi everyone, I'm Maul
Hi Jack, nice to virtually meet you as well! Why don't you create [your own introduction topic](https://www.daniweb.com/community/contribute/165)? -
Gave Reputation to rproffitt in Hi everyone, I'm Maul
How many times do people respond with "Maul, Darth Maul? Long time, how's it been?" -
Moderated a Post in Hi everyone, I'm Maul
Hi~😃 -
Replied To a Post in How to count live visitors on a page?
That’s why I strongly recommended you not do it this way. If you recall, I recommend you do it where you don’t store a counter in the database at all … -
Replied To a Post in How to count live visitors on a page?
What happens if users just keep hitting the start button and then leaving the site and never hit stop? Won’t the counter just keep incrementing indefinitely and then be more … -
Replied To a Post in Onboarding new members
So I took a few minutes to do some research and see if the landscape had changed without me realizing it, and I discovered the largest forum of them all, … -
Replied To a Post in How to count live visitors on a page?
Not true. You can use ajax, for example, to enable enough bidirectional communication to ping the server when a user has closed their browser window or clicked away from the … -
Replied To a Post in Onboarding new members
None of those things are my experience. Almost all vBulletin and Xenforo forums I use do not require email verification to post. As you may know, I am also very … -
Replied To a Post in What is the best method for link building in 2023?
> However, as 2023 continues, the best method for link building is likely to change. How do you think it will change? -
Began Watching What is the best method for link building in 2023?
Hi guys, I have read many blogs about methods and tips for link building on different sites and also tried them, some results are better than others. But I wanted … -
Replied To a Post in About engineers hiring
Well, talking about utilizing chatbots is all you said towards answering their question asking whether to hire experienced engineers vs novice engineers, so I presumed you were arguing for not … -
Replied To a Post in About engineers hiring
So you think they should just not hire any experienced engineers, not hire any novice engineers, and just hire an AI chat bot? -
Replied To a Post in About engineers hiring
Again, that has nothing to do with their question. They are hiring an engineering team and asking if it would be more efficient to hire a senior-level engineer who is … -
Gave Reputation to rproffitt in About engineers hiring
This needs a longer discussion but in my circles if you don't know AI/ML tools like Tabnine and ChatGPT to give you an edge, you won't get the job. -
Replied To a Post in About engineers hiring
What do you mean if you don’t know ChatGPT you won’t get the job? Its first demo wasn’t released until a few months ago and its API didn’t launch until … -
Began Watching About engineers hiring
Hi all! If I want to get fast results on the project, what would be more efficient: getting only senior engineers, or considering those who are less senior but result-focused? … -
Replied To a Post in Onboarding new members
For the very short period of time that we did not allow posts until emails were verified, about 15 years ago, I would get anywhere from 5 to 10 emails …
The End.