WordPress restaurant templates

7 Best WordPress Restaurant Templates

In this article, we will introduce the best WordPress themes for restaurants. Restaurant WordPress templates are designed for restaurants and food stores so that users can view the menu and even order food through the website. 1- Divi Divi is one of the powerful WordPress templates with a clean interface…

Continue Reading...

PHP Image Rotation

PHP image rotation is one of the features of PHP that we can use the built-in imagerotate() function to rotate images according to the given angle. This function rotates the image from the center by the angle given in its parameter. Parameters: This function accepts four parameters as mentioned above…

Continue Reading...

PHP Resize Image

Sometimes we need to resize images on our website. For example, the size of the image is more than what we need. If your website is created with PHP, the resize image method will be helpful and can be done in two ways in PHP. One uses the Imagick class…

Continue Reading...

Tailwind Responsive Form With 6 Examples

One of the technologies presented in the field of CSS is Tailwind. Like Bootstrap, Tailwind has classes that can be used to design the UI of web pages, such as the appearance of a form or button. One of the uses of tailwind that reduces coding and design time is…

Continue Reading...

WordPress Custom Dashboard Widgets

Dashboard widgets have been introduced in WordPress since version 2.7. In this article, we are going to discuss how to create custom dashboard widgets. Dashboard widgets are widgets that you see when you enter the admin section on the Dashboard page. One of these widgets is Quick Draft, which is…

Continue Reading...
PHP String Contains

PHP String Contains (5 Methods)

In this PHP tutorial, we are going to check if a string is inside another string or not (find string in string). There are various functions and methods to check the string contains substrings in PHP, which we will discuss step by step in this tutorial. Why do we need…

Continue Reading...
php validation and sanitization

PHP Validation And Sanitization With Practical Example

One of the things that all websites should pay attention to is their security. One of the methods of hacking websites is SQL Injection and XSS. Websites created with PHP language are not excluded. To prevent these types of attacks, we must check the input data and the output data…

Continue Reading...