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.

PHP Forum


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



Freelance Jobs

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

Posts: 62
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
 
 
Register now for full access!
Old 10-22-2009, 04:43 AM Re: Getting ss include in text box to work
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,516
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Close the text area (</textarea>) on the PHP version
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
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
Experienced Talker

Posts: 44
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,
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
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
Skilled Talker

Posts: 62
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.14540 seconds with 12 queries