PHP and Oracle

2003-03-24 Thread Stephen Spalding
will be able to connect to Oracle right out of the box. Anyone have any suggestions? Thanks! -Stephen Spalding __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com -- To unsubsc

cookies

2003-02-19 Thread Stephen Spalding
Hello all, Can anyone point me to some good doc on how to create/read/delete cookies? Thanks! -Stephen Spalding __ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com -- To unsubscribe, e-mail: [

chatroom

2003-02-14 Thread Stephen Spalding
efreshed within the last 5 to 10 seconds, and if he/she hasn't, then I can say that the person has logged out. I'm not very experienced with cookies, but I'm kind of guessing that there may be an easier way to do this using cookies. Any help is appreciate

Perl question

2003-02-13 Thread Stephen Spalding
= ('hi', 'there', 'steve'); &PRINT_CONTENTS("@sample_array"); exit 0; sub PRINT_CONTENTS { @local_array = ??? foreach $string (@local_array) { print "string = $string\n"; } } TIA for any help. -St

Variable passing

2003-02-05 Thread Stephen Spalding
to work in this simple example. Can anyone help me out? Thanks! -Stephen Spalding Original CGI page: #!/usr/bin/perl print "Content-type: text/html\n\n"; print "\n"; print "\n"; print "\n"; print "function open_schedule()\n"; print "

Help with an error (CGI::use_named_parameters(1);

2002-03-26 Thread Stephen
:standard); use CGI::Carp; use DBI; CGI::use_named_parameters(1); my ($db,$table,$server,$host); my $output = new CGI; Any help would be great, Thanks in advance Stephen Little -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

my first C++ CGI won't work

2002-02-14 Thread Stephen Warburton
uot;Content-type: text/html\n\n"; cout << "Hello world from Stephen"; }//end main but it doesn't work. when I put http://localhost/cgi-bin/hello into browser I get "Internal Server Error" I thought I was doing everything right. Can anyone help?

Perl for apache

2002-02-13 Thread Stephen Warburton
Hi, I'm new to all of this and a bit lost. I have Apache 1.3.22 running on an NT machine and want to create Perl CGI scripts. I know I need a Perl interpreter. Which one or where do I found it? Cheers Stephen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: split function question

2001-06-28 Thread Stephen Nelson
If you don't specify a LIMIT argument to split(), it chops off trailing null values, so your last few fields aren't listed. If you pass a negative argument, though, it'll pass those trailing nulls. So what you want is: my @asLine = split (/,/, $_, -1); Here's my code: $string = 'Broken,Heart