Click to See Complete Forum and Search --> : Using CGI between pages


kiteofdoom
04-24-2003, 04:29 PM
I am new to advanced scripting besides Javascript. Here is what i want to do. I want to be able to have say a button be clicked on one page and have a number be changed on another. OR maybe if a page is visited it effects another change. From looking around i thought that CGI could do this. Before i put time into learning a new language i was curious if CGI could do this, or if u knew another one that could do it better. thankyou

pyro
04-24-2003, 05:18 PM
Any server side language should be able to do this (PHP, CGI/Perl, ASP, etc.) and you could even do it with javascript. Basically what you will be using is the query string to send a value to the next page, and depending on that value, affect your change...

kiteofdoom
04-24-2003, 05:40 PM
guess i just have to look harder. which is the best/easiest to learn do u think.

pyro
04-24-2003, 05:59 PM
I personally use PHP, so that would be my recomendation...

kiteofdoom
04-24-2003, 06:43 PM
thank you, php looks easier than cgi