11,530 Posted Topics
Re: James and rproffitt, I don’t know why you guys are bashing someone providing legitimate bulk marketing tips in the digital marketing forum. Bulk mail IS NOT junk mail. In fact, the techniques recommended actually require the use of a clean mailing list with clear unsubscribe link in order to work. … | |
Re: I agree with everything you said except for optimizing email content with relevant keywords in subject lines, etc. Email is not the same as your website. Email subject lines should be optimized to encourage users to open the email and catch their attention as they skim. Because email never gets … | |
Re: It sounds like the $entry variable that was passed in as the second parameter of the ldap_get_dn() function in ldap.php is most likely FALSE. This typically happens when the function that was used to populate $entry failed and returned false. | |
Re: Does Alibaba reach the same demographic as eBay and function in much the same way? The strategies used are typically very specific and individualized to the platform. I was under the impression that Alibaba was the eBay of China (functioning exactly the same way), but just want to confirm this … | |
Re: I don’t understand your question at all. You want to create a search engine? What kind of search engine? One that searches for kosher food? I don’t understand why you posted a link to your website. How is that related? | |
Re: Hi Maul! Thanks for taking the time to join here, as well as for the delicious cookie. I'm actually browsing DoorDash now, as I type this, because now I have a craving for a dessert and a virtual cookie just doesn't quite cut it. | |
Re: Hi iandreas! It's so nice to have you here and welcome. Regarding rproffitt's questions, he's been on a mission lately to study everything he can about what's going on with ChatGPT. > Also, what do you think is the knock on effect on SEO? If you don't do this too, … | |
Re: Happy belated new year. Sorry, I’ve been very busy this past week since my husband has off work, and haven’t had a lot of DaniWeb time. Enjoy everyone! | |
Re: Sorry you're having a difficult time. I would try applying as a freelancer on sites such as Upwork. I've had good experiences hiring from Upwork in the past. | |
Re: Hi and welcome to DaniWeb! Thanks so much for joining. I checked out your website and I think we have a couple of members here with similar interests. | |
Re: 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 button) becomes part of the query string. When using the POST method, each and every one of those fields (including … | |
Re: The alt attribute is added to image tags to describe the image for people who are blind. In most web browsers, you can hover the mouse over the image to see a tooltip that includes the alt text. Is this the behavior you’re expecting but not seeing? | |
Re: Help us to help you. What have you tried so far? Where are you stuck? | |
Re: 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 first trims the password passed in via POST, and then it takes the trimmed value, and passes it into the … | |
Re: > 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 Google search ays that Jupyter notebooks have the file extension *.ipynb. You can typically configure any specific file extension to … | |
Re: 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. | |
Re: 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 shorthand. When you have multiple things you want to do, echo something in a if-block but not in the else … | |
In light of being forced against my will, kicking and screaming, to use Google Analytics 4, can someone please walk me through how to pull up a report of where newly registered users are going immediately *after* a sign_up conversion event? Thanks in advance!! :) | |
Re: 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 doing this. This is what your code should look like when querying the database: $result = (mysqli_query($con,"SELECT * FROM authors … | |
Re: > 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, I know the difference between "!=", "!==" and "!===". There is no such thing as !===. I always like to … | |
Re: If I look at your SQL query `SELECT COUNT('id') FROM domains WHERE domain = ? OR domain_email = ? AND password = ?` it's ambiguous if you mean `(domain = ? OR domain_email = ?) AND password = ?` or `domain = ? OR (domain_email = ? AND password = … | |
In an email conversation I was having with Jim last week, I wrote: > It’s a lot easier to google something than it is to find DaniWeb, sign up, create a username, activate your email address, navigate to the contribute page, come up with a topic title, figure out what … | |
Re: The code that you copied/pasted here doesn't use websockets. Why do you think it does? Websockets (which I personally don't have any experience with) let you keep a connection open between the browser and the web server so that the counter is always updated in realtime when the visitor is … | |
Re: 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 yesterday. Other than reading news articles about it and playing around with a demo, a developer hasn’t been able to … | |
Re: Hi there and welcome to DaniWeb! Thanks so much for joining. Please let me know if you're having a hard time navigating around the site. Most functionality can be accessed via the little hamburger menu to the left of the logo. | |
Re: I have always been of the opinion that no modern PC operating system that has Internet access is impenetrable. Years ago, nearly all of the talk of virus protection and that sort revolved around Microsoft Windows because Windows users represented the majority of computer users (and therefore more viruses were … | |
Re: Hello, An application like this requires variables to store the name and birthday. It requires you to use the `writeln()` function to output text to prompt the user to enter their name and birthday, and it requires you to use the `readln()` function to accept the name and birthday from … | |
Re: Google has been discounting footer / sidebar links for quite a long time now, so most of the industry switched to editorial links within articles and blogs. However, that's been majorly discounted now as well, especially for blogs that have demonstrated spun content or lots of third-party links that look … | |
Re: > Why my code looks messed-up above ? Sorry about that. I've gone ahead and fixed it. In the future, please add a blank line above and a blank line below the lines with the starting and ending ticks. | |
Re: Why not just use session_destroy()? | |
Re: Where did you attempt to put the code that didn’t work? I’m not seeing it in your full code. Also, the code you are saying isn’t working is just a conditional that checks the size/placements of picturebox1 and pixturebox2 with respect to each other. It doesn’t actually move either of … | |
Re: Instead of having the image on a third-party site, I'm including it here for easier readability.  | |
Re: rproffitt, what is WiPro? farman, I would answer this question by saying experience with both front end and back end development nowadays. I don't mean the developer needs to also be the designer / UI/UX person, but AJAX, websockets, etc. have made it necessary for backend devs to also have … | |
Re: It sounds to me like you are in a class learning to convert pseudocode to C++. Can you please show us the pseudocode you're working with? | |
Re: SEO is a long game. You *might* start seeing some movement in 3-6 months, but, depending on what it is you're doing, most of the SEO work you do won't really start making an impact for a year or more. | |
Re: I've never heard of Webs.com and, to be honest, this is a big ask because I actually haven't heard of any free web hosting companies in the past decade. Many, many, many years ago I started with Xoom, which was essentially a competitor to Geocities (and was also free). Of … | |
Re: > I f***ing hate Google anymore. 5 years ago you would have searched that and found a definite answer and guide on how to find your password. I'm gonna guess you got a bunch of poorly written articles from strange websites that weren't actually helpful? Those strange websites containing poorly … | |
Re: Sorry, I don't understand what i-net clear reports have to do with PHP? How are you wanting it to be integrated? Can you please explain in a little bit more detail? | |
When is it appropriate to use which social network to promote your business in your feed? I am active on Facebook, Twitter, and LinkedIn. If I have something to share about my business, do I cross-post on all three? Is it common for social networking content managers to use the … | |
Re: Hello! What does your Content Security Policy currently look like, and what type of PayPal integration do you have set up? Your CSP might be blocking PayPal's scripts from running or forms from executing. Here at DaniWeb, we have some pages such as [our DaniWeb Premium donation page](https://www.daniweb.com/donate/index) where we … | |
Re: Can you please clarify exactly what the values of the variables $name, $namehref, and $click are? | |
Re: Are you looking for someone else to do a project with you, and to partner with them by exchanging ideas and sharing knowledge to accomplish the project? Or are you looking for someone else to do a project with you of building an app or tool designed to exchange ideas … | |
Re: Are you referring to a constructor function that is used when creating new objects of a class? For example: class User { private $first_name; private $last_name; private $email; public function login() { ... } public function logout() { ... } public function __construct($data) { $this->first_name = $data['first_name']; $this->last_name = $data['last_name']; … | |
Re: This topic is tagged c++, java, and images. Are you wanting to write it in C++ or java? Also, what does it have to do with images? Moving forward, please be sure to follow our [tagging guidelines](https://www.daniweb.com/welcome/tagging) but, in the meantime, so that we can assist you, what language were … | |
Re: It just seems as if you have copied and pasted a homework assignment. We will definitely go out of our way to help you here at DaniWeb, but please help us to help you. What do you have so far? Where are you stuck? What is confusing you? What can … | |
Re: Data is just an associative array of table fields and their values. | |
Re: > if your page is hosted on https then use <script src="https//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> else us <script src="http//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> I think you meant https:// vs http:// (you forgot the colon) Alternatively, you can just use <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> (which is correct without the colon) and it will use whichever scheme the URL containing that … | |
Re: Yeah, I have to agree that you connected to the Internet to post this question. |
The End.