logo logo

PHP Sessions

Ever wonder how a website can remember your information on each page as you browse the site. The website is probably using sessions. With sessions, you can store a user’s information (username, address,...

Categories and subcategories in select list

I was searching for ready script for creating categories and sub categories in one select list but could not find solution for it. I am sharing this simple code snippet for all PHP developers because these...
bottom