REGISTER
|
Search Tycoon Talk
|
Freelancer.com
|
Members
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.
Register Here
Forum Rules
Coding Forum
You are currently viewing our Coding Forum as a guest. Please
register
to participate.
Login
Remember Me?
Login via Freelancer.com
Tycoon Talk
>
Web Development and Programming Support
>
Coding Forum
>
Embedding CGI and PHP in a page
Link Back
Thread Tools
Search this Thread
Embedding CGI and PHP in a page
12-05-2002, 09:05 PM
#
1
(
permalink
)
Embedding CGI and PHP in a page
Tranquil
Average Talker
Posts: 15
Trades:
0
Talkupation:
How is this done so that the scripts runs in a specifc area of the page?
__________________
http://tranquilhost.net "The Natural Choice!"
Register
now for full access!
12-05-2002, 09:55 PM
#
2
(
permalink
)
xtravel
Super Talker
Posts: 125
Location: Maldives
Trades:
0
Talkupation:
i know one method you can use to achive that using perl scripting. below is an example script;
$file = "MyFile.html"; # The location of your html file
open(TEMPLATE,"$file");
&template;
print $template;
$template = '';
sub template {
while (<TEMPLATE>){
$template .= $_;
}
close(TEMPLATE);
$template =~ s/\%%%MyResult%%%/$MyData/g;
}
in your html file you can put this "%%%MyResult%%%" anywhere you want the result of the variable "$MyData" to be printed.
hope this helps!
chao, xtravel
__________________
See the unique beauty of Maldives, Visit
Please login or register to view this content.
Registration is FREE
« Reply to
Embedding CGI and PHP in a page
Previous Thread
|
Next Thread
Tycoon Talk
>
Web Development and Programming Support
>
Coding Forum
>
Embedding CGI and PHP in a page
Thread Tools
Search this Thread
Show Printable Version
Email this Page
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
Forum Rules
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Tweet this thread
Page generated in
0.35082
seconds with
12
queries