Problem Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add […]
Tag: mysql
Selecting all posts with a certain tag
Problem The task is to select all posts tagged with a certain tag, along with other tags the post may […]
Random select in two MySQL tables
Problem I wrote a simple AJAX request that performs a random select in two MySQL tables. My current script involves […]
Creating SQL queries for a MySQL database
Problem I am writing a PHP application that works with a MySQL database. As I am fairly new to PHP […]
Security of API Keygen for a cryptocurrency trading platform
Problem Here is an API key gen script for a cryptocurrency trading platform I am building. First it checks to […]
MySQL natural search and like search
Problem I have written two queries for searching, but I want to simplify them as it seems needed. def searching(term: […]
Practical advise for CMS
Problem I’m working on a CMS system. The basis is pretty much done but before going any further I would […]
Basic user registration code
Problem My first attempt at a user registration code. Login.php defines database log in variables (e.g. Database name, Table name, […]
SELECT from “vertical” table and display on “horizontal” table
Problem I have this table in my db: table ———- cityID value parameterID The table looks like this: cityID value […]
Database migration script
Problem I’m working on a database migration script written in python, which will take data from a MySQL database and […]