$sql_posts = 'select * from posts limit "'.$start.'", "'.$limit.'"'; im getting error with this line ?what could be the matter..
plz help

you can give it like this $sql_posts = "select * from posts limit $start,$limit";

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.