• Member Avatar for Dani
    Dani

    Began Watching Python - Keyboard module - Threading problem

    Hi everyone, I am working on an app and trying to create a corrector and I am using keyboard module for the correction. I have created a class, which reads …
  • Member Avatar for Dani
    Dani

    Replied To a Post in php , arrays add items in the 'ide' element

    I played around with it a bit, but SimpleXML really needs to change it's name because it's not simple to work with at all. I might take another crack at …
  • Member Avatar for Dani
    Dani

    Began Watching php , arrays add items in the 'ide' element

    hello, I need to add items in the 'ide' element, so that it looks like the example below saving in XML (thank you!). The example I need: `<ide> <cUF>43</cUF> <cCT>00000004</cCT> …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How do I transfer the existing String array to 2D array and sort them

    I don't know Java myself so I can't really be of much assistance. However, I'd like to steer you in a better direction so you can hopefully get some good …
  • Member Avatar for Dani
    Dani

    Began Watching How do I transfer the existing String array to 2D array and sort them

    I am trying to get my private void transfer method and pass it into a 2D array transfer2D method, after which I am able to print it out using the …
  • Member Avatar for Dani
    Dani

    Replied To a Post in I would like to redirect to html page after login with facebook [duplicate]

    Ping :) Were you ever able to get this working? Per my previous post, is your app ID properly specified in your actual code?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Back links YES or NO?

    I’m going to take a different side now. Blogger outreach hasn’t worked for me lately. I’ve had more success focusing on on-page.
  • Member Avatar for Dani
    Dani

    Undeleted a Post in Back links YES or NO?

    What is this nonsense? Backlinks Yes or No? Why dont you ask clearly; what you want to know?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Best link building strategy in 2020

    I don’t focus on specific on page keywords as DaniWeb is nearly all user generated content so it’s not like I can explain keyword density to forum members. I’ve found …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Recording audio with Lenovo T500

    Does it not work across all apps? Maybe a specific app is using the built-in microphone by default? I’ve found sometimes you need to configure which audio input device you …
  • Member Avatar for Dani
    Dani

    Began Watching Recording audio with Lenovo T500

    Hello. I have a Lenovo Thinkpad T500 and a microphone. But recording doesn't go. Microphone is detected but doesn't work.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Cloud based HRMS

    Also, have you ever looked into Quickbooks for managing your payroll?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Cloud based HRMS

    It looks like your platform, which I assume you work for the company, is just for India. The OP lives in the US. Since you’re in the industry, can you …
  • Member Avatar for Dani
    Dani

    Began Watching Cloud based HRMS

    Hi guys, Hope everyone is safe.. Any suggestions on the cloud based HRMS platform. Any entreprenuers or small business owners, which HRMS platform you are using for payroll process & …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Modal update issue in laravel

    So then the bug must be in the 'show.bs.modal' function. What if you put `console.log(doctorId)` right above line 12 of your code above. When the modal loads, does it execute …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Mark topics read

    Ah, yes, I see it in our conversation now.
  • Member Avatar for Dani
    Dani

    Created Mark topics read

    Someone had posted recently (can't find the thread right now, I think it might have been via private message) asking for the ability to mark topics read through the cog …
  • Member Avatar for Dani
    Dani

    Began Watching Mark topics read

    Someone had posted recently (can't find the thread right now, I think it might have been via private message) asking for the ability to mark topics read through the cog …
  • Member Avatar for Dani
    Dani

    Replied To a Post in possible to have a "Personal Blacklist"?

    I just randomly stumbled upon this thread and went to point out that the forums now default to only showing Recommended topics, filtering out those started by users you’re muting …
  • Member Avatar for Dani
    Dani

    Began Watching possible to have a "Personal Blacklist"?

    Thread title sounds weird, but what i meant is following thing: For the sake of Karma i am not willing to help users, who need help with coding trojans, viruses, …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Best link building strategy in 2020

    I unfortunately haven’t had much success with guest post / outreach. Backlinks just don’t affect my SEO as much nowadays. Now I’m focusing more on creating more content on my …
  • Member Avatar for Dani
    Dani

    Began Watching Best link building strategy in 2020

    Hi guys, So what according to you is the best link building strategy or technique to work on these days which is working now. My pick is for contextual links …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm Billy_8

    Sorry for taking so long to see your post. Do you have it straightened out now? Perhaps post the code for reCAPTCHA that you are using and we can see …
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm Billy_8

    My script for this website www.confessions.co.ke has issues. 1. I cannot implement reCAPTCHA. If switched on, comments are not posted. 2. When someone comments,it says 'something bad' happened. But the …
  • Member Avatar for Dani
    Dani

    Replied To a Post in I would like to redirect to html page after login with facebook [duplicate]

    I’ve had much success with the server side implementation of OAuth and I always find the JS version a but tricky. Is the code above modified properly with your app …
  • Member Avatar for Dani
    Dani

    Began Watching I would like to redirect to html page after login with facebook [duplicate]

    good afternoon, I have been trying to use "login with facebook" on my website for 15 days. I have been using the code published by Facebook, at the link https://developers.facebook.com/docs/facebook-log... …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Notice: Undefined variable: db in line 78

    Line 75 of the code snippet you provided says `$result = $db->query($sql);`. Where you do create $db as a new database connection? I assume that's happening in line 71 where …
  • Member Avatar for Dani
    Dani

    Began Watching Notice: Undefined variable: db in line 78

    <?php if(!empty($_POST['submit'])){ if(empty($_POST['user_name'])|| empty($_POST['phone_number'])|| empty($_POST['email'])|| empty($_POST['password'])|| empty($_POST['confirm_password'])) { exit("please fill in all the fields. <a href = './register.php'>return</a>"); } if($_POST['password']!==$_POST['confirm_password']) { exit("passwords must match. <a href = './register.php'>return</a>"); } /*$pattern …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How Dynamically fill key and value in array using for loop in PHP

    Sorry, your code and explanation are very long and confusing. It's late and I'm having a hard time understanding what you're asking for. That's probably why you haven't gotten any …
  • Member Avatar for Dani
    Dani

    Began Watching How Dynamically fill key and value in array using for loop in PHP

    I want to dynamically fill key and value in an associative array using for loop in PHP $ct = 4; $str = ''; for($cunt=1; $cunt<=$ct; $cunt++) { $valu= '"value'; $cuntc …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm charu

    Hi and welcome to DaniWeb! Perhaps less self-promotion moving forward though.
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm charu

    I am a web specialist, working for [Pocket HRMS](https://www.pockethrms.com/). is a new age Human Capital Management Solution combining strengths of Cloud and Mobility. It is an end-to-end HR solution with …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Organic SEO increase your online sale for longer time.

    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?
  • Member Avatar for Dani
    Dani

    Began Watching Organic SEO increase your online sale for longer time.

    Organic SEO helps to increase your online sale and business growth for longer time. Business branding is the added advantage.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi, I am new here, I am Shiva

    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.
  • Member Avatar for Dani
    Dani

    Began Watching Hi, I am new here, I am Shiva

    Hi, I am new here, I am shiva and I am into Online Marketing from past 3 years. What about you?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Multi level referral system php and mysql

    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, …
  • Member Avatar for Dani
    Dani

    Began Watching Multi level referral system php and mysql

    I am currently developing a MLM PHP script, where I need some suggestions OR code examples (would be better) about giving bonus to the all referrers. Like: username referrer -------- …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Modal update issue in laravel

    When you load the page, what does the actual HTML look like for the button? Does it properly fill in the correct values for data-doctor-id, data-name, etc?
  • Member Avatar for Dani
    Dani

    Began Watching Modal update issue in laravel

    my Controller function public function editDoctor($id) { $doctor = $this->doctorsRepository->getDoctorById($id); return view('doctor.edit', compact(['doctor'])); } This is my modal form <!-- Edit Doctor modal --> <div class="custom-modal"> <div class="modal fade" id="editDoctorPopup" …
  • Member Avatar for Dani
    Dani

    Replied To a Post in I need help with my live video streaming website

    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 …
  • Member Avatar for Dani
    Dani

    Began Watching I need help with my live video streaming website

    Hello friends, I have a website on which I embedded my YouTube channel, but I need my users to pay before they can watch live videos. Help me.
  • Member Avatar for Dani
    Dani

    Replied To a Post in error again...but this time is not boolean but null

    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?
  • Member Avatar for Dani
    Dani

    Began Watching error again...but this time is not boolean but null

    mysqli_real_escape_string() expects parameter 1 to be mysqli, null $idbilik = " ' ". mysqli_real_escape_string($idbilik, $samb) . " ' "; $result = mysqli_query($samb,"SELECT * FROM bilik WHERE idbilik=$idbilik"); while($res = mysqli_fetch_array($result)) …
  • Member Avatar for Dani
    Dani

    Replied To a Post in ErrorException Undefined offset: 1

    Have you closed the if statement?
  • Member Avatar for Dani
    Dani

    Began Watching ErrorException Undefined offset: 1

    For the blade template, I added the following code and skipped this error @if(count($errors)>0) @foreach($errors->all()as $error) {{$error}} @endforeach `@endif` >ErrorException Undefined offset: 1
  • Member Avatar for Dani
    Dani

    Replied To a Post in How do I call a function from a click on a link and pass filename

    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?
  • Member Avatar for Dani
    Dani

    Began Watching How do I call a function from a click on a link and pass filename

    I'm trying to pass a filename to a function but don't know how to call the function from a click on a link. The top of my index.php is: <?php …
  • Member Avatar for Dani
    Dani

    Replied To a Post in onkeypress event in javascript not showing the unicode character .

    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 …
  • Member Avatar for Dani
    Dani

    Began Watching onkeypress event in javascript not showing the unicode character .

    onkeypress event in javascript not showing the unicode(hindi/remingtongail) character it is only alerting 'r' on pressing a key. i am using hindi indic input 3 toolbar to type in laptop. …

The End.