good day! i'm a newbie in php. but i know the basic things like what is server side and what is client side. my question is is it "OK" if i place a php script (which is a server side) in the page that my client views? i dont know if this is a stupid question but please answer it im just soooo curious about this.
jjemphoung 0 Light Poster
Recommended Answers
Jump to PostThe term server side and client side denotes from where the code is rendered or processed. Thats all!.
Actually there is no pages like client page or server page.
If you look at Mr.Rob's (almostbob) example you can see that he has included php script along with html which …
Jump to PostHere is summary of what happens.
Client (mostly web browser) sends HTTP request to the server. The server processes the request with right file and then returns a response in terms of HTML or JSON et al.
So the Client doesn't know about server code and server about client. They …
All 6 Replies
almostbob 866 Retired: passive income ROCKS
jjemphoung 0 Light Poster
danishbacker 0 Junior Poster in Training
almostbob 866 Retired: passive income ROCKS
Stefano Mtangoo 455 Senior Poster
jjemphoung 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.