hello,
i am trying to pull news headlines into a php page. the table i'm putting the headlines into are only 200pixels wide.. so i only want to pull about 10-20 characters from the query. then when the user clicks on the link, they would get the full headline and story.
will someone show me an example mysql_query of how i would select the first 10 characters of the field "headline" in a table named "news".
thanks in advance for any help.
-mike