enable right blocks (i read the stickey)

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   enable right blocks (i read the stickey)
SidewinderX
CZ Super Newbie
SidewinderX has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Aug 06, 2004
0.01 posts per day
Posts: 39
Points: 1,333
   
i made an html document but i didnt want it to be a module so you should have to go to a link like [ Register or login to view links on this board. ] rather i wanted to just to go to [ Register or login to view links on this board. ] just like codezwiz did on most of their links so i created my code and it looks like this:

<?php
if (!IsSet($mainfile)) { include ('mainfile.php'); }
include("header.php");

$index = 1;
OpenTable();

echo"
<form name=\"form1\" action=\"test2.php\" method=\"post\">
Please choose the number of slots you wish your server to contain:<br>

<select name=\"slots\">
    <option>10</option>
    <option>20</option>
    <option>30</option>
    <option>40</option>
    <option>50</option>
    <option>60</option>
    <option>70</option>
    <option>80</option>
    <option>90</option>
    <option>100</option>
  </select>
  <br><br>
 
Please select the billing cycle you desire: 
  <table width=\"124\" height=\"51\">
    <tr>
      <td> Monthly:</td>
<td><input type=\"radio\" name=\"payment\" value=\"1\" checked></td>
</tr>
<tr>
      <td> Quaterly:</td>
<td><input type=\"radio\" name=\"payment\" value=\"3\"></td></tr><br>
</table>

  <input type=\"submit\" value=\"Submit\">
</form>";

CloseTable();
?>


Which works fine, but I want to know how to enable my right blocks. Usually by setting $index = 1; to equal 1 allows the right blocks to be on but it dosnt work. I also read the stickey but i dont think that would since its not a "real' module.

So how can i turn my right blocks on?

Thanks


Back to top Reply with quote
#2   re: enable right blocks (i read the stickey)
Milne
CZ Active Member
Milne has been a member for over 20 year's 20 Year Member
uk.gif
Occupation: Civil Servant/Online Business Owner
Age: 39
Gender: Male
Fav. Sports Team: Manchester United
Website:
Status: Offline
Joined: Oct 24, 2003
0.02 posts per day
Posts: 157
Points: 5,515
 Yahoo Messenger MSN Messenger 
Try some of the following links as they might help you with your block problem.
[ Register or login to view links on this board. ]
[ Register or login to view links on this board. ]

Try these 2 out hope it works 4 u.

Milne icon_cool.gif




Back to top Reply with quote
#3   re: enable right blocks (i read the stickey)
SidewinderX
CZ Super Newbie
SidewinderX has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Aug 06, 2004
0.01 posts per day
Posts: 39
Points: 1,333
   
hey thanks, i did find something in there that helped me. However the real problem was that i forgot to include footer.php, i incuded that and it worked....darn simple errors get me all the time icon_evil.gif

thanks for everything



Back to top Reply with quote
#4   re: enable right blocks (i read the stickey)
Milne
CZ Active Member
Milne has been a member for over 20 year's 20 Year Member
uk.gif
Occupation: Civil Servant/Online Business Owner
Age: 39
Gender: Male
Fav. Sports Team: Manchester United
Website:
Status: Offline
Joined: Oct 24, 2003
0.02 posts per day
Posts: 157
Points: 5,515
 Yahoo Messenger MSN Messenger 
No prob.

Milne icon_cool.gif




Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum