Showing entries 61 to 70 of 1121
« 10 Newer Entries | 10 Older Entries »
Displaying posts with tag: PHP (reset)
OpenLampTech issue #70 – Substack Repost

I’ve been enjoying OpenLampTech for 70 weeks now. Wow! That’s a lot of publishing. But, more importantly, a lot of learning. And forming relationships with the readers. I am so grateful you are reading OpenLampTech. Thanks!

The Newsletter for PHP and MySQL Developers

Receive a copy of my ebook, “10 MySQL Tips For Everyone”, absolutely free when you subscribe to the OpenLampTech newsletter.

In OpenLampTech issue #70, I am sharing some fantastic articles on:

  • ‘Tainted’ PHP code
  • Linux package dependencies
  • 10 useful PHP array functions
  • SQL NULL value
  • And much, much more

Thanks so much for …

[Read more]
OpenLampTech issue #68 – Substack Repost

Here at OpenLampTech, I try and share plenty of variety in the weekly newsletter. Let me know what you would like to see more of. Thank you for reading

The Newsletter for PHP and MySQL Developers

Receive a copy of my ebook, “10 MySQL Tips For Everyone”, absolutely free when you subscribe to the OpenLampTech newsletter.

In OpenLampTech issue #68, we have content covering:

  • What if WordPress moved on from blogging?
  • 5 tips for building your 1st Laravel Package
  • Modifying HTML in a WordPress plugin
  • User role management in WordPress
  • And much more

Thanks so much for supporting OpenLampTech. If you’re not already …

[Read more]
OpenLampTech issue #66 – Substack Repost

2023 is flying by and so are the weekly OpenLampTech newsletter issues. I cannot thank you enough for reading the weekly newsletter publication. But, I’ll try anyway: thanks so much! Now to this week’s issue…

The Newsletter for PHP and MySQL Developers

Receive a copy of my ebook, “10 MySQL Tips For Everyone”, absolutely free when you subscribe to the OpenLampTech newsletter.

In OpenLampTech issue #66, we have content on:

  • SQL JSON columns
  • Apache mod_rewrite
  • MySQL Document Store
  • WordPress local development cheatsheet
  • And a whole lot more

If you’re not already, be sure and …

[Read more]
OpenLampTech issue #65 – Substack Repost

With OpenLampTech, each week I’m sharing the best original and curated MySQL, PHP, and LAMP stack content I can find. I hope you enjoy reading the newsletter as much as I do. Thank you for making it a success

The Newsletter for PHP and MySQL Developers

Receive a copy of my ebook, “10 MySQL Tips For Everyone”, absolutely free when you subscribe to the OpenLampTech newsletter.

In OpenLampTech issue #65, learn more about these topics:

  • PHP self::, static::, and parent::
  • Common MySQL errors and how to fix them
  • 8 Best WordPress Gutenberg Blocks
  • WooCommerce Payment Gateways
  • And a whole lot more

Want to support the …

[Read more]
OpenLampTech issue #64 – Substack Repost

I’m doing my best (work) each week with the OpenLampTech developer newsletter. I hope you enjoy reading them as much as I do! Thank you for giving me the chance to share the ever-changing LAMP stack ecosystem with you on each issue.

The Newsletter for PHP and MySQL Developers

Receive a copy of my ebook, “10 MySQL Tips For Everyone”, absolutely free when you subscribe to the OpenLampTech newsletter.

In OpenLampTech issue #64, we are exploring content covering:

Thank you for reading this post. Please share it with someone else who would enjoy it as well.



Josh Otwell has a passion to grow as …

[Read more]
OpenLampTech issue #63 – Substack Repost

With so much content online today, how do you find the ‘good stuff’ for a certain topic? While I can’t answer for other niches, if you’re interested in MySQL, PHP, and the LAMP stack, well, you already know the answer. Thank you for reading OpenLampTech!

The Newsletter for PHP and MySQL Developers

Receive a copy of my ebook, “10 MySQL Tips For Everyone”, absolutely free when you subscribe to the OpenLampTech newsletter.

In OpenLampTech issue #63, we are looking at great content covering:

  • WordPress robots.txt file
  • Preventing SQL injections
  • 10 books for PHP developers
  • Large MySQL tables
  • And much much more

I …

[Read more]
OpenLampTech issue #62 – Substack Repost

Welcome back to this week’s OpenLampTech developer newsletter. I appreciate your interest and reading. Thank you! Get ready for more PHP, MySQL, and LAMP stack content.

The Newsletter for PHP and MySQL Developers

Receive a copy of my ebook, “10 MySQL Tips For Everyone”, absolutely free when you subscribe to the OpenLampTech newsletter.

In OpenLampTech issue #62, we have content covering:

  • WordPress certification
  • SQL constraints
  • WooCommerce customizations
  • Contact form 7 blocks
  • And much much more

Your continued support for the OpenLampTech publication means so much. Show your support with a …

[Read more]
OpenLampTech issue #61 – Substack Repost

OpenLampTech is your media source for original and curated MySQL, PHP, and LAMP stack-related content. This week’s newsletter has many many great reads. Thank you for reading and making the publication a success. Please share with others!

The Newsletter for PHP and MySQL Developers

Receive a copy of my ebook, “10 MySQL Tips For Everyone”, absolutely free when you subscribe to the OpenLampTech newsletter.

This week in OpenLampTech issue #61, we have articles covering:

  • Harsh realities of using Linux
  • WooCommerce before and after add-to-cart hooks
  • MySQL table name case
  • Common PHP design patterns
  • And a whole lot more

Want to …

[Read more]
OpenLampTech issue #60 – Substack Repost

Thank you so much for reading OpenLampTech and making it the success it is today. Wow! 600 developers reading each week! I am humbled to say the very least.

The Newsletter for PHP and MySQL Developers

Receive a copy of my ebook, “10 MySQL Tips For Everyone”, absolutely free when you subscribe to the OpenLampTech newsletter.

In OpenLampTech issue #60, we are looking at some fantastic articles covering:

  • Laravel Eloquent and Query Builder tips
  • Drupal’s updated CKEditor 5
  • How Symfony powers Drupal
  • Best SQL Editors
  • WooCommerce Payment Gateways
  • And much more

Want to help OpenLampTech be a success …

[Read more]
MySQL PNG Files

LAMP (Linux, Apache, MySQL, Perl/PHP/Python) Architecture is very flexible. All the components can be positioned on the same server or different servers. The servers are divided into two types. The types are known as the Application or database tiers. Generally, the application tier holds the Apache Server, any Apache Modules, and local copies of Server Side Includes (SSI) programs.

In many development environments, you also deploy the client to the same machine. This means a single machine runs the database server, the application server, and the browser. The lab for this section assumes these configurations.

Before you test an installation, you should make sure that you’ve started the database and Apache server. In an Oracle LAMP configuration (known as an OLAP – Oracle, Linux, Apache, Perl/PHP/Python), you must start both the Oracle Listener and …

[Read more]
Showing entries 61 to 70 of 1121
« 10 Newer Entries | 10 Older Entries »