vBadvanced Forums  
Go Back   vBadvanced Forums > Other > Chit Chat

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 05-08-2005, 06:24 PM
cDizzle cDizzle is offline
Junior Member
 
Join Date: May 2005
Posts: 1
Default how do you create a module???

I am trying to create a module for my vba and I added the module ( listcats.php ) in the ACP and want it in the left nav, but it shows up on top before the rest of the content... the code is as follows:
PHP Code:
<?php
$result 
$DB_site->query("SELECT * FROM `cats`");
while( 
$fetch $DB_site->fetch_array($result) )
{
    echo 
'<a href="./?">'.$fetch['title'].'</a>';
}
?>
Is there a var your supposed to add it too? so it doesnt echo right away, like a var gets echoed out later? should it be $var .= ? and if so, what is the var name?




thanks in advance
  #2  
Old 05-08-2005, 06:34 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: how do you create a module???

Before asking for support please follow the instructions in bright red at the top of every page and then post in the correct forum.
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
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 On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help to create a module to select the member of the day StuKeR Add-On Modules & Modifications 1 11-11-2005 03:30 PM
How to create Module that have more than 1 php file ? Lizard King Troubleshooting / "How do I..." Questions 1 03-14-2005 02:06 AM
How to create a AD module on the left ncangler Troubleshooting / "How do I..." Questions 6 02-12-2005 01:35 AM
How do I create a weather links module? ncangler Troubleshooting / "How do I..." Questions 1 01-31-2005 02:47 PM


All times are GMT -4. The time now is 05:00 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.