SEO | Link Popularity | Search Engine Consulting | SEO Tutorial | SEO Tools | SEO Forum
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-04-2005, 09:54 AM
Freakindj's Avatar
Freakindj Freakindj is offline
SEO
 
Join Date: Aug 2004
Location: No Calif
Posts: 166 Freakindj is on a distinguished road
Inserting random .php topics into a .htm page

I trying to find information on inserting a random topic from my .phpbb forums into my .htm pages

so far this is what I have come up with

<td width="20%">
test
<?php
$dl = mysql_connect('localhost', 'xxxxx_xxxxxx', 'xxx');
if($dl){
$query = "SELECT count(phpbb2_posts_text) as phpbb2_posts_text";
$result = mysql_query($query, $dl);
$value = mysql_fetch_row($result);
srand(1000000*microtime());
$query = "SELECT phpbb2_posts_text, href FROM banners WHERE id=".rand(1, $value['phpbb2_posts_text']);
$result = mysql_query($query, $dl);
$value = mysql_fetch_row($result);
mysql_close($dl); ?>


<?=$value['phpbb2_posts_text']?>



<?php } // end of if($dl) ?>

</td>


Has anyone ever tried this before
__________________
Filipina Wedding
Reply With Quote
  #2  
Old 07-04-2005, 11:45 AM
crodream crodream is offline
SEO Junior and a half
 
Join Date: Oct 2004
Posts: 78 crodream is on a distinguished road
html documents don't process php code, you must have .php extension or you must make some adjustments on apache server...if you really need this make normal php page and use mod rewrite and make this page .htm in .htaccess

don't complicated things, php page's have .php, html page's .htm or .html
__________________
Web design & izrada web stranica
Reply With Quote
  #3  
Old 07-04-2005, 03:16 PM
Freakindj's Avatar
Freakindj Freakindj is offline
SEO
 
Join Date: Aug 2004
Location: No Calif
Posts: 166 Freakindj is on a distinguished road
I like to use Arelis

So what I would like to do is write a php script I can insert into the link page templets that will generate querrys from mysql data base that will imput some nice google food on the left hand colum of my link pages.
__________________
Filipina Wedding
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Login/Register
User Name
Password
Remember Me?

Forum Links
Forum Home
SEO Forum
Internet Marketing Forum
Web Design Forum
Web Hosting Forum
Programming Forum
SEO Chat

Quick Links
Forum Home
New Posts
Mark Forums Read
Open Buddy List
User Control Panel
Edit Avatar
Edit Profile
Edit Options
Miscellaneous
Subscribed Threads
My Profile

Search Forums

Advanced Search
All times are GMT -8. The time now is 05:02 AM.


Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.