Page template option not showing in WordPress

How to set template option in WordPress Page I missed to share with all of you that one time i faced a  problem that i don’t get the option of selecting a page template and if you are a wordpress developer then you can understand how much typical problem is it? .I solved out template … Read more

How to use datepicker in html form

How to use datepicker in html form for display calendar.It gives the option to select date,month and year in html form which becomes easy for user.No need to enter the date value in textbox only need to select and it will display automatically in text field.Just see an example. <!doctype html> <html lang=”en”> <head> <meta … Read more

how to select mysql column with comma separated value in php

select mysql column with comma separated value One day i faced a problem for matching a single value holds in variable from a database column which holds comma separated values for search box and feel typical and lenghty attempts.I found its solution in very easy step.I am sharing its solution with all of you.Simple query … Read more