Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 02-17-2003, 08:02 PM Lost and Confused
Junior Talker

Posts: 3
Trades: 0
I recently purchased a GPTR script and installed it but now I have no clue what to do next I am very very new at all this stuff. I know I need to start with an index page and to use php but how do I go about doing that. someone told me to make an index using php and then make a seperate file for my header and footer I didn't understand how to do this so here I am now looking for more advice
cash4thetaking is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-19-2003, 02:59 AM
Mo Money's Avatar
Extreme Talker

Posts: 229
Location: Cali
Trades: 0
I dont know what a GPTR script is but, the php i know:

Basically split the code of one page into three pages using php.

make a page called header.php, heres an example.

header.php code is:
<html>
<head>
etc.
<body>
<table>
<tr>
<td>

then index.php
PHP Code:
<?php
require(header.php);
?>
Boo
</td>
</tr>
<?
require(footer.php);
?>
then footer.php

</tr>
</table>
</html>

Does that make sense to you?
__________________

Please login or register to view this content. Registration is FREE
- Free Internet Games!
Mo Money is offline
Reply With Quote
View Public Profile
 
Old 02-19-2003, 01:36 PM yes that helps
Junior Talker

Posts: 3
Trades: 0
yes now I have a clearer picture thank you so much now maybe I can start making some money.

P.S. A GPTR script is a get paid to read email
cash4thetaking is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Lost and Confused
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.27582 seconds with 12 queries