digital_storm
05-12-2005, 03:17 AM
Hello
Lets say I have made a cgi script called C1. Is it possible in another cgi scrip (C2) include C1 like (below) and C1 get executed in C2?
if(true){
----include and execute C1 script--------------------
}else{
print("Cant access");
}
if yes how do I do that?
Thanks in advance!
/D_S
Lets say I have made a cgi script called C1. Is it possible in another cgi scrip (C2) include C1 like (below) and C1 get executed in C2?
if(true){
----include and execute C1 script--------------------
}else{
print("Cant access");
}
if yes how do I do that?
Thanks in advance!
/D_S