|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Includes ?>
Im just getting into this and was wondering if this would work since the includes do not index my pages individually. Would this work, or is there anything better ?
PHP Code:
Thx, Inertia |
|
#2
|
||||
|
||||
|
Not sure exactly what you are asking?
What you have put will work and will display a tabulated list of parameters pertaining to your PHP set up on your server. With regards to includes not being i ndexed invidiidually not sure what you mean. To include something via php simply do the following Code:
<html><head><titel>MY PAGE</title></head>
<body>
<?php include("myfile.txt"); ?>
</body>
</html>
Where my file contains what you want to include Code:
<h1>This is an Include</h1>
__________________
SEO Tutorials for Beginners, SEO News, SEO Testing Call me on Skype and get SEO advice now - skype name "tstolber" The Truth about META TAGS |
![]() |
| Viewing: SEO Chat Forums > Other > HTML Coding > Includes ?> |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|