PHP Web Development

PHP7 GUIDE FOR NEW PROGRAMMERS 2018 ECHO PRINT VARIABLES LESSON 3

PHP7 GUIDE FOR NEW PROGRAMMERS 2018 ECHO PRINT VARIABLES

PHP 7.2.11 is the latest PHP version. We will be using this version for this series of lessons. We will take you from an absolute beginner programmer with no knowledge of PHP and build upon that. Please make sure that you have completed the absolute beginner web development course. We will be building off of Read More

INTERMEDIATE WEB DEVELOPMENT SET UP A SERVER LESSON 1

INTERMEDIATE WEB DEVELOPMENT SET UP A SERVER

Now, you have to set up a server. We have completed the Absolute Beginner Web Development Courses. It has help a lot of people with the basics of HTML, CSS and JavaScript. However when it comes to web development there are a couple more things that you need to know in order to grow your Read More

Warning: unlink(): http does not allow unlinking in PHP

Warning: unlink(): http does not allow unlinking in PHP

In order to delete an image or file off of your server in PHP you have to use unlink(). This function will delete the file from your server. This is a permanent action and can not be undone once we completed the process. If you’re getting warning: unlink(): http does not allow unlinking in PHP, Read More

Advertisements or Content After First Post in WordPress or Genesis

Advertisements-or-Content-After-First-Post-in-WordPress-or-Genesis

If you’re a blogger or website owner using WordPress or the Genesis framework, you may be interested in displaying advertisements or additional content after the first post on your homepage. This can help increase engagement and revenue by providing readers with relevant content and advertising opportunities. Here’s how you can add advertisements or content after Read More