PHP Articles

PHP (Pretty Home Page)
A widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. - The PHP Group
  1. Home
  2. Articles
  3. Web Development
  4. PHP
Friendly URL Icon

Article Title Conversion to Friendly URL Using PHP String Replace and RegEx

Published: 7/25/2018 12:00 AM

Description

There are a couple of items that I will need to address with the dynamic article system. One of those items is providing a easy way to parse out web page names from a title. This should be pretty easy with some regex and string replace php functions.

Author

Profile Picture of Bryan Myers - The Web Guy

Bryan Myers - "The Web Guy"

Advanced Digital Channel Engineer

Tags

Sitemap Icon

Dynamic XML Sitemap Using PHP and .htaccess Rewrite

Published: 7/25/2018 12:00 AM

Description

It's been awhile since I have worked with htaccess files on a Apache web server. If I recall correctly, I should be able to use the rewrite mod to handle dynamic URIs. Another item to look at is the creation of a dynamic XML sitemap. To the code!

Author

Profile Picture of Bryan Myers - The Web Guy

Bryan Myers - "The Web Guy"

Advanced Digital Channel Engineer

Tags