Linking together PHP?

Lucas

New member
Hello,

I have got a .php script that relates around a number of other .php files inside of the one directory.

Something along the lines of this: " Name: {NAME} " is used in the .html file to link to the .php file.

What I would like to do is have in a new .php file a fields called "Identification" and then in the .html it appears" Identification " Number: {IDENTIFICATION} "

I would really appreciate it if someone could help me out, with a step by step sort of process on how to simplistically do this.

I want to do this so when you visit the .html file is appears just " Number: {IDENTIFICATION} " but when you go through the process it appears " Number: {12345678} " -for example.

Thanks,
 
Back
Top