Phorum.ro
Your Avatar Welcome to Phorum.ro!
If you haven't registered yet, click here!
Attention Visitor:
You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Du-te înapoi   Phorum.ro > Web Design & Web Development > Programare > PHP > Discutii Generale

Discutii Generale Discutii generale despre PHP.

Răspunde
 
Thread Tools Moduri de afișare
Vechi 15.03.2007   #1
MariuSache
32-Bit Member
 
MariuSache's Avatar
 
Data înregistrării: 26.03.2006
Mesaje: 75
Rep Power: 7
MariuSache is on a distinguished road
Implicit ultimele anunturi adaugate

salut

Vreau sa-mi apara din baza de date ultimele 5 (10) anunturi adaugate, am cautat si am gasit pt phpbb. Am incercat sa modific aici:
Cod:
$query = "SELECT t.topic_id, t.topic_title, t.topic_last_post_id, t.forum_id, p.post_id, p.poster_id, p.post_time, u.user_id, u.username
FROM $table_topics t, $table_forums f, $table_posts p, $table_users u
WHERE t.topic_id = p.topic_id
AND f.forum_id = t.forum_id
AND t.topic_status <> 2
AND p.post_id = t.topic_last_post_id
AND p.poster_id = u.user_id
ORDER BY p.post_id DESC LIMIT 5";
dar nu am reusit.. plss.. help me. MS :x
MariuSache is offline   Reply With Quote
Sponsored Links
Vechi 15.03.2007   #2
skreach
Guest
 
Mesaje: n/a
Implicit :)

Incearca asta:
Cod:
$interogare = "SELECT titlu,id FROM bd ORDER BY id DESC LIMIT 0,5"; 
$rezultat = mysql_query($interogare) OR die ("Nu se poate executa interogarea!"); 
while ($rand = mysql_fetch_array($rezultat, MYSQL_BOTH)) { 
// blablabla
}
Sunt afisate ultimele 5 mesaje.
  Reply With Quote
Vechi 15.03.2007   #3
Luxian
Spamofob
 
Luxian's Avatar
 
Data înregistrării: 26.06.2006
Locație: Timișoara
Vârsta: 25
Mesaje: 398
Rep Power: 6
Luxian is on a distinguished road
Trimite un mesaj prin Yahoo pentru Luxian
Implicit

Gasesti aici ultimele topicuri active.
__________________
www.luxian.ro | "Prieten e cel care te învață să pescuiești, nu cel care îți dă pește!"
Oo==oO | w210 owner
Luxian is offline   Reply With Quote
Răspunde


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Moduri de afișare

Reguli de postare
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Pornit
emoticoanele sunt Pornit
Codul [IMG] este Pornit
Codul HTML este Pornit



Ora este GMT +3. Ora este acum 02:42:52.


Rulează cu: vBulletin Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Forum SEO by Zoints

XXXXXXXXXXXXXXXXXXX
Inactive Reminders By Icora Web Design