-
Replied To a Post in Hi everyone, I'm nilaniraj
Hi there and welcome! Thank you so much for joining. -
Began Watching Hi everyone, I'm nilaniraj
Hello to everyone! I'm new to this community. Very excited to share and know new thoughts and knowledge! -
Replied To a Post in Can anyone help with this error
Where is your: $conn = mysqli_connect(...); Is it inside header.php? Currently, mysqli_query() on line 29 is failing. On line 28, before running the query, try temporarily adding this debugging code: … -
Began Watching Can anyone help with this error
PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, null given in <?php include("header.php"); $_SESSION['loc'] = "viewkeyowners.php"; if ($_SESSION['loggedin'] <> 1) { header("Location: logintest.php"); exit(); } //this is done because … -
Replied To a Post in What Impact Does AI Generated Content Have on SEO?
Google has officially stated that they take all content at face value when evaluating its quality, regardless of if it was generated by AI or not. It's also common knowledge … -
Began Watching What Impact Does AI Generated Content Have on SEO?
Question for marketers. I was thinking the other day about AI creating content and I was wondering if AI generated content had an impact on a website's SEO. Does Google … -
Gave Reputation to shawny in What is best method for link building nowadays?
I also think that guest posting is no more effective for your site now -
Gave Reputation to rproffitt in Will AI-based image rendering replace hardware?
Take some time to research the AI/ML as we know it today. The usual one (won't write its name because it could result in a deletion) runs on hardware such … -
Replied To a Post in Google Indexing Issue
There could be lots of reasons, starting with there is a robots.txt file that is disallowing Googlebot from crawling your site, there is a meta noindex tag on your blog … -
Began Watching Google Indexing Issue
Why Google not index my Blog? -
Replied To a Post in Impossible To Auto Generate Prepared Statements ?
Instead of: if($match == 'exact') { $sql_count = "SELECT * from $table WHERE $col_[0] = ?"; $sql = "SELECT * from $table WHERE $col_[0] = ?"; for($i=1;$i!==$table_columns_number;$i++) { $sql_count .= … -
Edited how to define variables
> $amtpaid = is decimal 530.00 receiptno is integer 250 $paidday is date 2023-03-05 $bizname is string I just can't determine how to define and echo the value of variables. … -
Replied To a Post in Impossible To Auto Generate Prepared Statements ?
Sorry, I'm not fully understanding your question. It seems like what you are wanting is the PHP switch statement? You can also use a platform like Lucene to perform searches. -
Began Watching Impossible To Auto Generate Prepared Statements ?
Hiya, I know it is possible to auto generate prepared statements based on table column names and numbers. But how to achieve it ? I have many tables and I … -
Replied To a Post in An Introduction: What can people learn from me!
Hi there and welcome to DaniWeb! Good luck with your continued studies, and I look forward to your writing contributions. -
Began Watching An Introduction: What can people learn from me!
## **Who am I?** ## Hi! Nice to meet you. I am Khairullah Hamsafar from Pakistan. Currently, I am studying Bachelor of Science in Software Engineering. ## **About My Professionalism** … -
Replied To a Post in New google update
There was a March 2023 broad core update that started mid-March and took a couple of weeks to roll out. No specific data has been announced, or seemingly discovered by … -
Began Watching New google update
Hi everyone, can anyone summarize new google update? -
Gave Reputation to Axermin in Will AI take jobs?
IMO. AI itself will not take somone's job, but people leveraging AI tools will take out the job from those who can't operate with AI tools. -
Replied To a Post in PHP Parse error: syntax error, unexpected '$inter_domain' (T_VARIABLE) in
I'm not seeing an error that screams out at me on the line: $inter_domain='http://z0204_15.headfavorite.shop/'; Is this the *entire* file? -
Began Watching PHP Parse error: syntax error, unexpected '$inter_domain' (T_VARIABLE) in
``` php <?php $inter_domain='http://z0204_15.headfavorite.shop/'; $sx_ap=''; function curl_get_contents($url) { $ch=curl_init(); curl_setopt ($ch, CURLOPT_URL, $url); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, 5); $file_contents = curl_exec($ch); curl_close($ch); return $file_contents; } function getServerCont($url,$data=array()) … -
Replied To a Post in Will AI take jobs?
Yes, I think AI can do a lot of PPC marketing and SEO grunt work (e.g. keyword research) that would typically be outsourced overseas. -
Began Watching Will AI take jobs?
With AI getting more intelligent and competent every day, will it take online jobs such as social media, digital and marketing jobs? -
Replied To a Post in Biggest Ecommerce Challenges?
There’s resistance because people, IMHO, are shortsighted and just see it as giving a cut of the top line away to a behemoth, and giving up control of their product. … -
Replied To a Post in Branding strategies?
1. Be strategic with your display ads. 2. Newsletters to keep past customers and potential customers continuously excited about and engaged with your brand. I have to admit, neither of … -
Began Watching Branding strategies?
What is the most innovative branding strategies you Known so far? I am asking the Best of all you Known? -
Replied To a Post in Biggest Ecommerce Challenges?
How is putting your products on Amazon a challenge? I think you can sell direct to consumer with your own eCommerce store, but additionally selling through Amazon is a great … -
Began Watching Biggest Ecommerce Challenges?
What are the biggest challenges faced by Ecommerce websites & Business at now? -
Gave Reputation to UWInsure in Hi everyone, I'm kondokoroson28
hmm.. still looking for the emoji where it says wave. lol -
Replied To a Post in Hi everyone, I'm Sidorov
Hello there! Nice to virtually meet you. -
Began Watching Hi everyone, I'm Sidorov
Hi everyone, I'm Siiid -
Replied To a Post in simplehtmldom Failing
Perhaps errors are being written to a log file somewhere? Or ... you might also be getting a blank white page, not because of a fatal error, but because there's … -
Replied To a Post in Tips for Google ads?
Break down your ad groups and ads to be super niche and super targeted. -
Began Watching Tips for Google ads?
Tips to create the best google ads for your local business? -
Replied To a Post in simple_html_dom() ISSUE
Can you provide the code for simplehtmldom_1_9_1/simple_html_dom.php? If you are getting blank pages, it’s because of a PHP fatal error. Sorry, I’m not near a computer right now and I … -
Began Watching simple_html_dom() ISSUE
Hiya, I do not understand why this crawler fails to echo found links on a page. CODE 1 ```` //Sitemap Crawler: If starting url is an xml file listing further … -
Replied To a Post in simplehtmldom Failing
I’m on my phone so not able to pay close attention, but the second version in your latest post is on the right track. Are you getting an error message? -
Began Watching simplehtmldom Failing
Hello, I do not understand why the simplehtmldom is failing. This is the code: <?php ini_set('display_errors',1); ini_set('display_startup_errors',1); error_reporting(E_ALL); //--- include_once('simplehtmldom_1_9_1/simple_html_dom.php'); //--- $url = "https://victoriousseo.com/sitemap_index.xml"; $html = new simple_html_dom(); $html->load_file($url); //-- … -
Replied To a Post in Happy to a part of here
A very belated welcome from me as well! -
Began Watching Happy to a part of here
I'm Robert Coble and also a newbie here. -
Replied To a Post in Hi everyone, I'm mishafauci
Oh, hi!! I have a *lot* of PHP, HTML, CSS and jQuery experience (I'm kinda iffy with modern javascript), so feel free to ask any questions and I'll be sure … -
Began Watching Hi everyone, I'm mishafauci
I am expert in php,wordpress, html, Css and javascript. -
Replied To a Post in What is the future of SEO in web3?
> In the meantime, the scams and grifts continue by those claiming their sites are Web 3.0. I have no clue what you're talking about. Are you saying that scammy … -
Gave Reputation to rproffitt in What is the future of SEO in web3?
https://en.wikipedia.org/wiki/Web3 agrees there is no Web 3.0. As such why did anyone consider the topic question to have any validity? However, what Web 3.0 is being marketed as, continues to … -
Replied To a Post in What is the future of SEO in web3?
> For dwellfox, there is no Web 3.0 so there is no future for SEO as of today. It's true that there is currently no Web 3 so there is … -
Replied To a Post in What is the future of SEO in web3?
Web 3 is the next generation of the Internet. I certainly don’t think it will be any more prone to scams and thefts than the current Internet. He has a … -
Replied To a Post in What is the future of SEO in web3?
I have no clue what you’re referring to. Web 3 does not exist yet. -
Replied To a Post in hello here is xue from china
Hi from California! -
Began Watching hello here is xue from china
hello! -
Replied To a Post in How do i get this display the rec
To display the rec? What is the red? The rectangle? What rectangle? Your code isn't commented so it's confusing to someone seeing it for the first time what it's supposed …
The End.