Reply
Getting ss include in text box to work
Old 10-22-2009, 01:49 AM Getting ss include in text box to work
Experienced Talker

Posts: 47
Name: Andrew
Trades: 0
I'm moving much of my site over from .shtml files to .php files.

I had this code:

<td><textarea rows="5" name="S1" cols="60"><!--#include virtual="/includes/pctext.html" --></textarea></td>

And I changed it over to this:

<td><textarea rows="5" name="S1" cols="60">
<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/includes/pctext.html');
?>
</td>

But, it's not working. It shows the include inside of the text box, but it cuts off everything on page below the box. Any ideas on how I can fix this? Thanks for any suggestions.
andrew99 is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 10-22-2009, 04:43 AM Re: Getting ss include in text box to work
chrishirst's Avatar
Super Moderator

Posts: 22,248
Location: Blackpool. UK
Trades: 0
Close the text area (</textarea>) on the PHP version
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-22-2009, 06:27 AM Re: Getting ss include in text box to work
Novice Talker

Posts: 11
Name: Maneet Puri
Trades: 0
Hi,

Replace the new code with

<td><textarea rows="5" name="S1" cols="60">
<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/includes/pctext.html');
?>
</textarea></td>

And I hope this should resolve your problem.

Cheers,
maneetpuri is offline
Reply With Quote
View Public Profile
 
Old 10-22-2009, 10:43 PM Re: Getting ss include in text box to work
Experienced Talker

Posts: 47
Name: Andrew
Trades: 0
Sorry about that - I should have seen that one. Thanks for the diaper change.
andrew99 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Getting ss include in text box to work
 

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.10640 seconds with 13 queries