Jump to content

Need help in php html maker


taimurt

Recommended Posts

Please help make this? 

 

ALL LINES FROM EACH OF THE 4 TEXT FILES MUST MATCH, SO IN FACT IF ALL IS READING LINE 3 FROM STARTING HTML THEN IT WILL IN FACT CHANGE BASED ON THE INFO FROM LINE 3 FROM THE OTHER TEXT FILE. ALL LINES MUST MATCH TO CREATE A CHANGE PAGE AND GIVE THE LOCATION OF THE NEW PAGE.

 

There will be four TXT files

 

(1)

 

ChangeThisHtml.txt

 

<p>SUPERBASE</p>

<p>SUPERBASE</p>

<p>SUPERBASE</p>

<p>SUPERBASE</p>

<p>SUPERBASE</p>

<p>SUPERBASE</p>

<p>SUPERBASE</p>

<p>SUPERBASE</p>

<p>SUPERBASE</p>

<p>SUPERBASE</p>

 

 

(2)

 

EndingHtmlLocation.txt

 

D:\index1.html

D:\index2.html

D:\index3.html

D:\index4.html

D:\index5.html

D:\index6.html

D:\index7.html

D:\index8.html

D:\index9.html

D:\index10.html

 

 

(3)

 

StartingHtml.txt

 

<p>SUPERNATURAL </p>

<p>SUPERNATURAL1 </p>

<p>SUPERNATURAL2 </p>

<p>SUPERNATURAL3 </p>

<p>SUPERNATURAL4 </p>

<p>SUPERNATURAL5 </p>

<p>SUPERNATURAL6 </p>

<p>SUPERNATURAL7 </p>

<p>SUPERNATURAL8 </p>

<p>SUPERNATURAL9 </p>

 

(4)

 

StartingHtmlLocation.txt

 

D:\index.html

D:\index.html

D:\index.html

D:\index.html

D:\index.html

D:\index.html

D:\index.html

D:\index.html

D:\index.html

D:\index.html

 

 

 

 

HTML FILE

 

 

<html>

 

<head>

<meta http-equiv="Content-Language" content="en-us">

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<title>SUPERBASE</title>

</head>

 

<body>

 

<p>SUPERBASE</p>

 

</body>

 

</html>

pages1.zip

Link to comment
https://forums.phpfreaks.com/topic/281430-need-help-in-php-html-maker/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.