-
Moderated HTML id inside PHP tag how?
I have this form where users are adding their sessions:  What I want to do is to show the week number in the input "week" id. My HTML tag … -
Moderated a Post in HTML id inside PHP tag how?
I have this form where users are adding their sessions:  What I want to do is to show the week number in the input "week" id. My HTML tag … -
Edited The Struggles Of A Technical Mind
A technical mind isn’t wired like most other minds are. As an IT person, you generally tend to be fully immersed in your work, digging deeper into the why and … -
Moderated a Post in The Struggles Of A Technical Mind
A technical mind isn’t wired like most other minds are. As an IT person, you generally tend to be fully immersed in your work, digging deeper into the why and … -
Published The Struggles Of A Technical Mind
A technical mind isn’t wired like most other minds are. As an IT person, you generally tend to be fully immersed in your work, digging deeper into the why and … -
Replied To a Post in How to grow a beard fast?
You and Adam are both reprieved. -
Gave Reputation to Jhon_23 in email marketing
Marketing with email is a form of promotion in which an existing [email](https://mailchimp.com/email-marketing/) address is employed to notify the subscriber of new services, savings, and info. It can possibly be … -
Replied To a Post in Hi everyone, I'm preservation
Your profile says you’re in Bangladesh and, based on some other profiles of yours around the web, you appear just to be a catfish. I assume you’re posting for the … -
Began Watching Hi everyone, I'm preservation
Hello Good People! I’m Michael S. Gray owner of ([preservationguide.com](https://preservationguide.com/)) your host from California, United States. From my childhood, I was very fascinated with mechanical devices and always wanted to … -
Replied To a Post in How is the future of Digital Marketing?
I would argue that SEO can still be more effective than social media in terms of digital marketing. It depends on your product, I suppose. There’s a right fit for … -
Began Watching How is the future of Digital Marketing?
From billboards to Google or social media ads, marketing has evolved dramatically, from quantity to quality. It is now all about providing quality and improving the customer experience in marketing. … -
Replied To a Post in WordPress or GoDaddy?
WordPress is the most popular blogging software on the web today. It’s easy to get started with it infinitely powerful if you grow into a power user over the years. … -
Began Watching WordPress or GoDaddy?
WordPress or GoDaddy? which platform is easy to use if i want to make a blog website? -
Replied To a Post in How do I create a bot that requests users to answer questions in Quora?
Now that I think about it, you might be able to use the google-chrome headless web browser. It's capable of javascript and interacting with the webpage. You can start by … -
Created Signed Exchanges recommended cache TTL
According to [this page](https://developers.google.com/search/docs/advanced/experience/signed-exchange), Google requires "as a rule of thumb" that the SXG expiration date is less than 1 day in the future if the content is JS, or … -
Began Watching Signed Exchanges recommended cache TTL
According to [this page](https://developers.google.com/search/docs/advanced/experience/signed-exchange), Google requires "as a rule of thumb" that the SXG expiration date is less than 1 day in the future if the content is JS, or … -
Replied To a Post in Php Html Mailer - Charset
Utf8mb4 is only used when setting the character set for MySQL databases. It is the equivalent of utf-8, which is the character set you want to use for your html, … -
Replied To a Post in Php Html Mailer - Charset
I just saw in your profile that you’re in Bangladesh. You will want to use utf-8 for non-English email. -
Replied To a Post in Php Html Mailer - Charset
I’m not near my computer right now to double check, but if memory serves, I use UTF-8 for email and never had an issue. It would be recommended to use … -
Began Watching Php Html Mailer - Charset
Hi, On this link: https://www.php.net/manual/en/function.mail.php It states: // To send HTML mail, the Content-type header must be set $headers[] = 'MIME-Version: 1.0'; $headers[] = 'Content-type: text/html; charset=iso-8859-1'; Is the charset … -
Replied To a Post in how do a java application
In the other forum thread you posted about a Java app that does some simple arithmetic, I directed you to an article that shows you how to do it. Do … -
Replied To a Post in what am gonna do will this kindly help me for my project
Here's someone else needing help about ten years ago with the same program in C++: https://www.daniweb.com/programming/software-development/threads/270987/multiple-math-function-options You can use what they have as a start, and work through debugging it. … -
Began Watching what am gonna do will this kindly help me for my project
Create a simple java calculator console application that will use the four (4) basic math operators: Addition, Subtraction, Multiplication and Division. If conditional statements will not be use since it … -
Replied To a Post in Parse error: syntax error, unexpected T_IF in H:\xampp\htdocs\login.php on
> Parse error: syntax error, unexpected 'if' (T_IF) in C:\xampp\htdocs\merge\registration.php on line 3 To answer 2451-18-737-303 (albeit nearly a year late) You're missing { and } around all of your … -
Began Watching Parse error: syntax error, unexpected T_IF in H:\xampp\htdocs\login.php on
Parse error: syntax error, unexpected T_IF in H:\xampp\htdocs\login.php on line 74 i don't see any mistake here? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> … -
Replied To a Post in Is there any instagram ecommerce extension?
I guess a good place to begin is to know what e-commerce platform you're using? -
Replied To a Post in How to download a file in C++
I was able to find [URLDownloadToFile()](https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/ms775123(v=vs.85)) but what is URLDownloadToFileA()? Is that a typo or a function you wrote? -
Began Watching How to download a file in C++
Does someone know how to download a file in c++? A simple way. i just need it to download and save it to a specific directory. -
Replied To a Post in VB.NET ACCESS insert into
We are an English-only forum :) Google Translation: *hello everyone, someone can help me ... I would like to make a form with a button that inserts the data into … -
Began Watching VB.NET ACCESS insert into
ciao a tutti, qualcuno mi può dare una mano...vorrei fare un form con un pulsante che al click inserisce i dati in un db access, avrei bisogno del codice per … -
Undeleted a Post in what am gonna do will this kindly help me for my project
Create a simple java calculator console application that will use the four (4) basic math operators: Addition, Subtraction, Multiplication and Division. If conditional statements will not be use since it … -
Deleted a Post in what am gonna do will this kindly help me for my project
Create a simple java calculator console application that will use the four (4) basic math operators: Addition, Subtraction, Multiplication and Division. If conditional statements will not be use since it … -
Replied To a Post in how do a java application
Hi, Per our private chat, can you please give a little more detail in terms of where you are stuck or confused? Our goal is to help you complete the … -
Began Watching how do a java application
Create a java application that will convert unit length from Metric to English system. The user will be asked to enter a Metric unit and then it will display the … -
Replied To a Post in Hi everyone, I'm alvisanderson
Hi and welcome to DaniWeb! You’ll find yourself right at home here alongside many other longtime web developers. However, we do ask that you please don’t plug a link to … -
Began Watching Hi everyone, I'm alvisanderson
Hi friends! This is Alvis Anderson a website developer exploring the latest gadgets and like to read about any technological advancement in the world. click to know more: <Link snipped … -
Edited Hi everyone, I'm alvisanderson
Hi friends! This is Alvis Anderson a website developer exploring the latest gadgets and like to read about any technological advancement in the world. click to know more: <Link snipped … -
Replied To a Post in Hi everyone, I'm DavieBautista
Hi Davie! Welcome to DaniWeb :) -
Began Watching Hi everyone, I'm DavieBautista
Hi I am Davie Bautista and i am from UK -
Replied To a Post in Invalid Sql query. Expected insert, delete...
I don’t know VB at all but why do you have SHAPE { with an opening bracket but no closing } anywhere? -
Began Watching Invalid Sql query. Expected insert, delete...
My code is this. Dim strSQL As String, strSQL2 As String Dim db As Connection, rst As ADODB.Recordset Set db = New Connection db.CursorLocation = adUseClient db.Open "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=C:\River Syde … -
Created Why do you post on DaniWeb?
Trying to get some insight into motivation so I can come up with ways to do a better job giving you what you want. -
Began Watching Why do you post on DaniWeb?
Trying to get some insight into motivation so I can come up with ways to do a better job giving you what you want. -
Replied To a Post in 10 year member of daniweb
For what it’s worth, “Forum Topics Tagged [java]” has recently been renamed to “[java] Forum Topics”. -
Began Watching 10 year member of daniweb
Hey all! Hi again!! I am long time member (10 years) here. I have not logged in here since a long time. I see this site has changed a lot … -
Replied To a Post in How do I create a bot that requests users to answer questions in Quora?
Don't be mad at the quality of your formal education for not being able to figure this one out because, unfortunately, this is simply not doable. There's no way for … -
Began Watching How do I create a bot that requests users to answer questions in Quora?
This is how I want it to work. 1) First day. It goes to all questions that are asked within last 14 days. 2) It picks each question. Then it … -
Replied To a Post in Hi everyone, I'm humblepi3
Awesome and welcome to DaniWeb! Why a C# console app, though, as opposed to something in asp.net that would expand full stack web dev skills? -
Began Watching Hi everyone, I'm humblepi3
I have recently just finished up a software development mentorship program where I learned and built projects in Vanilla JS, and most recently in React. I am currently jumping into … -
Replied To a Post in Hi everyone, I'm mariaakter
Hi and welcome to DaniWeb!!
The End.