Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
errors
- Page 1
send checkbox to email using phpmailer
Programming
Web Development
2 Months Ago
by ianhaneybs
…;/b> ' . $return . '</p> <form action="#
errors
" method="post" class="formontop">…
Re: send checkbox to email using phpmailer
Programming
Web Development
2 Months Ago
by Dani
… bit confused. Why do you have `<form action="#
errors
"`? Typically, the form action would be a PHP page…
Re: Google Search Console -> Page indexing
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by Olu_610
Errors
in robots.txt file settings and sitemap failures frequently trigger indexing issues. Verify if the robots.txt permits Googlebot to explore all pages and make sure your sitemap is fully updated with proper submission to Search Console.
Re: How to rank my blog in google?
Digital Media
2 Months Ago
by Zinavo_1
To rank your blog on Google, focus on strong on-page SEO by optimizing meta titles, descriptions, and internal/external linking. Also, fix technical issues like schema
errors
and use off-page SEO strategies such as social sharing and gaining contextual backlinks. Be patient, as ranking improvements take time.
Re: Page Crawling Issue
Digital Media
Digital Marketing
2 Months Ago
by naps2
If you are encountering a page crawling issue, you should check your robots.txt file to ensure that important pages are not blocked. You should also check Google Search Console for crawl
errors
or indexing issues.
Re: Key Tools and Tips for Efficient Web Development
Programming
Web Development
2 Months Ago
by simplixi
…; Plugins: Little helpers for your code editor to check for
errors
or style your code nicely. * Automate Things: Use tools that…
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by Dani
… their intended recipient. If you're not getting any PHP
errors
, it's possible that your outgoing mail server is not…
Re: Hello Everyone, I'm Ray Brad
Programming
Software Development
1 Month Ago
by Dani
… this error from microsoft clarity summary. (Most users encountered JavaScript
errors
on various product pages, such as "t[n] is…
Re: How To Send MYSQL Data To An Email
Programming
Web Development
2 Months Ago
by Davidmenk3
Looks like your email issue is causing more drama than a bad Wi-Fi connection! The problem is in $query["SELECT * FROM demo ORDER BY ID DESC LIMIT 1"];—this syntax is invalid. Fix it to $query = "SELECT * FROM demo ORDER BY ID DESC LIMIT 1";. Also, fetch the data properly and append it to $body like this: $row = …
Re: How To Send MYSQL Data To An Email
Programming
Web Development
2 Months Ago
by Biiim
Here's the code I've been using for about 15 years now - but a bit more simplified: function dbConnect($type = ''){ $conn = mysqli_connect( DBHOST, DBUSER, DBPASS, DBDB); if (!$conn) { echo "Error: Unable to connect to MySQL." . PHP_EOL; echo "Debugging errno: " . mysqli_connect_errno() . …
Re: Errors in Java programming
Programming
Software Development
16 Years Ago
by BestJewSinceJC
Errors
- Syntax/compiler
errors
, Runtime
errors
, Logic
errors
There you go. Now you can look them up and learn about them on your own.
Re: Errors in C++ program
Programming
Software Development
14 Years Ago
by dhruv_arora
Errors
I am getting are :- [CODE]--------------------Configuration: petShop - Win32 Debug-------------------- Compiling... …
Re: Errors help
Programming
Software Development
19 Years Ago
by tyczj
… somethin stupid i forgot so dont worry about thoes
errors
now the only
errors
im gettin are 'values' : cannot convert parameter 1… that same thing for every function. i never understand these
errors
and this one error C2084: function '__thiscall Array::~Array(void…
Errors again
Programming
Software Development
14 Years Ago
by emcyroyale
… got a lot of advice. But there are 3 more
errors
that persist after I changed the code a bit. Anyone… know whats wrong? Here are the
errors
: 1>------ Build started: Project: circle, Configuration: Debug Win32 ------ 1…
Errors !!
Programming
Software Development
10 Years Ago
by shahera.arafat
….h) This is the code and it gives me these
errors
>>which confused me alot >>what are… these
errors
?!! and what is the problem ?!! Error 3 error C4430: missing…
Re: Errors help
Programming
Software Development
19 Years Ago
by Ancient Dragon
[code]void main()[/code] That is the first problem -- it must be [code]int main() [/code] Please identifiy other
errors
you are getting so that we don't have to compile your code. List some of the
errors
.
Re: Errors help
Programming
Software Development
19 Years Ago
by tyczj
…; obj.values(arrayA, arrayB, &aptr); [/code] Most of the
errors
you posted seem to be pretty clear about what is… but man i didnt know i have something that explains
errors
more how do i get tp the compiler documentation?
Errors...can you help.
Hardware and Software
Microsoft Windows
19 Years Ago
by mikeyinchicago
Hey All, I keep getting 2 different
errors
that I can't seem to fix on my Dell …
Errors help
Programming
Software Development
19 Years Ago
by tyczj
i have
errors
and i dont know y im gettin them here is …
Re: Errors help
Programming
Software Development
19 Years Ago
by tyczj
im gettin
errors
saying that the function calls in the main are undeclaired identifyers
Re: Errors help
Programming
Software Development
19 Years Ago
by tyczj
here are the
errors
that im gettin with the part that it points to …
Re: Errors help
Programming
Software Development
19 Years Ago
by Ancient Dragon
…; obj.values(arrayA, arrayB, &aptr); [/code] Most of the
errors
you posted seem to be pretty clear about what is…
Re: Errors help
Programming
Software Development
19 Years Ago
by Ancient Dragon
… that you may be using Microsoft Visual C++ -- all their
errors
are explained at [url]www.msdn.microsoft.com[/url]. Just…
errors
Programming
Software Development
18 Years Ago
by Embeza
Hi guys, I am a new programmer. While running ASP.NET on my PC, it says "localhost/.......500
errors
..." What is the problem and the solution for this? thank you with regards
errors
Hardware and Software
Microsoft Windows
17 Years Ago
by rtjackson4@yaho
Intel Base Code, PXE-2.1 (build 083) Copyright (C) 1997-2001, Intel Corporation PXE-E61: Media test failure, check cable PXE-MDF: Exiting Intel PXE ROM what does that one mean? what do i do? is their any web info listed on "
errors
with their corrections"
errors
Programming
Software Development
16 Years Ago
by Nemoticchigga
… ^asyncresult) { df->EndInvoke(asyncresult); }[/CODE] I get the following
errors
. 1. warning C4101: 'asyncresult' : unreferenced local variable 2. error C2065…
Errors
Programming
Software Development
16 Years Ago
by Nasi23
Hi guys im getting some
errors
here and cant seem to find why? [code] #include <…
Re: Errors
Programming
Software Development
16 Years Ago
by Alex Edwards
… this, you should be explicit as to what type of
errors
you're getting. It will help for faster problem analysis…
Re: Errors
Programming
Software Development
16 Years Ago
by Nasi23
I changed the following [code] class Student{ public: Student (string = "Mary", double = 100, double = 99, double = 88, int = 1); void getInfo(); void showInfo(); private: string name; double test1, test2, test3; int idNum; }; [/code] That dropped it down to 11
errors
instead of 14
Errors
Programming
Software Development
16 Years Ago
by ckd327
…. Both programs are nearly complete however I keep getting similar
errors
on both. The first program's error is on the…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC