-
Replied To a Post in Hi everyone, I'm aurebel92
Hi there and welcome to DaniWeb!! -
Began Watching Hi everyone, I'm aurebel92
I'm interested by the world of the digital marketing, i've learned a few thing about this topic, i hope to find in this web a lot of information about my … -
Replied To a Post in Hi everyone, I'm Justinrobinson
Hi there and welcome to DaniWeb!! -
Began Watching Hi everyone, I'm Justinrobinson
Hello All, This is Justin Robinson here, passionate about technology and ecommerce. My Hobby is listening music and travelling. -
Replied To a Post in Now Backpage is Shutdown, Is There Any Good Alternatives For Advertising
Umm ... more legal methods, perhaps? There's tons and tons of way to make money online. Stick with legal routes. :) -
Began Watching Now Backpage is Shutdown, Is There Any Good Alternatives For Advertising
Now Backpage is Shutdown from few years, but it was a great place to advertise and make some money online. Is There Any Good Alternatives For Advertising -
Replied To a Post in Hi everyone, I'm harshadgowda
Hi there and welcome to DaniWeb!! -
Began Watching Hi everyone, I'm harshadgowda
Hi Everyone, I'm harshadgowda and i'm new to this forum. -
Replied To a Post in Rebranded my Website but I don't want my SEO to be Ruined
Hi there and good question! If you want to redirect your website to a different domain name, you need to use an HTTP 301 Permanent Redirect from every old page … -
Began Watching Rebranded my Website but I don't want my SEO to be Ruined
Hi! Recently I have decided to change my website from Fred's Fashion Boutique to Fred's Fashion (because the URL became available) and I was in the process of a redesign … -
Edited Rebranded my Website but I don't want my SEO to be Ruined
Hi! Recently I have decided to change my website from Fred's Fashion Boutique to Fred's Fashion (because the URL became available) and I was in the process of a redesign … -
Replied To a Post in Which SEO practice works better for you?
What are you specifically referring to? Using Wordpress vs a different CMS? Writing 500 word articles or 2000 word articles? -
Began Watching Which SEO practice works better for you?
I want to know about your personal experience of blogging. Which practice gives you better result. -
Replied To a Post in What is the difference between paid and unpaid SEO?
As mentioned above, search engine marketing (SEM) is the broader term used to encompass both SEO and PPC. -
Replied To a Post in What is the difference between paid and unpaid SEO?
PPC, or pay per click, is when you use Google Ads to advertise on the Google search results by bidding on keyword searches. You pay per click for each visitor … -
Began Watching What is the difference between paid and unpaid SEO?
I am new to this site. Can someone please tell me what is the difference between paid and unpaid SEO? Thanks in Advance -
Replied To a Post in QuickRedis is the best redis gui tool
At first glance, this looks like spam. But you actually linked to a free Github resource that I was actually looking for this weekend. I’ll check it out later today. … -
Began Watching QuickRedis is the best redis gui tool
QuickRedis is a free forever Redis visual management tool. It supports direct connection, sentinel, and cluster mode, supports multiple languages, supports hundreds of millions of keys, and has an amazing … -
Replied To a Post in Hello i am new to this forum
Hi there and welcome to DaniWeb!! -
Began Watching Hello i am new to this forum
Hello I am new to this Forum. Hopefully i will learn many things through this forum. Thank you -
Replied To a Post in Hi everyone, I'm SteveRocknrolla
Hi Steve. Welcome to DaniWeb! -
Began Watching Hi everyone, I'm SteveRocknrolla
I am a professional font creator) I will be glad to help with questions related to this area -
Replied To a Post in Chat script Not working with mysqli
That means that, at that point of your script, the value of $connection is NULL for some reason. -
Replied To a Post in Hi everyone, I'm KWaters
Hi there! Welcome to DaniWeb. -
Began Watching Hi everyone, I'm KWaters
Hi, I am Kath. If you want to learn more about me, don't hesitate to message me. -
Replied To a Post in How Can I Get This PHP Registration Script To Redirect To Profile Page?
Get rid of the else if as well, and just check for both session variables not being present within the same if statement. -
Replied To a Post in How Can I Get This PHP Registration Script To Redirect To Profile Page?
What made you think of using brackets in regex? Did you write the regex? What if you try doing it a non-regex way? if ( stripos($_SERVER['PHP_SELF'], 'admin/login.php') === false && … -
Edited write a program to calculate and print equivalent of two capacitors connect
write a program to calculate and print equivalent of two capacitors connected in series -
Replied To a Post in How can I sum numbers from a .txt file without using the sum function
Yes, please show us the code you already have so we can see where it is that you're stuck. Is this a homework assignment that doesn't allow you to use … -
Began Watching How can I sum numbers from a .txt file without using the sum function
I am currently working on a python program that takes the numbers from a large file and averages them. Currently I can't seem to find a way to add the … -
Replied To a Post in FPDF Output Problem using below PHP code
Can you also please provide your updated code. I want to make sure you added the line properly. Did you make sure there's a space after `Content-Type:`? -
Replied To a Post in FPDF Output Problem using below PHP code
I can't see how that would be the case, hmm. Can you take a screenshot of what it looks like now, with the Content-Type header specified? -
Replied To a Post in Chat script Not working with mysqli
So what error messages are you receiving with the updated code? Line 183 doesn't have a mysqli_query() call. [21-Jul-2020 15:37:51 UTC] PHP Warning: mysqli_query() expects at least 2 parameters, 1 … -
Replied To a Post in How to get $_POST['image'] in the same file in php
You can get information about a binary file submitted via a POST form from $_FILES['photo'] However, it's binary data. There's no PHP array that I know of that contains the … -
Began Watching How to get $_POST['image'] in the same file in php
I Couldn't get $_POST['photo'] while echo. how can i rectify it. The method is post action="" if(isset($_POST['btn_submit'])){ extract($_POST); if(is_uploaded_file($_FILES['photo']['tmp_name'])){ $temp=$_FILES['photo']['tmp_name']; $file=time()."-".$_FILES['photo']['name']; move_uploaded_file($temp,"uploads/".$file); $file_sql.="photo='$file',"; } $rs=mysqli_query($con,"INSERT INTO details set name='$name',email='$email',aadhar_number='$aadhar_number',$file_sql room_no='$room_no',age='$age',phone_number='".$_GET['mob_no']."',address='$address'"); … -
Replied To a Post in User Inactivity Logout PHP
You are setting cookies to be the current timestamp + 86400 \* 30. There are 86400 seconds in a day. That means you're setting cookies to expire after 30 days, … -
Began Watching User Inactivity Logout PHP
I want my users to be logged out automatically after30 minutes of inactivity. I also want to have all sessions destroyed. This is my login.php i have set cookies but … -
Replied To a Post in Website Creation
I have no experience with RevGlue. A long time ago CommissionJunction (CJ) was the big player. I would recommend you check out [Affiliate Summit](https://www.affiliatesummit.com/blog) if you aren't already familiar with … -
Began Watching Website Creation
Hi Guys, I am new here I found this forum very well managed this is very satisfactory. I am new in affiliate marketing as well and want to create affiliate … -
Replied To a Post in Sum Radio Button Value using Javascript
It looks as if you're having difficulty with selecting elements. On line 49 of your code, you are getting elements with the name r1, but there are no elements with … -
Began Watching Sum Radio Button Value using Javascript
hi teams, i trying to sum value from selected radio button, but it not working, can you help me out ? any help is appreciated <!DOCTYPE html> <html> <body> <h1>Display … -
Replied To a Post in Custom Font Creator S/W
If I remember correctly, you have to use Adobe's proprietary Typekit in order to use their fonts on the web. You have to continuously pay for a Typekit license for … -
Began Watching Custom Font Creator S/W
I h've created custom font in **Adobe Illustrator** for my client. My client want to use it on **windows** as well as his **website**. I used some website to convert … -
Replied To a Post in How Can I Get This PHP Registration Script To Redirect To Profile Page?
My guess is there's something wrong with your regex. I'm not familiar enough with regex. What are the purposes of the {brackets} in the preg_match? For some reason preg_match() is … -
Began Watching How Can I Get This PHP Registration Script To Redirect To Profile Page?
I'm trying to redirect user to "**userinfo.php**" after successful registration, but the browser terminates the redirection because it goes into endless loops. Moreover, I need your insight on if the … -
Replied To a Post in How to display the ... new files within subdirectories in PHP
Sorry, I'm a bit confused by the question you're asking. Why not use that file-directory-list available at Github you linked to? What do you mean by a link to [...] … -
Began Watching How to display the ... new files within subdirectories in PHP
Hello, I'm a not a programmer at all and when I tried to build a LibraryBox for my school I didn't know it was a discontinued project. So I'm here … -
Replied To a Post in I have a question...what innovative methods of disinfection do you know?
While it's true that the news keeps saying that you can't get infected from food, we are being *super duper* careful anyways. Although restaurants are currently available for outdoor service … -
Began Watching I have a question...what innovative methods of disinfection do you know?
I work in a sphere of food production and have a question...what innovative methods of disinfection do you know? -
Replied To a Post in Hi everyone, I'm vasantmaurya
Hi there and welcome to DaniWeb. I have over 20 years of SEO experience so feel free to ask any questions and I'll do my best to answer them.
The End.