11,557 Posted Topics

Member Avatar for Ashley_31
Member Avatar for Olive34
0
226
Member Avatar for borobhaisab

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 …

Member Avatar for Dani
1
1K
Member Avatar for cored0mp

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.

Member Avatar for Dani
2
120
Member Avatar for cored0mp

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.

Member Avatar for Dani
1
162
Member Avatar for Initsky

Not only is email marketing still effective in 2023, but it's been the most effective form of marketing for me, time after time.

Member Avatar for bessieexum
0
72
Member Avatar for Mindmade

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 …

Member Avatar for sarahcuneiform
2
87
Member Avatar for Mindmade

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?

Member Avatar for bessieexum
-2
61
Member Avatar for deftsoftseo
Member Avatar for Hope_Magzine
Member Avatar for Haseeb_11
Member Avatar for giunisexsalon
Member Avatar for Dani
-1
24
Member Avatar for mnoizinum

> 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.

Member Avatar for Dani
0
274
Member Avatar for fasal

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 …

Member Avatar for Dani
0
104
Member Avatar for mariaakter

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 …

Member Avatar for smarttech
0
67
Member Avatar for VertexMinds

Hi and welcome! Do you have any specific questions? I have over 25 years of experience in the SEO industry.

Member Avatar for Raajokiaa_Rtiu
-1
42
Member Avatar for Clif40RD

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.

Member Avatar for Clif40RD
0
129
Member Avatar for rproffitt

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.

Member Avatar for Reverend Jim
3
265
Member Avatar for bijutoha

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 …

Member Avatar for bijutoha
0
60
Member Avatar for Johannes C.
Member Avatar for Dani
1
81
Member Avatar for maria0101010101

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.

Member Avatar for KomalBhatt
1
267
Member Avatar for neerajks992
Member Avatar for rproffitt

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 …

Member Avatar for Dani
0
42
Member Avatar for 格式塔工作
Member Avatar for Leonidas_3
Member Avatar for tarun Nagar

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, …

Member Avatar for Gulshan_6
0
81
Member Avatar for blud

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 …

Member Avatar for SCBWV
2
178
Member Avatar for Vandiun

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 …

Member Avatar for DGPickett
2
165
Member Avatar for TENG JUN
Member Avatar for Dani
0
259
Member Avatar for FitIsHit

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 …

Member Avatar for Gulshan_6
0
465
Member Avatar for exdimension

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.

Member Avatar for Dani
0
12
Member Avatar for Mindmade

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 …

Member Avatar for Dani
0
34
Member Avatar for Mariyam_2

What performance, specifically, are you wanting to track? The easy answer is you can use Google Analytics 4.

Member Avatar for bessieexum
0
103
Member Avatar for KomalBhatt
Member Avatar for mr_johnseo
Member Avatar for yehuda_2
Member Avatar for FarrisFahad

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 …

Member Avatar for Dani
1
154
Member Avatar for John_385

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, …

Member Avatar for AndreRet
1
77
Member Avatar for abod_1

Why can’t you use the computer you’re using to type this message?

Member Avatar for Reverend Jim
1
79
Member Avatar for hgsinfotech
Member Avatar for wwwalker
0
114
Member Avatar for Ebby_1

> 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 …

Member Avatar for FreelanceFin
1
95
Member Avatar for Dani

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, …

Member Avatar for Usamatamimi
4
4K
Member Avatar for Dani

I would just like to say that I love Screaming Frog. That is all. Carry on. What is your #1 go-to SEO tool?

Member Avatar for Dani
3
66
Member Avatar for Ananya_10
Member Avatar for rproffitt
Member Avatar for Hasan_25
2
287
Member Avatar for SCBWV

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?

Member Avatar for SCBWV
1
106
Member Avatar for richards01

> 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 …

Member Avatar for Abdulhaikahn
0
67
Member Avatar for richards1222

DaniWeb is a community of people chatting about computer technology, programming, etc.

Member Avatar for Dani
0
14
Member Avatar for Hanhai_1
Member Avatar for lenalauren22

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.

Member Avatar for AndreRet
0
160
Member Avatar for VinayakNotes

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.

Member Avatar for AndreRet
0
77

The End.