11,557 Posted Topics
Re: Hi and welcome to DaniWeb! Perhaps less self-promotion moving forward though. | |
![]() | Re: What do you mean it helps you for a longer time? Longer than what? Are you comparing organic vs PPC? What is organic SEO longer than? |
Re: Hi Shiva! Very nice to meet you. What aspects of online marketing are you into? We have a digital media and marketing category here at DaniWeb. | |
Re: Sorry for taking so long to see this post and respond to it. What is an upper line user? I guess you're saying that if a user referred someone directly, give them 5 points, and then additionally give them 3 points if someone they refer refers someone. Hmm, let me … | |
Re: Well, you could set your YouTube videos to unlisted and then use a CMS in which the pages with the embedded videos are only accessible after paying. I'm not sure if this violates the YouTube terms of service, however. Additionally, anyone with the URL to the video would be able … | |
Re: What happens if you use the `mysql_error()` function to fetch the text message from the last MySQL operation? Right before your while statement, do `echo $mysql_error($samb);`. What's the error? | |
Re: Hi there!!!! Nice to meet you and welcome to DaniWeb. | |
Re: I think this is the same question you asked here: https://www.daniweb.com/programming/web-development/threads/522286/problem-calling-function#post2260006 Is this question different? | |
Re: Per Mozilla documentation: > The keydown event is fired when a key is pressed. Unlike the keypress event, the keydown event is fired for all keys, regardless of whether they produce a character value. The keydown and keyup events provide a code indicating which key is pressed, while keypress indicates … | |
Re: When connecting to a database, you need to specify the server host. If it's the same machine, you would specify 'localhost'. However, if it's a different machine, you would specify either the hostname on the network or IP address of the other machine. If both machines are properly configured on … | |
Re: You want to include a shared header and a shared footer. Typically this is done with a server-side language such as PHP or Python. You can get started with an existing CMS (something that takes care of all of this for you, and more) such as Wordpress. | |
Re: The above code will let you do it with plain javascript. Are you using something like jQuery by any chance? | |
Re: What do you mean how do you? As in what tools are used to try to be most efficient and keep all your ducks in a row? Where to go to keep up to date with all the topics? Sorry, your question is just a bit broad and I want … | |
Re: As gentlemedia points out, there are lots of free tools available online to easily beautify Javascript (properly indent it, etc.) However, javascript minifiers replace understandable variable names with meaingless names a, b, c, d, etc. You might be able to understand `total = price_of_apples + price_of_pears` but seeing lines like … | |
Re: Can you please show the code you’ve attempted so far? We can help you if you show us what you tried and where your stuck. It’s considered rude to just ask us to do your homework for you. | |
Re: Sorry, this is an English-only community. Can you explain what you want in English please? | |
Re: Hi there. Welcome to DaniWeb. What languages are you speaking? | |
Re: I have no idea what clickbank was or who the target demographic is. But I guess you would start a mailing list by creating a webpage promoting your mailing list and the benefits and advantages of signing up for it. | |
Re: Hi Max. Nice to meet you. You say you used to work as a game developer? What are you doing nowadays? | |
Anyone see any fun april fools pranks on the web today? I think most companies (I know Google has) have decided not to do it this year. | |
Re: Hmm, that's really weird. I'm not having a problem uploading a new avatar. Maybe someone else can try and see if they're having issues? | |
Re: I'm in a very giving mood today ;) Usually I don't just give the answer to homework problems outright like I am now. I'd rather see some effort put in on your end. So consider yourself very lucky. The following is the pseudocode for the program. Think about what each … | |
Re: The error `Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean` means that your PHP code is expecting a MySQL result set, but instead it's getting a boolean (TRUE / FALSE). This happens when your MySQL query fails due to an error and it returns FALSE on failure. If your … | |
Re: Your code `<a href="<?php echo "/{$file}";?>">` is a link to the actual .iso file you want them to download. Instead, you want to create a new page such as download.php?file=123 where an ID for the file is passed in as a parameter. When that page is accessed, it increments a … | |
Re: DaniWeb doesn't have a lot of tutorials, really. We are mostly a chat community offering both group and one-on-one chat. If you're stuck with something, in particular, in terms of migrating, then we can help you with that. However, WordPress is a blogging platform / CMS and Magento is specifically … | |
Re: What does it do? And what would be the advantage of converting it to Python? | |
Re: What language is it currently in? What is it supposed to do? | |
What is the difference between setting a cookie domain to `www.site.com` vs `.www.site.com` when I want to limit a cookie to the www subdomain? | |
In light of the current world we live in, and an age of social distancing, what can DaniWeb do to do a better job of connecting its members? It was always my goal of Dazah / DaniWeb Connect that it be used to connect people who work from home or … | |
Re: Try `<input type="image" src="images/button_send-email.png" alt="Email">` You can see according to [W3](https://www.w3.org/TR/html401/interact/forms.html#h-17.4.1) that `type="image"` creates a graphical submit button. | |
![]() | Re: Try Ctrl+Alt+End instead of Ctrl+Alt+Del. Does that work? Good luck. ![]() |
Re: I dunno, rproffitt. I don't really put a whole lot of weight in those things because they are soooo cookie cutter. For example, he got dinged because "There are 5 static components without a far-future expiration date." But maybe that was by design? There are times when you actually do … | |
Re: Hi there! Super nice to meet you. So sorry I didn't see this forum thread until now. Welcome!! | |
Re: Nice to meet you. I wrote DaniWeb in PHP. I’ll check out your game a little later. I actually just recently woke up and am just surfing the web in bed before I hop into the shower. How’s Coronavirus where you are? | |
Re: Line 127 says `<form id="form1" method="POST" action="/">` which means to post the form data to the homepage of your site, which means the form isn't even working at all. The action should be `action="contact.php"` instead. | |
Re: I'm going to try formatting your query: SELECT * FROM coupon c INNER JOIN coupon_customer cc ON c.coupon_id = cc.coupon_id LEFT JOIN coupon_store cs ON c.coupon_id = cs.seller_store_id LEFT JOIN seller_store ss ON c.seller_store_id = ss.seller_store_id WHERE cc.customer_id = $customer_id AND c.date_end > NOW() You can use the GROUP_BY clause … | |
| |
Re: Hi Azeem. Stuck at home here as well. How is the UAE doing with coronavirus? | |
![]() | Re: Depending on what you want to use the computer for, there will always be limitations based on ram amount. Your processor capabilities determine how fast your computer can work, and ram basically limits how many things your computer can keep track of at one time. In my experience, no reasonable … |
Re: What do you want to rank for? Your company's name? Put it in the title, in the meta description tag, and as an H1 tag at the top of the page. | |
Re: So I think you have two options: $file_as_array = file("https://api.hackertarget.com/nping/?q=8.8.8.8"); foreach ($file AS $array AS $line_of_file) { echo "$line_of_file\n"; // \n is used to put a hard return line break at the end of each line } Or: echo file_get_contents("https://api.hackertarget.com/nping/?q=8.8.8.8"); | |
Re: Sorry, your question doesn't seem to be formatted correctly so it's hard to understand what you're trying to do. First, you want to use `<ul>` to create your unordered list. (Ordered lists, `<ol>`, are numbered.) Here is the code to create an unordered list of two links. <ul> <li><a href="#">Foo</a></li> … | |
Re: Hi and welcome to DaniWeb. Is that your website? What language is it in? |
The End.