Blog

Blog of Honar Systems website to learn about technology and development and web design. This contain many tutorial and code snippets to learn.

PHP Date From String

PHP Date from String ( strtotime() function) is a powerful and versatile tool available in the PHP programming language. It allows developers to easily convert a string into a date object, and then manipulate it in various ways. This is an important feature for many web applications, as it allows users to easily enter dates …

PHP Date From String Read More »

WordPress Add User Manually And Programmatically (3 Methods)

Adding a user in WordPress is easy. WordPress comes with a built-in user management system. This lets you add users with different roles and permission levels. In this article, we will teach how to add a user to WordPress through the dashboard and programmatically and directly in the database. The first method is for users …

WordPress Add User Manually And Programmatically (3 Methods) Read More »