Search results

  1. M

    Plis help with php problem!?

    Hello everyone i have created a function in a seperate file called ,,block'' were i put this function. function nauj($b) { $res=mysql_query("SELECT id,title,img,Aprasymas FROM informacija WHERE kat=$b ORDER BY id DESC LIMIT 1 ",$link); if(mysql_num_rows($res)>0) { $my =...
  2. M

    php uestion plis help my?

    i have written a code that displays produkts from database.And i want that my first two products would be on first line >the third and fourth on other line ,...for example -like in this website. http://snsc.lt/ heres my code: $res3=mysql_query("SELECT id,title,sm_img FROM Duomenys WHERE...
  3. M

    uestion about php, plis help?

    Hello i hhave a uestion about php> i have written a code that displays each product in a diferent line: First Second Third I want that the products would be displayed like this : First Second Third then next line Fourth,... In one line should be displayed 3 pruducts then goes...
Back
Top