php website with parameters
-
I have a great website that is my capture page. Others would like to use it also. How do I add a parameter that would allow me to add a user to my site like website.com/username.. I'm normally a .net programmer, this is my first php programm.. Could I have an code sample too... Thanks..
-
I have a great website that is my capture page. Others would like to use it also. How do I add a parameter that would allow me to add a user to my site like website.com/username.. I'm normally a .net programmer, this is my first php programm.. Could I have an code sample too... Thanks..
Are you talking about a parameter (GET or POST) or somehow fiddling with the URL? I'm not sure I follow what you want to do.
CQ de W5ALT
Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software
-
Are you talking about a parameter (GET or POST) or somehow fiddling with the URL? I'm not sure I follow what you want to do.
CQ de W5ALT
Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software
I want to have 3 or 4 people to sell products from my website by sending others to view it. They need to send them there with a link that contains an input parameter that is their id so they can get credit for the online sale. So what is the best way to do this?
-
I want to have 3 or 4 people to sell products from my website by sending others to view it. They need to send them there with a link that contains an input parameter that is their id so they can get credit for the online sale. So what is the best way to do this?
I'd probably use a HIDDEN field to send a GET or POST parameter to a PHP page that looks at the parameter and figures out who to give credit to, then sends them on to the link.
CQ de W5ALT
Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software