Previous Thread
Next Thread
Print Thread
Rate Thread
#101970 01/12/2001 3:22 PM
Joined: Jan 2001
Posts: 2
Junior Member
Junior Member
Offline
Joined: Jan 2001
Posts: 2
I know I have done this in the past, but I can't seem to get it right this time. What I want to do is open up a .html file and wherever it says
Code
code:
it will print a new line on top of the others.

Sponsored Links
#101971 01/12/2001 3:50 PM
Joined: Aug 2000
Posts: 37
Member
Member
Offline
Joined: Aug 2000
Posts: 37
ummm... i dont really know what you mean... maybe you could elaborate a little more

------------------
check out my site at http://www.ultimategamers2000.com

#101972 01/12/2001 4:13 PM
Joined: Jan 2001
Posts: 2
Junior Member
Junior Member
Offline
Joined: Jan 2001
Posts: 2
Alright. I have my index.html file. Int hat file I have the code "
". What I want to do it create a cgi script that will open up teh index file, and print text below the "" line. I still don't know if I am making perfect since but hopefully that cleared some things up.

#101973 01/12/2001 5:50 PM
Joined: Sep 2000
Posts: 138
Em8 Offline
Member
Member
Offline
Joined: Sep 2000
Posts: 138
open(INDEX,"index.html")or die $!;
@lines = ;
foreach $line (@lines) {
if($line =~ //) { print INDEX "$newupdate"; }
}
close(INDEX)or die $!;

I think...

------------------


This message has been edited by Em8 on January 12, 2001 at 04:52 PM

#101974 01/12/2001 5:54 PM
Joined: Aug 2000
Posts: 37
Member
Member
Offline
Joined: Aug 2000
Posts: 37
looks aboot right

------------------
check out my site at http://www.ultimategamers2000.com

Sponsored Links
#101975 01/12/2001 9:18 PM
Joined: Sep 2000
Posts: 138
Em8 Offline
Member
Member
Offline
Joined: Sep 2000
Posts: 138
Wait thats going to replace that line.
Try:
Code
code:

------------------


This message has been edited by Em8 on January 12, 2001 at 08:19 PM


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Ruben Rocha
Ruben Rocha
Lutz,FL,USA
Posts: 254
Joined: January 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)