Team LiB
Previous Section Next Section

Conclusion

This chapter showed you how to emulate database capabilities using PHP's dba functions. In many cases, this gives you a convenient way to do things with a cheap hosting account your provider didn't even think about. However, for larger-scale applications, there is no way around using a reasonable system, either SQLite (which is fast at reading, slow at writing) or MySQL or MSSQL or …

    Team LiB
    Previous Section Next Section