0
How can I link my back end to my front end? Please help.
2 Answers
0
What do you mean by link ?
In web back end usually pre-process the page before sending them to client (try php tutorial)
Or
Provide an information depending on a specific request, which normally sent by ajax (try Ajax, and Rest API tutorial)
0
thanks