Click here to Skip to main content
16,011,585 members
Home / Discussions / Web Development
   

Web Development

 
GeneralWeb development Pin
Member 36856806-Feb-03 19:50
Member 36856806-Feb-03 19:50 
GeneralRe: Web development Pin
Roger Wright6-Feb-03 20:05
professionalRoger Wright6-Feb-03 20:05 
Generalpath, <EMBED> and Server.Transfer Pin
devvvy6-Feb-03 18:51
devvvy6-Feb-03 18:51 
GeneralRe: path, <embed> and Server.Transfer Pin
Philip Patrick7-Feb-03 21:51
professionalPhilip Patrick7-Feb-03 21:51 
GeneralRe: path, <embed> and Server.Transfer Pin
devvvy7-Feb-03 22:24
devvvy7-Feb-03 22:24 
QuestionHow can CGI be so difficult? Pin
georgiek506-Feb-03 14:17
georgiek506-Feb-03 14:17 
AnswerRe: How can CGI be so difficult? Pin
benjymous7-Feb-03 4:57
benjymous7-Feb-03 4:57 
GeneralRe: How can CGI be so difficult? Pin
georgiek507-Feb-03 7:21
georgiek507-Feb-03 7:21 
Thanks so much for the link, that's probably one of the most useful programs someone has ever pointed me to. I got my cgi-script running at 5 AM Yes! I have a question: I wrote a test script which is supposed to open a file write to it and then close. When I use the cgi I get an error (500) yet the file is written to no problem. I checked with telnet and syntax was OK. The code:

<br />
$datapath = "/home/georgiek/public_html/Database/database.txt";<br />
<br />
open(OUTF, ">>$datapath");<br />
<br />
print OUTF "This is only a third test\n";<br />
<br />
close(OUTF);<br />


and I accessed it by: www..../cgi/...cgi

I assume I am getting the error because after it writes to the file then it has nowhere and nothing to show because when I enter some HTML to be written all is well. Am I correct in assuming this?
GeneralIcon address toolbar Pin
marnicola6-Feb-03 9:53
marnicola6-Feb-03 9:53 
GeneralRe: Icon address toolbar Pin
David Wulff7-Feb-03 4:47
David Wulff7-Feb-03 4:47 
GeneralLDAP VBScript & ASP Pin
Robby6-Feb-03 8:24
Robby6-Feb-03 8:24 
QuestionAdding hidden form variables on client side? Pin
devvvy5-Feb-03 22:37
devvvy5-Feb-03 22:37 
QuestionWhich is correct? Pin
Vasudevan Deepak Kumar5-Feb-03 19:49
Vasudevan Deepak Kumar5-Feb-03 19:49 
AnswerRe: Which is correct? Pin
Paul Riley5-Feb-03 22:49
Paul Riley5-Feb-03 22:49 
Generalsecurity in ASP Pin
devvvy5-Feb-03 14:32
devvvy5-Feb-03 14:32 
GeneralRe: security in ASP Pin
David Wulff5-Feb-03 16:07
David Wulff5-Feb-03 16:07 
GeneralRe: security in ASP Pin
devvvy5-Feb-03 19:03
devvvy5-Feb-03 19:03 
GeneralRe: security in ASP Pin
David Wulff6-Feb-03 5:31
David Wulff6-Feb-03 5:31 
GeneralSILLY: HTML checkbox Pin
devvvy5-Feb-03 11:51
devvvy5-Feb-03 11:51 
GeneralRe: SILLY: HTML checkbox Pin
David Wulff5-Feb-03 16:10
David Wulff5-Feb-03 16:10 
GeneralRe: SILLY: HTML checkbox Pin
devvvy5-Feb-03 18:57
devvvy5-Feb-03 18:57 
GeneralRe: SILLY: HTML checkbox Pin
Richard Deeming6-Feb-03 0:40
mveRichard Deeming6-Feb-03 0:40 
GeneralTwo questions Pin
georgiek505-Feb-03 11:23
georgiek505-Feb-03 11:23 
GeneralRe: Two questions Pin
TigerNinja_6-Feb-03 4:21
TigerNinja_6-Feb-03 4:21 
GeneralRe: Two questions Pin
georgiek506-Feb-03 6:16
georgiek506-Feb-03 6:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.