ok i've sorted that bit out, i can now insert new lines with an id no but how do i use it now to display the newest line where i want to but leave the others as they were??
at the mo the only query i can get to work is this
//try name again
$getname=$DB_site->query_first("SELECT comment FROM name WHERE nameid=23");
$name=$getname[comment];
i have to put the id no in and then it wont go to the next one that i type in to put it into the next thread
|