Member Avatar for chooketti

Say I have two CGI files: start.cgi and view.cgi. view.cgi recieves data from start.cgi via POST method. My question is, what are the necessary conditions to use in a conditional statement if I were to determine the presence of data in stdin? This is to redirect the user back to start.cgi if the said user accesses view.cgi directly.

I already took care of the redirection part.

Member Avatar for LastMitch

My question is, what are the necessary conditions to use in a conditional statement if I were to determine the presence of data in stdin? This is to redirect the user back to start.cgi if the said user accesses view.cgi directly.

This question is more suited to PHP section because of $_POST and $_GET function.

Read this:

http://sislands.com/coin70/week6/cgi.htm

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.