List Views

Total Items found in Views is 278814.
An advanced collection of page views
extract youtube image from video url

1:15 am, February 1, 2023
for loop with a 5 increment

1:16 am, February 1, 2023
function to create a uid from html

1:16 am, February 1, 2023
generating all css colours with php?

1:16 am, February 1, 2023
get last month as a number with php

1:16 am, February 1, 2023
get text between tags

1:16 am, February 1, 2023
get the current month as a number

1:16 am, February 1, 2023
generate a new SSH key on mac for git

1:16 am, February 1, 2023
header type json

1:16 am, February 1, 2023
how to decode xml in php

1:16 am, February 1, 2023
how to json encode an array in php

1:16 am, February 1, 2023
human_filesize php

1:16 am, February 1, 2023
list a functions variables or arguments

1:16 am, February 1, 2023
page load timer class

1:16 am, February 1, 2023
php basic page router

1:16 am, February 1, 2023
php check if a class exists

1:17 am, February 1, 2023
php countries array

1:17 am, February 1, 2023
php get file and save it

1:17 am, February 1, 2023
php html template class system

1:17 am, February 1, 2023
php list all the functions in a class

1:17 am, February 1, 2023
php mysql table exists function

1:17 am, February 1, 2023
php print an array nicely

1:17 am, February 1, 2023
php return json header and content

1:17 am, February 1, 2023
php save csv from array to file

1:17 am, February 1, 2023
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
Interesting...

Me
Random CSS Property

unset

The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property.
unset css reference