Jump to content

Vinod Bahadur Thapa

Member
  • Posts

    153
  • Joined

  • Last visited

Everything posted by Vinod Bahadur Thapa

  1. Anyone knows what is that 6X glowing text on the right top corner, It appears automatically whenever I saved the file in VS Code editor and also when I press a few commands too. Actually, when I clicked ctrl + s one time, it is like 1x, If I pressed ctrl + s two times it's 2x and it keep on increasing. I don't want it to appear. How to hide?
  2. Yesterday Only I bought S20 FE 5G variant and same I got 15W charger but mobile supports 25W charger.. If you get any info plz let me know ok. Thank You
  3. I am trying to run tailwindcss in my machine and it's running too. But Every time I build the tailwind CSS file it shows me I am not understanding why?
  4. yes, I don't know why it is happening. When I try the same code on Microsoft edge it's work.
  5. <?php $server = "localhost"; $user ="root"; $password=""; $db="pdophp"; $dbcon = new PDO("mysql:host=$server; dbname=$db", $user, $password ); try{ $dbcon->exec("insert into studentstable(name,age,class,gender) values('vinodth',26,11,'male')"); echo 'inserted successful'; }catch(PDOException $e) { echo $sql . "<br>" . $e->getMessage(); } ?> Code is working. Values are inserting but Twice into the Table. I tried but where I am doing wrong. Could you help plz.
  6. Code is working. Values are inserting but Twice into the Table. I tried but where I am doing wrong. Could you help plz.

    <?php
    
       $server = "localhost";
        $user ="root";
        $password="";
        $db="pdophp";
    
        $dbcon = new PDO("mysql:host=$server; dbname=$db", $user, $password );
    
    
    
    try{
    
    $dbcon->exec("insert into studentstable(name,age,class,gender) values('vinodth',26,11,'male')");
    
    echo 'inserted successful';
    }catch(PDOException $e)
        {
        echo $sql . "<br>" . $e->getMessage();
        }
    ?>

     

    Screenshot (1438).png

  7. My website is just approved and I really wanna know Can I use AdSense custom adds unit and auto adds in blogger or website? Auto adds are showing perfectly but I want it to show on my header too so for that I am thinking of adding custom adds on header part. So can I?
  8. i used table width 100% and play with colspan and width but I am not getting it
  9. <div style="width: 400px;"> <table style="border:1px solid black; margin: auto;" cellspacing=0> <tr> <td colspan=3> sold by </td> <td colspan=3> date </td> </tr> <tr > <td colspan="5"> name </td> </tr> <tr> <td colspan="5">address</td> </tr> <tr> <td>row 4</td> <td>row 4</td> <td>row 4</td> <td>row 4</td> <td>row 4</td> </tr> </table> </div> I am using colspan but then I realize what if we have 5column and just below we have two td and we want that to fill equally. Now I am confused how to do it. Here is the image I am not able to make the td of first row to take 50% width each..
  10. But if I have to explain to anyone then What? I just can't say Cuz that's the way it works.
  11. I want to show the symbol of Indian currency, which I did. We have dec. Hex and name format for it but while using we have to prepend &#x why?
  12. Ya, Youtube and Website for both I am using same email id. So is it ok right.. I read that once we apply because of youtube Adsense ads were not showing on website
  13. I have youtube Adsense approved now I have a website on the same email Can I use the same Adsense for my website too. I am using BlogSpot for free hosting But I have my own custom Domain linked with it. I got a sign up for AdSense button. So I should I use my Youtube Adsense for my Website or not. Please Tell me or If I did is there any problem or is it safe.
  14. Thank you, bro, Yesterday Also you replied and helped me. Sorry, but how to setup Paypal.me Like should I make a separate page or make one section of it and from where to set up.
  15. I just launch my personal website and I am a Youtuber. So What I am doing is I am asking for a small $0.5 only for source code. So is it ok? Because I have to apply for Adsense too. Will google approved for AdSense if they found that I am asking for a donation in a website. This is what I have written https://www.thapatechnical.com/2018/07/online-quiz-system-project-in-php-and.html "I need your Help" "Honestly, I have no idea how much to ask you for, but if you Donate minimum 30rs using PAYTM to support me, It's really gonna help me a lot." Payment options is PAYTM NUMBER: xxxxxxxx Once I get payment notification I will mail you the Source Code on your email id or You can WhatsApp me regarding same. Contact us at: xxxxxx@gmail.com WhatsApp: xxxxxxx
  16. Fine, but I think it takes a few days to add it on an index and then my site will be shown on searching thapatechnical.com. Currently no result at all
  17. Sorry, but how to check the site logs for visits by a client with a user-agent string including the term "Googlebot".
  18. Sorry, but how to check the site logs for visits by a client with a user-agent string including the term "Googlebot".
  19. thapatechnical.com it is working But when I searched on google search bar there is no result. I had a blog before they are shown but this thapatechnical.com is not why? Is there any setting for this
  20. Thank you so much Now it opening I was trying from morning 5am now it 9:40AM in India Ya when I clicked to take screenshot just to show that it is not opening then sudden it transfer to actual www.thapatechnical.com and now It working
×