Tag: sql
-
Building Software – Modularized Features and User Feedback #buildinpublic
Latest updates on building a user-ready application in PHP and SQL.
-
File Upload / Download handler in PHP and SQL #buildinpublic
Most applications enable users to import / export data (upload / download files). Since I’ve already established a connection between PHP and the SQL database, I knew that it would 100% be possible to store a .pdf file in there… I just had to figure out how. Enabling users to upload .pdf or .doc files…