<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.startupcto.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.startupcto.com/feed.php">
        <title>StartupCTO backend-tech:php</title>
        <description></description>
        <link>https://www.startupcto.com/</link>
        <image rdf:resource="https://www.startupcto.com/lib/tpl/scto/images/favicon.ico" />
       <dc:date>2026-04-29T01:30:32+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.startupcto.com/backend-tech/php/best-practices?rev=1706002483"/>
                <rdf:li rdf:resource="https://www.startupcto.com/backend-tech/php/favorite-php-snippets?rev=1697258686"/>
                <rdf:li rdf:resource="https://www.startupcto.com/backend-tech/php/home?rev=1697258681"/>
                <rdf:li rdf:resource="https://www.startupcto.com/backend-tech/php/mysqli-vs-pgsql-vs-pdo-vs-zend_db?rev=1697258656"/>
                <rdf:li rdf:resource="https://www.startupcto.com/backend-tech/php/using-soap-rest-web-services-in-php?rev=1688232901"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.startupcto.com/lib/tpl/scto/images/favicon.ico">
        <title>StartupCTO</title>
        <link>https://www.startupcto.com/</link>
        <url>https://www.startupcto.com/lib/tpl/scto/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.startupcto.com/backend-tech/php/best-practices?rev=1706002483">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-23T09:34:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>PHP Best Practices</title>
        <link>https://www.startupcto.com/backend-tech/php/best-practices?rev=1706002483</link>
        <description>PHP Best Practices

Leave the slash (/) off URLs, file paths, etc.

At some point, you'll probably need to create constants with URLs or file paths. It's rather tempting to put a closing slash on the end, because it looks 'more complete', is fully qualified, etc.</description>
    </item>
    <item rdf:about="https://www.startupcto.com/backend-tech/php/favorite-php-snippets?rev=1697258686">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-14T04:44:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Favorite PHP Snippets</title>
        <link>https://www.startupcto.com/backend-tech/php/favorite-php-snippets?rev=1697258686</link>
        <description>Favorite PHP Snippets

For snippets, see the navigation at right.</description>
    </item>
    <item rdf:about="https://www.startupcto.com/backend-tech/php/home?rev=1697258681">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-14T04:44:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>PHP</title>
        <link>https://www.startupcto.com/backend-tech/php/home?rev=1697258681</link>
        <description>PHP
php index</description>
    </item>
    <item rdf:about="https://www.startupcto.com/backend-tech/php/mysqli-vs-pgsql-vs-pdo-vs-zend_db?rev=1697258656">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-14T04:44:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pgsql vs. mysqli vs. PDO vs. Zend_DB in PHP</title>
        <link>https://www.startupcto.com/backend-tech/php/mysqli-vs-pgsql-vs-pdo-vs-zend_db?rev=1697258656</link>
        <description>pgsql vs. mysqli vs. PDO vs. Zend_DB in PHP

If your PHP app needs to talk to a database, there's a lot of debate as to whether you should use PHP's native database extensions (e.g. mysqli and pgsql) or PHP's new PHP Data Objects. mysqli and pgsql talk directly to their respective databases, whereas PDO is a database abstraction layer; it provides a common interface to talk to several different databases.</description>
    </item>
    <item rdf:about="https://www.startupcto.com/backend-tech/php/using-soap-rest-web-services-in-php?rev=1688232901">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-01T17:35:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Using SOAP &amp; REST Web Services in PHP</title>
        <link>https://www.startupcto.com/backend-tech/php/using-soap-rest-web-services-in-php?rev=1688232901</link>
        <description>Using SOAP &amp; REST Web Services in PHP

PHP lets you pretty easily consume data from Web Services. There are two main types: REST and SOAP. This document outlines how to connect to a web service of each type and get some basic data from it. 

Using REST Web Services in PHP</description>
    </item>
</rdf:RDF>
