is it good to ask whats the use of id while working with php.... if u talk abt property . whose property is it.. the link of the present web page or that of the destination page that the codes makes the page to get redirected..........
nostalgia149 0 Newbie Poster
Recommended Answers
Jump to PostThe id to which you refer can mean ANYTHING. Using 'id' in the querystring is just force of habit for most programmers when you want to pass a variable such as member id, page id etc. In these instances, the 'id' is often used for data retrieval from a database …
Jump to PostThe 'id' to which you refer, is meaningless. It's just a name (or 'key') in a querystring (the bit at the end of the url following '?') to which you can assign a value, which can be almost anything.
e.g. If this is your website and you wanted to …
Jump to PostJust be very careful when working with values passed in the GET & POST arrays . Its extremely easy for them to be modified by the user and you have to be fully aware of this.
Probably the most common thing i've seen is the usage of $_GET and $_POST …
All 11 Replies
innocent.boys 0 Newbie Poster
nostalgia149 0 Newbie Poster
kvprajapati 1,826 Posting Genius Team Colleague

diafol
kvprajapati 1,826 Posting Genius Team Colleague
nostalgia149 0 Newbie Poster
nostalgia149 0 Newbie Poster

diafol
mschroeder 251 Bestower of Knowledge Team Colleague

diafol
nostalgia149 0 Newbie 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.