vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   What's the problem with querys in Vbulletin Pages ! (https://vborg.vbsupport.ru/showthread.php?t=73776)

Creative Suite 01-04-2005 07:02 PM

What's the problem with querys in Vbulletin Pages !
 
Hi all :)

at first i wanna to apologize for my english If any one will not understand me :)

Secondly i have an query , i'm using it to get banners from datebase

PHP Code:

$doquery $DB_site->query("select * from " TABLE_PREFIX "adv where main ='1' order by 'id' desc ");
while(
$row=$DB_site->fetch_array($doquery)){
 
eval(
'$show = "' fetch_template('adv_creativeSuite') . '";');
 
 


adv_creativeSuit template

HTML Code:

<a href='$row[url]' target='_blank'><img border='0' src='$row[image]' alt='$row[name]'></a>
in vbulletin pages , it's give me just one row ! , In spite of i have more than one !

but win i use it in external php file , it's give me all rows


comment*: all querys give me the same problem in vbulletin pages :(

at last i hope that any one understand what did i mean , and give me the solution :ermm:


thank you

Tigga 01-04-2005 07:15 PM

eval('$show .= "' . fetch_template('adv_creativeSuite') . '";');

Link14716 01-04-2005 07:22 PM

Yeah, you need to put a dot in from of the = sign.

Xenon 01-04-2005 11:51 PM

also it would be much better to use a different variable name as $show is a vbulletin variable used for other things ;)

Creative Suite 01-05-2005 01:41 AM

thank you Tigga & Link14716

it's working now :)

@Xenon

i am going to change it absolutely ;)

my best wishes


All times are GMT. The time now is 01:13 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01047 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete