Superglobal $GLOBALS

This is a super USEFUL superglobal which helps you to access not-global VARIABLES everywhere in your code as far code is connected with files using INCLUDE function. Let’s say you want to access a normal VARIABLE outside of a function.

HTML5 structure

HTML and browsers are very forgiving regarding HTML structure. There will be no error even if there is no <head> tags etc. It can be written in <TABLE> or <table>, it dosen’t matter. But there is correct way to structure it and write it. If you write it the correct way it will pay it … Read more

My EXPERIENCE

I have been interested in computer since childhood, but I didn’t concider programming as my future becuase of a big LIE. The BIG LIE I was told Since childhood i was told this BIG LIE. You must be good at MATH to become a PROGRAMMER!!! But the reality is the opposite, you actually don’t need … Read more

How OTHERS learnt to CODE and became very good at it

Here I have gathered various resources and talks of people who learnt coding dispite of their fears. No-one of them actually believed that they could do it first, but the more they learnt it the more they become better at it and they gained more selfconfidence. Useful takeaways Learn the rules like a PRO, then … Read more

Why you should learn to CODE!!!

This video really gave me so much motivation to continue to learn CODING, cos coding is not just to make WEB SITE etc, but it can be used to become CREATIVE like artist with code. He was using code to buy SOCCER TICKETS and to make BOTS for social media etc. If you also include … Read more

How to make a TABLE in HTML

My Clients, 2024 First nameNicknameFamily historyNationality Family nameNicknameFamily historyNationality AgeNicknameFamily historyNationality # First Name Last Name Age Profile Clients 1 Taro Yamada 34 link Clients 2 Hanako Hayashi 19 link Clients 3 Karen Takeda 23 link Clients 4 Keiko Uchida 44 link Total 5 Total 2h 34min 32s CSS to collapse TABLE border

How to make FUZZY search

If you want to want to make even some characthers searchable then use ==> WHERE id like ‘%$search%’, then your can search almost everything BUT it will open up all data inside the DB and it will be displaied when emoty search is performed. you can also use OR operator in MySQL to add some … Read more