11,557 Posted Topics
Re: Can you show what code you have so far and where you're stuck? | |
Re: I'm glad you got it working. I'll mark this question as solved. That being said, why use simple_html_dom.php at all? I use PHP's built-in [DomDocument class](https://www.php.net/manual/en/class.domdocument.php) as so: // Initiate ability to manipulate the DOM and load that baby up $doc = new DOMDocument(); libxml_use_internal_errors(true); $doc->loadHTML($message, LIBXML_NOENT|LIBXML_COMPACT); libxml_clear_errors(); // Fetch … | |
Re: I code in PHP with MVC architecture. Each model and controller are their own class and there is one per file. Views are PHP templates, also one template (which typically represents either a full HTML page, or a large, reusable segment of an HTML page) per file. | |
Re: I believe you need to connect to the appropriate database first, before issuing the create table command. From my understanding, it is not possible to specify a database name from within the create table command. | |
Re: Not only is email marketing still effective in 2023, but it's been the most effective form of marketing for me, time after time. | |
Re: I might be mistaken, but I’m not so sure this is possible. I haven’t seen anything in Google Analytics or Google Search Console that lets me know if a keyword was typed in or queried via voice. I don’t think that Google exposes this information through an API, either, meaning … | |
Re: It depends what you mean by "audience"? Do you mean users of your website who are there just to buy your products or services, or is there a social/interactive side to your website? Or is your audience just your social media followers? | |
Re: Hello there from me as well. Thanks for joining. | |
Re: Do you focus more on technical SEO or digital PR? What’s your favorite aspect? | |
Re: I guess I'm not fully understanding your question. Can you elaborate? | |
Re: > macOS 10.4.11, known as "Tiger," is a very old version of macOS This question is 15 years old. That's why they were using such an old version at the time. | |
Re: I think it has to do with the target audience. I've noticed that programmers, especially, are really keen on dark mode. It has to do with spending hours at the screen, concentrating on text, and eye strain. It was in the plans to add a dark mode to DaniWeb earlier … | |
Re: Hello! I'm sorry you're dealing with the frustrating experience of watching traffic just slowly decline, week after week, month after month, with no idea what to do to stop the downward trend. I've been there! I get it. From what I understand of what you're saying though, the number of … | |
Re: Hi and welcome! Do you have any specific questions? I have over 25 years of experience in the SEO industry. | |
Re: I wish I could offer you some assistance, but unfortunately this topic is completely outside my wheelhouse. I’m sorry. :( I’ll tweet your post and see if someone on my social comes to your rescue. | |
Re: It makes sense to me that if I run a prompt (of my own creation) through an AI system (one that I did not write), I should not hold the copyright to its output. | |
Re: React.js, being a front-end JS framework, means that the UI gets rendered dynamically by the web browser. For a very long time, search engine bots didn't have the ability to interpret javascript accurately. Therefore, when a webpage interface is generated entirely via javascript, search engine crawlers didn't have the ability … | |
Re: Hello and welcome to DaniWeb! Thanks so much for joining :) | |
Re: Ever since moving, I had to use Google Maps or Apple Maps to tell me where the nearest Taco Bell was, and, furthermore, that I should instead be driving a bit longer to the second-closest one that has a drive-thru. | |
Re: I haven’t changed anything in a very long time as I’m still dealing with my health. However, the less than icon (the first part of the DaniWeb logo) has been our favicon.ico graphic for as long as I can remember. I believe about 5-10 years ago it also served as … | |
Re: Redis is great for client/server messaging apps. | |
Re: Why give up PHP and Laravel? ;) | |
Re: For the web (since that’s my area of expertise): It depends on what the app will do. Certain programming languages and technology stacks are more suited for things like real-time messaging, for example. Other technology stacks might be more suited to searching big data (billions and trillions of records). However, … | |
Re: Hello everyone and sorry for being absent from DaniWeb for the past month and a half. I have had just unbelievably debilitating exhaustion that has prevented me from getting out of bed most days. 10,000 tests later, it is seeming as if it’s very likely that I have leukemia. The … | |
Re: Hello! I would create an INDEX on the orders table in this order: order_date, customer_id, order_id, product_id I would also create an INDEX on the customers table for customer_id, the order_details table for order_id, and the products table for product_id. I don't see any inefficiency in your query itself, but … | |
Re: What result are you getting versus what you’re expecting? | |
Re: Hi, I'm not sure I fully understand your question. I browsed your site and most pages do not have meta tags. For example, I'm on your Zalgo Text Generator page and I don't see meta keywords or meta description. Every unique page of your site needs to have at least … | |
Re: Hi and welcome to DaniWeb!! Also, you may wish to fix the link in your post signature. It seems to be poorly formatted so the link doesn't work. | |
Re: I consistently hear about how HARO is so amazing, but it's a *grind*. Every so often I give it another try, but in my own experience, I end up being very picky about which emails I respond to, and I take my time in my responses, and nothing ever comes … | |
Re: What performance, specifically, are you wanting to track? The easy answer is you can use Google Analytics 4. | |
Re: If you’re concerned, it should be simple to convert your existing code to use a link instead of a button and still have it look the same. Personally, my convention is it should be a link if you’re navigating to a new page or fetching content. It should be a … | |
Re: I'm looking at the documentation [here](https://www.speakatoo.com/documentation_view/speakatoo--api-documentation) and it seems to be a very straightforward JSON-based API that has nothing to do with cookies. The csrf_cookie_name you're referring to has to do with using cookies for anti-CSRF protection. Can you please show us the full requests you're using with Postman? Where, … | |
Re: Why can’t you use the computer you’re using to type this message? | |
Re: Can you link to the specific URL that demonstrates the javascript syntax error? | |
Re: > Are there any ways that i can use to find out, who has been sharing my quora profile link, and to which space or url was my profile link shared to. Not that I know of, no. LinkedIn, for example, tells you who viewed your profile (unless they have … | |
Sometimes you need to delete duplicate rows in a database :) In the future, set UNIQUE keys when you need them :) In the example below, we have a table appropriately named `TABLE_NAME` and there are multiple rows that have the same value for the `duplicate_field` field. In this example, … | |
I would just like to say that I love Screaming Frog. That is all. Carry on. What is your #1 go-to SEO tool? | |
Re: Quora, Reddit, ... What's your point? | |
Re: > "41% of all code on GitHub right now is AI generated." I don’t see the positive in that. | |
Re: Ugh, that's annoying. I use macOS so I haven't had to deal with Edge for quite some time now. Why not use Chrome or Firefox? | |
Re: > You should really try to show that you did some effort in searching before just posting a question here, you would have had your answer long before the time we reply to your question. That kinda goes against DaniWeb's model. Questions asked on DaniWeb help not just the question … | |
Re: DaniWeb is a community of people chatting about computer technology, programming, etc. | |
Re: Hi Allen! | |
Re: You have mismatched html tags. For example, you are not closing a tag you have opened, your elements are incorrectly nested, etc. Something is wrong. I’m not near a computer right now (on my phone) to check your html code. | |
![]() | Re: Hi and welcome to DaniWeb. Thanks for joining. Do you have experience with any Linux distributions? Configuring and compiling the kernel might give you the project you're after. |
The End.