hi guys,
i have multiple domain names - etc multiple sites - that i would like to
share cookies inbetween, how can i - literally - do that, and is it enough
to use HTTP::Cookies !?
thx 4 help
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
hi guys,
where can i find/download a free sendmail alternative for win32?
thx
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
> R u looking 4 "nph-push"?
>
> #! /usr/bin/perl
>
> $|=1; # don't buffer output
> $BOUNDARY="--start-new-page-here--"; # seperates html pages
>
> print "HTTP/1.0 200 OK\n";
> print "Pragma: no-cache\n";
> print "Content-type: multipart/
idea?
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
> $|++;
this won't work man
u didn't get my q,
i need to push data into output without the need to recall the entire
script
to print the whole plus the new data, i want em to print only the new data.
thx
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAI
> Hello Hytham and world
>
> That is a good question. But 'pushing' means you have to be able to
> FORCE html code into a clients machine - not just allow them to be able
> to look for it themselves. Exit browsing. Logon and become lost.
>
> cheers
>
> JimmyG @CUDAL
i don't get it, do u mean that
appending ?
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ave always
select "Arabic" inorder to view it correctly, but when the cgi script
generate the result, it returns - again - to be not "Arabic".
i hope that i made my problem some how clear.
thanks guys.
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
hi guys,
is it a must to use mod_perl to access all/some apache::* modules?, i
mean, if i run normal perl and cgi scripts, i won't be able to access apache
modules?
thanks
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
c problem.
>
> http://danconia.org
>
well, i think that u r absolutely right about that it might be *ONLY*
existed in the docs, i may contact the creator for more details regarding
this issue.
btw, am not using warnings nor strict.
thanks.
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
*EMAIL* typo, coz it is wriiten
*CORRECTLY* in the script.
again, thanks.
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
want ot get data, nor insert
data, the sole purpose of my script is to type the select statement in more
tree-like structure, so i don't know the values of $cond to evaluate it,
besides, am using SQL::Statement for the pure purpose of parsing, no more,
no less, all what i wounder is, why am gett
e "SQL::Statement" (perhaps you
for
got to load "SQL::Statement"?) at blah line 34.
any idea?
thanks
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
res, etc, etc.
However, i think its really great tool, if you avoid this pitfalls.
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Randal L. Schwartz wrote:
> If you're using it to force the language of the page, no. Use the
> browser specification instead.
thanks v. much for that Randal, but *how* ?
how i can use the browser specification?
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
';
$ua->credentials('http://topgun/','By Invitation Only','hatem','ht');
$res = $ua->request($req,$file);
print $$res{'_rc'};
--
now, when i run it, it prints out 401
thats it.
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
hi guys,
how could i get a page - using lwp - when this is page have a
credenitals lookup, it keep sends me 401 status code, but i don't know how
to pass the user/pass to this page.
any idea?
thanks in advance.
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
hello there,
is any body in there?
hey guys, whats the matter with you?
1 day, 24 HOURS, with only a couple of messages?
hope you are just fine.
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
hi guys,
how can i pass the 401 Unauthorized request so a message with a
username/password show up to the user?
i tried out cgi::authentification and the print "WWW-Authic \n\n" but no
good?
thanks in advance
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
well, Janek, my q is simple:
is IE6 is server-push capable?
if yes, then whats the wrong with my script?
if not, ok, thanks for the information.
thats it
thanks
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
nt $end_of_data;
exit(0);
sub open_and_display_png
{
local ($file) = @_;
local ($content_length);
if ( (open (FILE, "<" . $file)) ) {
$content_length = (stat (FILE))[7];
print "Content-type: image/png", "\n";
print "Content-length: ", $content_length,
describe how to implement Apache::Session, i mean, whats the use
of that module if i could generate a session id with md5?
btw, whats the %self is?
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
valid, also it seems to be mentaly
valid, its not for mysql.
thx
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
a bind parameter:
$sort = 'asc';
$sth = $dbh->prepare("select student_name from students order by first_name
$sort");
$sth->execute($sort);
thx v. much
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
hing.
am i clear know?
thx v. much for ur concern
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
hi guys,
how can i access the keyword section of any web page?
thx
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
by 'big' group by 'zip'".
is it possible?
thx
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
'big' group by 'zip'".
is it possible?
thx
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
apache::session??
thx very much
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
apache::session??
thx very much
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
hi all of you,
how can i create a session using win32 system, on linux, there is a
session module out there - aspn and cpan - but am searching about such one
for win32 but i didn't find.
can anyone tell me how to manage session through win32.
thx
Hytham Shehab
--
To unsubscribe, e
hi Luis,
i think u may delete his cookie that u propably set, i think CGI wll be
just fine.
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
with activeperl
now? its really more organized than the original perl and have a good
documentation also.
btw,
thanks a lot yahoo.
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
thanks joel,
but i try to see the available drivers with @x=DBI->available_drivers;
it gives me Example and Proxy, with no sign of MySQL - mysql is installed
and working properly with other version of perl, ie perl from perl.com - so
what is the problem.
thanks in advance.
--
Hytham She
hi guys,
how can i do it in win32?
thanks
--
Hytham Shehab
Hello!,
i use perl from ActivePerl, but i don't find any DBI module, how can i access
MySQL database useing ActivePerl then?
Thanks.
--
Hytham Shehab
Hello!
i see in most PHP powered sites values like SID=02304028lkbah234, which is the
session id in most cases, is there any way to do the same in PERL?
Thanks
--
Hytham Shehab
hi guys,
I used to make files on RH 7.2, but how i do the same on XP??
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
hi gurus,
well, can any body give me where to read about this topic?
thx
Hi gurus,
Am working on a script to generate a sequence of GIFs in an tag, when i run this
script from dos, it works OK and generate the appropriate headers, but when running
under a web page - hosted by Apache v 1.3 on XP - it doesn't do anything, and i use
CGI::Carp(fatalsToBrowser); but it
print $q->header(-status=>$q->cgi_error);
exit 0;
}
open(FILE,">/download/$file");
while($bytesread=read($file,$buffer,1024)){
print FILE $buffer;
}
close(FILE);
Thanks
Hytham Shehab
e && $q->cgi_error)
print $q->header(-status=>$q->cgi_error);
exit 0;
}
open(FILE, ">/home/eHytham/public_html/upload.it");
while($bytesread=read($file,$buffer,1024)){
binmode STDOUT;
binmode FILE;
print FILE $buffer;
}
close(FILE);
I use my linux mandrak 7 as my client/server, this might be the problem?
Thanks
Hytham Shehab
he directory that
should be located in after uploading, but no good, if any can help, it will
be just fine.
Thanks.
Hytham Shehab
43 matches
Mail list logo