Forum: PHP Sep 13th, 2004 |
| Replies: 4 Views: 16,133 also, here is the php file that will be using the template, heres its code:
<?php
session_start();
session_register('MemberUsername');
session_register('MemberPassword');
... |
Forum: PHP Sep 13th, 2004 |
| Replies: 4 Views: 16,133 maybe, if you possibly could... because I have exhausted all efforts at this point, is maybe just take the code I've written and make a .tpl file for me to upload? I dunno what I could do!? heres... |
Forum: PHP Sep 13th, 2004 |
| Replies: 4 Views: 16,133 thats for that... it really clears things up a lot. the problem is that I did just use dreamweaver to rename the file with an extension of .tpl, and the server doesn't recognize it. So, I am sorta... |
Forum: PHP Sep 13th, 2004 |
| Replies: 4 Views: 16,133 Hey, how're you doing today? My name is Robb Moceri and I have been working on a website for somebody and I ran into a very complicated problem(complicated on my end), and seriously cannot find the... |