available value, how would that be done?
Code: Select all
$query = "select * from table where did='$value' ";get the next available within the same while
Moderator: General Moderators
Code: Select all
$query = "select * from table where did='$value' ";hmm, i thought i did ...anjanesh wrote:Give an example of what you are trying to achieve.
Code: Select all
$current_article = $row['articleid'];
$next_value = $current_article + 1;