Logo

Answers by priyasharma4005

1 Vote
How to create slug for Hindi language in PHP?
Hindi slug is more important for Hindi writers. The slug plays an important role in SEO (Search engine optimization). You can convert Hindi words to S...
Answered 24 Nov 2021 in PHP
1 Vote
How to execute HTML code inside PHP code without echo?
The HTML execution process can be done by separating by PHP opening <?php and closing ?> tags . If you want to run HTML code without echo t...
Answered 24 Nov 2021 in PHP
3 Votes
I have created social share links for the blog post in PHP but image is not showing
If you are sharing your blog posts and images are not showing then you should use social share plugins Facebook social share plugin https://...
Answered 15 Apr 2020 in PHP
3 Votes
I have created social share links for the blog post in PHP but image is not showing
The blog system requires more than one table for operations. If you want to create a unique description for every single post then you have to create ...
Answered 15 Apr 2020 in PHP
1 Vote
How to fix issue for TinyMCE text editor in HTML form with PHP?
I am too late. I hope, you got your answer regarding the TinyMCE text editor.  If you want to integrate and want to create a complet...
Answered 15 Apr 2020 in PHP
1 Vote
How to fetch and display values from the MAX to the MIN in PHP ?
Maximum number  9 6 5 4 3 2 1  Minimum number  1. Use ORDER by id DESC  where DESC - Descending Order that ret...
Answered 19 Mar 2020 in PHP
2 Votes
How to retrieve the highest numeric value from MYSQL database in PHP ?
Maybe I am late in answering and the answer will be used for future reference. I read your description and I can understand your concern. You want to ...
Answered 19 Mar 2020 in PHP
0 Vote
Show database records on HTML page on search button using PHP
The search system is like another feature of the website, which increases the value of the website. The search system can be easily created by PHP pro...
Answered 12 Jan 2020 in PHP
2 Votes
How to fetch data from database and convert in pdf file using PHP?
Thanks for posting here. I am getting your question that you want to fetch MYSQL database data and generate PDF using PHP and MYSQL database. It's...
Answered 12 Jan 2020 in PHP
0 Vote
Return policy option is not available on Flipkart products .
Return, refund and replacement policies on Flipkart are very important. Therefore, whenever you buy a product, first of all, read the return, refund, ...
Answered 30 Oct 2019 in Flipkart
0 Vote
I am getting undefined errors in PHP
You are getting these errors-  NOTICE Undefined index: fullname on line number 7 NOTICE Undefined index: username on line number ...
Answered 11 Oct 2019 in PHP
3 Votes
Insert data into two tables having one same column in MYSQL table using PHP
Inserts data into multiple tables using PHP. It's possible using mysqli_multi_query. In. It helps to create multiple queries in one...
Answered 16 Sep 2019 in PHP
1 Vote
[Solved] Revolution Slider Error: Slider with alias home-page-boxed-slider not found.
You are getting an error Slider with alias home-page-boxed-slider. You think this is an error but this is a general message. The developer s...
Answered 14 Sep 2019 in Wordpress
1 Vote
[Solved] Deprecated: Function create_function() is deprecated in our-team-by-woothemes
The error Deprecated: Function create_function() is deprecated is restriction of development .The means of deprecated that it will...
Answered 14 Sep 2019 in Wordpress
1 Vote
Oops.Slider with alias home v12 slider not found in Wordpress ecommerce website
OMG!  I deleted many themes during this error. That was a bad day for me because I did not understand this error  Slider with alias home-sli...
Answered 14 Sep 2019 in Wordpress
1 Vote
Notice: get_woocommerce_term_meta is deprecated since version 3.6! Use get_term_meta instead.
This problem is looking with the new PHP version. I changed to the new version to the old version. That works really. Mainly this problem occurs when ...
Answered 14 Sep 2019 in Wordpress
1 Vote
I want to learn Android development and java programming ?
Why are you wasting your time learning PHP programming?  Start to learn to JAVA programming. PHP syntaxes and codes are the difference from JA...
Answered 12 Sep 2019 in Programming
2 Votes
I am designing HTML form using CSS but input label text showing below the input box.
This is not a way to design an HTML form. I am understanding your problem. You can solve this issue using the code below. Replace your CSS code with t...
Answered 10 Sep 2019 in CSS
1 Vote
Add combobox in HTML form and select ,insert data using PHP
Add Combobox in PHP.  Try this code. It will help you to add Combobox to your website HTML form. include_once('config.php'); $resul...
Answered 05 Sep 2019 in PHP
0 Vote
Delete specific row record using PHP and MYSQL database
The id column is missing in your MySQL table. You should add an id column with auto increment.  PHP operations-  1. Update by id ...
Answered 05 Sep 2019 in PHP