I want to ask two little questions...

Question 1. How to put the below data in mysql through phpMyAdmin.
"2912x1994" (without brackets).
When I am updating this data in varchar assigned field, it shows error.

Question 2. How to get the as it is data from mysql.
like if we have Data like below without quotes
"
abc
def
etc. etc.

"

and I want to get it, as it is I mean they consist of line breaks, but fom simple echo command, I am just getting them in series not in line breaks.

1. Show your query.
2. HTML does not show line-breaks, unless you show them inside a <pre> tag, or convert them to <br/>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.