Store blog files [closed] - mysql

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I wanna coding a blog website but I don't know how to store blog posts (include texts, images, etc) in server and how to make a form that I can type my post in.
It's such as posting a status in facebook
Sorry, my english is so bad

There's BLOB, CLOB, etc. data types to store binary data in MySQL.

Related

db design ideas for video class site [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed yesterday.
Improve this question
I'm developing a mockup of a video lessons website and I would like to talk to you about the best way to design the course database; I was thinking either of importing the tree structure json of each single course, or of creating a table for each course and a main table with secondary info
This site will be deployed in html, js and php

Is there a way to transfer ESSL data to MySQL? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
We want to transfer the biometric data from ESSL device to MySQL.Is there a specific way to do that ? Or does ESSL provides specific functionality where we can integrate.
Please let me know if there is a way out. Any help would be appreciated. Thanks
As of now, haven't tried any method.

Search for specific code string [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Is there a way to scan a folder to find a string in HTML, CSS, PHP, etc?
Short answer: yes, you may easily do so if you're on Linux. You can use the commandline utility "grep". Here's a tutorial you may find helpful.

Do I need MySQL even though there is no user registration on my website? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I have made a website which does some calculations, so there is no user registration. Just a website where people can do their calculations and leave. However, do I need MySQL as part of the server? I am a bit confused on this.
MySQL (and other database engines like PostgresQL, MongoDB, and even Google's BigTable) are used for storing data outside of user sessions. If you have no need to persist data, then you have no need for a database.

Using ID number in accessing a page [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I would like to inquire for some ideas about my questions.
I would like to create a project using HTML by which I'd use the ID number of a student, and allow them to check their grades. The first step they'll do is to type their ID number in a specified textbox area and upon entering it, they'll see their grades on the screen.
Use php and a database. Not HTML. You can append their details to the HTML but the underlying tech will be php and SQL