11,555 Posted Topics

Member Avatar for Mikey37

Some quick research seems to indicate that Windows Storage Space is a form of software raid, managed by Windows. Since, from what I read, a big part of the functionality for Storage Spaces is that you can extend storage over time as you add drives, I suspect that the physical …

Member Avatar for Ethan_19
0
218
Member Avatar for Xozz

You can get it here: https://www.microsoft.com/en-us/software-download/windows10ISO

Member Avatar for Ethan_19
0
81
Member Avatar for Irfan_9

Sorry, I guess I don’t understand your question. You have a series of if statements that check for certain conditions passed into a form. I’m not sure how that relates to pagination? What code for pagination do you have so far?

Member Avatar for AdamFriska
1
142
Member Avatar for jaswwjatin
Member Avatar for qfebocqkut

Is this a desktop? What brand? I’m not sure what red light you’re referring to. Is that power? The hard drive? The CPU? You need to get your computer to POST. (When it spits out on the screen what’s going on during the boot up process.) Typically there is an …

Member Avatar for Dani
0
59
Member Avatar for FarrisFahad

A cron job is a scheduled task that your operating system runs. The only way that a PHP script can make changes to what cron jobs run on a server is with admin privileges. The user would have to run the PHP script from the command-line as the root user. …

Member Avatar for Dani
0
72
Member Avatar for elliotckim
Member Avatar for Dani
0
9
Member Avatar for RC_820

When someone logs in, you would generate a token that is stored as a cookie in the web browser. That session cookie is also attached to the user ID in a session table in the database. If the user attempts to log in from a different browser, where the session …

Member Avatar for Dani
1
140
Member Avatar for larry29936

sleep() is the right approach, but you have to play with flushing the output buffer to force what should be echo’ed to the browser up to that point to the end-user. Sorry, I wish I could type more but I’m on my phone and not home.

Member Avatar for Dani
1
162
Member Avatar for larry29936

I’m exercising on the stationary bike right now but as soon as I’m done, I’ll type the code out from my computer. It’s too difficult to type code from mobile.

Member Avatar for larry29936
1
280
Member Avatar for Valeriia

As rproffitt suggested, you can use something such as Log In with Facebook or Log In with Google. Most people only have one Facebook or Google account. However, from a security standpoint, nothing is preventing them from creating another account. You can also limit to the IP address + browser …

Member Avatar for Karl_11
0
84
Member Avatar for robertbanking

Everything I know about PPC I learned from the official Google tutorials and becoming a Certified AdWords Professional back in the day! Follow all the course information here: https://skillshop.exceedlms.com/student/path/18128-google-ads-search-certification Unless they changed something, it should still be free.

Member Avatar for Dani
0
29
Member Avatar for cristian_12

So the code you have will show the image morel_thunb.jpg that is expected to be in the same folder as the HTML document. Upon clicking it, it will load morel.jpg, also expected to be in the same folder as the HTML document. Are you sure you mean morel_thunb.jpg and not …

Member Avatar for Dani
0
37
Member Avatar for UnabashedGeek

What you are describing seems like a CSS or Javascript issue (most likely CSS). It's possible that there is a bug in the server-side code that is serving the wrong CSS files to you for some reason (it could be based on IP address, geographic location, browser user-agent, logged in …

Member Avatar for Dani
0
72
Member Avatar for sirzardoz56

Didn't Microsoft Windows have this built-into their OS many, many years ago?

Member Avatar for rproffitt
0
175
Member Avatar for nextsmm

Black hat or white hat? If going black hat, try something such as Outreach Mama. As for white hat, I'm struggling too! If you have any suggestions, feel free to let me know ;)

Member Avatar for Gamerseo
0
95
Member Avatar for prithulatasnim

You can improve LCP by making the biggest block of content on the page load as quick as possible. You can improve CLS by using CSS to give every single element a fixed size, so that there's room for it as external assets load into place. FID is not one …

Member Avatar for Dani
0
21
Member Avatar for les_5lesabrams
Member Avatar for stratozyck

I completely disagree. Reddit didn’t start with billions. Neither did Quora. I know it was a long time ago, but I bootstrapped DaniWeb with a $20 initial investment and quickly displaced the largest tech publications at the time (CNET, Ziff Davis, etc.) It is also completely reasonable for a project …

Member Avatar for pty
1
116
Member Avatar for stratozyck

IMHO, you're being hypocritical. On one hand, you're saying that you want to create a platform owned and run by its members. On the other hand, you're saying that there should be a ban of all political speech on weekdays, a rating system that disincentives swear words, promotion of content …

Member Avatar for rproffitt
1
91
Member Avatar for Marufkhan

Hi there and nice to meet you. What types of digital marketing do you focus on? I have over 25 years experience in SEO (before it was even an industry!)

Member Avatar for bestbiz17
0
31
Member Avatar for lukwagomedia

It's pretty impossible to debug what could be wrong with your code without you sharing your code with us. However, keep the following in mind: // This will remove duplicate rows SELECT UNIQUE colA, colB FROM table // This will roll up rows with the same value for colA into …

Member Avatar for Dani
0
123
Member Avatar for larry29936

It's hard to know because you aren't spitting out any errors. Add to the top of your PHP script: ini_set('display_errors', 1); error_reporting(E_ALL);

Member Avatar for Dani
0
70
Member Avatar for Jennifer_19

So sorry for taking so long to see this topic and respond to it. I would switch $_POST['dropdown'] to $_REQUEST['dropdown'] everywhere in your code, which means that the dropdown option is not going to be passed in by a form POST submission, but alternatively just by a query string. Then …

Member Avatar for for working
1
1K
Member Avatar for Hugh Nelsons
Member Avatar for JamesCherrill
-1
66
Member Avatar for Kevin_72
Member Avatar for Valeriia
2
99
Member Avatar for Divyansh_5

What exactly does upload.php look like? It looks like there is an error on line 22 of upload.php. It looks as if the path is invalid in your ftp_put() function. Check your values for $remote_file_path and $remote_file_path2. Also, this is a very, very insecure way of doing file uploads. Why …

Member Avatar for Jawass
1
205
Member Avatar for Nald_1

I would stick to PHP and MySQL as they are free and there are a *lot* of online tutorials and resources catering to newbies. There is also phpMyAdmin which is a web-based GUI to visualize your MySQL databases and tables. I use the PHPStorm IDE and it, also, has a …

Member Avatar for Dani
0
61
Member Avatar for larry29936

php.ini has a maximum file size limit, maximum execution time, maximum memory, etc. You most likely are hitting one of these limits.

Member Avatar for Dani
0
50
Member Avatar for larry29936

Please post the code you have so far that works with passing a file_id into mydloader() instead of a filename. Do you already have the MySQL query written to do the lookup and convert the file_id to filename? The reason SQL code before the headers introduces problems has to do …

Member Avatar for Dani
0
122
Member Avatar for Dani

Suppose you have a php script where a user is prompted to enter a number. You then do something with that number ... you increment it, perform some other math calculation on it, search the database for records with the ID # the user passed in as a query string, …

4
933
Member Avatar for Divyansh_5
Member Avatar for kenben10

Hi Kenny and welcome to DaniWeb!! What brought you here? Are you interested in tech? I started DaniWeb back when I was 19. I'm currently just about to turn 40!

Member Avatar for Reverend Jim
0
24
Member Avatar for Joe_940

Can you please describe what you mean by search box? Usually a search box is just an empty text field where a user types in what they want to search for and then clicks a search button. Are you thinking of an autocomplete? Or a dropdown?

Member Avatar for Jawass
1
161
Member Avatar for geoguy09
Member Avatar for emsanator

So I see you currently have code in place to create a big tree with all your categories. Do you want to be able to click on them and have them expand/collapse without refreshing the entire page? If so, this can only be accomplished with Javascript.

Member Avatar for Dani
0
174
Member Avatar for kenben10

Hi, so sorry for taking so long to reply to this topic. I saw it the other day but I was on my phone and couldn't provide a proper reply. I suspect you want to do this with HTML. You would do something like: <a href="http://www.website.com/page.html"> <img src="http://www.website.com/image.gif"> </a> Good …

Member Avatar for Dani
0
68
Member Avatar for oscameza

DaniWeb is a free community ... it doesn't cost you anything to view or participate in any of our topics. We do offer a DaniWeb Premium membership, which costs money, and gives you some additional benefits and functionality, such as no ads.

Member Avatar for Dani
0
19
Member Avatar for nextsmm

You need to [create an XML sitemap](https://developers.google.com/search/docs/advanced/sitemaps/build-sitemap#createsitemap), link to it from your robots.txt file, and then submit it to Google Search Console. You can also submit it to Bing Webmaster Tools.

Member Avatar for Dani
0
13
Member Avatar for profmuluka
Member Avatar for Dani
0
906
Member Avatar for nextsmm

pritaeas, price is less of an obstacle if it's a B2B SaaS app. It's a lot tougher to convince consumers to open their personal wallets than it is to convince businesses to invest in increasing their bottom line. Why don't you start by advertising it as a $100 product, but …

Member Avatar for Dani
0
49
Member Avatar for Abeiyh

Please show us the code you have so far and where you're stuck, what isn't working, or what is specifically confusing you about this homework assignment. Also, you tagged your question c, c++, and java ... what language are you currently studying?

Member Avatar for Dani
0
53
Member Avatar for sganandhsg

I think this is a limitation of Edge, not of your web application. They have a hard limit on the number of concurrent connections per hostname that are allowed, at least with HTTP/1.1. I'm not sure if the same limitation exists with HTTP/2. Does your web app use HTTP/2? I'm …

Member Avatar for Dani
0
737
Member Avatar for nalb4242

Can you please show us your code? I found some ideas here: https://stackoverflow.com/questions/64610742/error-databasebridge-is-null-using-watermelondb-in-react-native Not sure if the replies in that thread fix your problem.

Member Avatar for Dani
0
103
Member Avatar for starwebmaker09
Member Avatar for david_249
3
1K
Member Avatar for Valeriia

They track different things. Google Analytics is javascript that you place on your webpages to track how many visitors you have, and demographics about each of your visitors. It can also track conversions and a whole slew of things. Ahrefs is an SEO tool that is typically used to track …

Member Avatar for Magic Beans
0
111
Member Avatar for jiten702

HTML is a markup language while PHP and ASP.NET are development languages that are used to generate HTML. Whichever backend language you use, they all have the capacity of being equally SEO friendly. However, they also all have the capacity of being not SEO friendly at all. Always follow SEO …

Member Avatar for Gamerseo
2
753
Member Avatar for dennisbetty201
Member Avatar for larry29936

A few things. Firstly, I’m unsure why you think this is an MD5 issue because I’m not seeing anything in your code that MD5 encodes anything? Secondly, you never stated specifically what error message you’re getting or what isn’t working. If you are getting a blank page, it’s probably because …

Member Avatar for larry29936
0
100
Member Avatar for tsend3

Rproffitt, CPA is cost per acquisition, not action, and actually has nothing at all to do with SEO. In fact, quite the opposite. SEO is about what you can do to help Google to help you rank in the organic search results and get Google to send traffic your way …

Member Avatar for Dani
1
156

The End.