lukelukeluke
Technical User
Hi there!
What i wanted to do with php was to get something from a file. Ive seen that earlyer in another programming alnguage that there is an option with the name "html ignorebefore" and "html ignoreafter".
example of a html document "example.htm":
<html><header></header><body>My Name is Jack</body></html>
What i would like to do now is "taking jack outside of the document" and into a variable into my current php document. Is there a function like these html ignorebefore or ignoreafter?
Thanks alot for help!
Best regards,
Luke
What i wanted to do with php was to get something from a file. Ive seen that earlyer in another programming alnguage that there is an option with the name "html ignorebefore" and "html ignoreafter".
example of a html document "example.htm":
<html><header></header><body>My Name is Jack</body></html>
What i would like to do now is "taking jack outside of the document" and into a variable into my current php document. Is there a function like these html ignorebefore or ignoreafter?
Thanks alot for help!
Best regards,
Luke