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
Related
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.
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
I have one configurable product and many associated products.In the product page,i changed the options but product price is not change. Iam using magento1.9
Can anyone please help..
Please check, If the options have price in configurable product.
please refer following screenshot
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 6 years ago.
Improve this question
I'm an intern at a pretty large company. I've been working on a lot of SQL and PLSQL projects with the occasional SSRS report. My question is, is SSRS something I could put on my resume? Is it something that companies look for and it could add a little something more to my resume? Also, is the code used for SSRS report expressions a certain type of code? I've really just been teaching myself as I go and was just wondering. I apologize if this should be posted somewhere else. Thanks!
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.
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 8 years ago.
Improve this question
What will be best practice for this?
I'd say it depends a lot on what you are going to use it for, how often it's going to be changed, etc. For the most part I keep configuration parameters that are unlikely to change in a file (ie: db connection parameters themselves)