![]() |
Help Need With Index.php Hack
I'm placing the following code in index.php - the idea is to get the 5 latest records from the events table (including some custom fields of my own), formatted via templates. Having this code in index.php, however, just leaves my with index loading as a blank page :(
Code:
$events = $DB_site->query("SELECT eventid, DATE_FORMAT(eventdate,'%M %d') AS gigdate, eventdate, subject, location, country Mark |
Your PHP-syntax is, err, a bit off ;)
PHP Code:
|
Hi,
My idea for this hack was two pull the next 10 events from the calendar table, sort them by date, and have them displayed in individual table rows so I can display them in a side column on index.php (within their own table of course) -- see the right-side column of www.ultimatemetal.com/forum/ for placement idea. Anyway, I have problems. I can pull the data out fine, but when displayed, it displays all dates in one cell, all subjects in another, etc: May 1May 2May3 May4 etc... This is the code: In index.php, before $birthdaybits=""; I put: Code:
$events = $DB_site->query("SELECT eventid, DATE_FORMAT(eventdate,'%M %d') AS gigdate, eventdate, subject, location, country Template gigs is just a table with two header rows, and then $gigbits where I want the content rows to be added. template gigbits is just: Code:
<tr bgcolor="$bgcolor"> Please help :ermm: |
I really haven't messed to much with templates and stuff, other than following directions for hacks I have installed, but I think you need to do some eval'ing inside the while loop. So you'd do something like this:
PHP Code:
|
1 Attachment(s)
Thanks for the response :)
I'm getting closer to my desired result, but still having problems... With this code: PHP Code:
|
Try this:
PHP Code:
|
That did indeed do it! :D Thanks! :)
|
All times are GMT. The time now is 09:10 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|