Jump to content

How to limit charachters from a database query


shalli

Recommended Posts

Hi there

 

Been trying to figure this out but how do you limit charachters on a mysql query

 

<?php

//$qry="select * from news where status=1 order by date_Added DESC";

$qry="select * from wp_posts order by post_date DESC";

$sql=mysql_query($qry,$connBlog);

//$news=mysql_fetch_array();

while($news=mysql_fetch_array($sql)){

$arr[]=$news['post_title', 0, 25];?>

js_ar.push("<?=$news['post_title']?>");

<?php }?>

 

thanks

 

shalli

  • 4 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.