ryany
Wed 13th Dec '00, 1:50am
Hi there. Ok I got my vB , I recently finished customising and adding hacks into my vB and now i come to my one last obstacle. (ok, One of the last . This one is a major one though :) )
Here is my problem:
-------------------------------------------------------------------
My website consists of 2 tables , one on the left(main table) and another one on the right(links,poll,etc)
My problem comes with the table on the right.
Say I have this poll script ( uses php and MySQL )
I need to add this into my right table ....
The main poll script is something like this...
(poll.php)
~~~~~~~~~~~~~~~~~~~~~~~
<?php
//some php code here
?>
<html>
//some html
<?php
//another php section
?>
//more html
</html>
~~~~~~~~~~~~~~~~~~~~~~~
What I am wondering is.....
------------------------------------------------------------
1)Where do i add the
<?php
// the first
?>
which is above the <html> tag for the page
------------------------------------------------------------
2)and where does the code within the <html> tags go?
Really hope someone out there can help me. I'll give more details if you need it. Just ask
Thank you.
Here is my problem:
-------------------------------------------------------------------
My website consists of 2 tables , one on the left(main table) and another one on the right(links,poll,etc)
My problem comes with the table on the right.
Say I have this poll script ( uses php and MySQL )
I need to add this into my right table ....
The main poll script is something like this...
(poll.php)
~~~~~~~~~~~~~~~~~~~~~~~
<?php
//some php code here
?>
<html>
//some html
<?php
//another php section
?>
//more html
</html>
~~~~~~~~~~~~~~~~~~~~~~~
What I am wondering is.....
------------------------------------------------------------
1)Where do i add the
<?php
// the first
?>
which is above the <html> tag for the page
------------------------------------------------------------
2)and where does the code within the <html> tags go?
Really hope someone out there can help me. I'll give more details if you need it. Just ask
Thank you.