Logo

Answers by shakti

2 Votes
Is there any Q&A forum similar to Question2Answer?
The solution is Techno Smarter Q&A question-answer website script with Admin, but first, you should understand everything if you are switching f...
Answered 21 May in PHP
1 Vote
How to Make Money with VPN Affiliate Programs in India?
In the current time, most people are constantly doing something online – whether it’s watching movies, banking, or using social media. But...
Answered 06 Jun 2025 in Tech
0 Vote
Want to Start Affiliate Marketing? Here Are the Top Niches to Choose
Nowadays, everyone wants to earn money from home, and affiliate marketing is a fantastic way to do that, but when it comes to getting started, the fir...
Answered 06 Jun 2025 in Tech
0 Vote
Where can I download a certificate and marksheet system in PHP?
So you are looking for the certificate and marksheet system source code in PHP. I am sharing completely tested and working certificate system source c...
Answered 06 Jun 2025 in PHP
0 Vote
How to validate mobile number using jQuery ?
Validation plays an important role in dynamic website creation. If you need mobile validation then you should consider points below.  1. ...
Answered 04 Mar 2025 in jquery
0 Vote
Why is web design important?
Website design plays a vital part in creating successful websites. Let’s explore why web design is important and how it can benefit developers a...
Answered 17 Nov 2024 in Web Design
2 Votes
How to reset form fields on button click using jQuery?
I was doing this for all fields using the val(' ') method in jQuery but this is not a better way for multiple fields in a form. We use th...
Answered 16 Mar 2023 in jquery
2 Votes
How can I add minus - sign between spaces in tag links in PHP?
Use the slug() function to add minus - sign between spaces in the tag links -  Learn here - https://technosmarter.com/qa/585/i-want-to-make-seo...
Answered 01 Feb 2023 in PHP
0 Vote
How to remove or delete div block on button click using jQuery?
The delete operation cannot be completed without jQuery fadeOut() method and the red background color of a div or row data. The process works like tha...
Answered 21 Oct 2022 in jquery
1 Vote
How to hide div block in 10 seconds using jQuery?
In the jquery library, there is a method setTimeout(). You can use it to hide a div in 10 seconds, 3 seconds, or 5 seconds from the page. Yo...
Answered 21 Oct 2022 in jquery
1 Vote
How to change div CSS class to other class using jQuery
Use the jQuery addClass() method to add a new class or change a class using the jQuery library.  How to add a class on a button click in jquer...
Answered 18 Oct 2022 in jquery
1 Vote
How can I display loader image on button click in jQuery?
The jQuery library is created for less code writing. You can write less and get more using jQuery. There are a lot of readymade methods in the jQuery ...
Answered 18 Oct 2022 in jquery
2 Votes
How can I fetch and store rows data in array using foreach() loop in PHP?
It's really easy to process if you want to save your data into an array using a foreach loop. First of all, fetch all data from the...
Answered 15 Oct 2022 in PHP
4 Votes
How to hide and show div on button click using jQuery?
In the jQuery library, there are various methods or functions available. You have to find useful methods. If you want to hide and show a div block on ...
Answered 15 Oct 2022 in jquery
2 Votes
How to change button color after clicking in jQuery?
Changing the color of a button or div is much easier using css() method in jQuery.You can add extra CSS attributes and properties using jQuery css met...
Answered 15 Oct 2022 in jquery
1 Vote
How to insert HTML checkbox value in database using PHP and MYSQL
If you want to insert checkbox values in the MYSQL database then you should create a form with multiple checkboxes. For example -  &...
Answered 03 Oct 2022 in PHP
1 Vote
How to create link with id and slug in PHP
Where is your htaccess code? You can't create slug-like example.com/post_id/post_slug without htaccess code. If you want to create a link with pos...
Answered 04 Aug 2022 in PHP
1 Vote
'composer' is not recognized as an internal or external command, operable program or batch file in PHPMailer
I know this is your first attempt. I was getting the same composer issue while integrating PHPMailer into the PHP website. 'composer' is not ...
Answered 24 Jul 2022 in PHP
1 Vote
Warning: require(vendor/autoload.php): failed to open stream: No such file or directory in PHPMailer
I was also getting the same error and warning Warning: require(vendor/autoload.php): failed to open stream: No such file or directory. Fata...
Answered 23 Jul 2022 in PHP
2 Votes
Not being indexed and Crawled - currently not indexed error in the sitemap
I can check that your sitemap is working cool but if you are getting Discovered - currently not indexed error. This status means Google h...
Answered 13 Jul 2022 in PHP