Attaching forum posts - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Attaching forum posts (
/showthread.php?tid=564655)
Attaching forum posts -
Stev - 22.02.2015
Solved.
Re: Attaching forum posts -
Maximus0 - 22.02.2015
All your posts saves on mysql database? So on your homepage, you can get the date of submission and the hole post with the poster by a simple query.
Re: Attaching forum posts -
Stev - 22.02.2015
You're pretty much adding the query of posts and stuff to the main page then?
Re: Attaching forum posts -
Maximus0 - 22.02.2015
Ye that's what you/your code doing. Something like;
PHP код:
mysql_query("SELECT * FROM `blabla` WHERE `user` = 'Stev'");
Edit: Forgot to mention, this board is not for other languages!
Re: Attaching forum posts -
Stev - 22.02.2015
Hmmm, I see