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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.