Jump to content

[SOLVED] URL Question


TheJoey

Recommended Posts

thank you bricktop another question for you, i thought i could ask you insted of making a topic

How would i join two .txt files and display the output

could this be done with join?

 

join turns array values into a string.

 

How would i join two .txt files and display the output

 

$joined = file_get_contents('file1.txt') . file_get_contents('file2.txt');
echo $joined;

Link to comment
https://forums.phpfreaks.com/topic/174992-solved-url-question/#findComment-922280
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.