Hi All,
I have got an application which is not a GUI developed in C. I need to
enter the data from notepad and enter in the place which prompt me for
the correct data. I am storing in the order in which its prompting.
can any one provide me the guidence of how to go about. can it be
acheived using
hi guys,
I need to use a online credit card payment module . can anyone help me
with to setup a visa o credit card payment online !
So that customers type their details and process the order
has anyone has example how to do this ?
does web site needs to have some special security ?
I wante
t to the relogin.html.
Any help regarding this will be much appreciated.
regards,
Alma
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
Hi All,
I have to build a search module which takes the parameter as year (ex
2007,2008 etc) ,title & subjects.
Here is the module
sub search {
my($year,$author,$conference,$subject) = @_;
my $sth1=$dbh->prepare("select date_upload from docs");
my $res=$sth1->execute()
Hi All,
I have written a display subroutine in my package .
abc.pm
sub display
my $self = shift;
$id [EMAIL PROTECTED];
my $sth=$dbh->prepare("select title,name,status from table where
id=emp_id and status ='P'");
$sth->execute() or die $databasehandle->errstr;
while( my @row=$sth->fetchrow_arra
Hi All,
I wanted to make a database connection using the values provided
in .cfg file
my.cfg
***
dbname=xyz
user=abc
passwd=abc123
***
my perl package which need to read the my.cfg file & make the
connection
mypackage
sub new(){
my @arr=();
readcfg();
On Jun 6, 6:42 pm, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
> On Jun 6, 2:19 pm, [EMAIL PROTECTED] (Alma) wrote:
>
> [ a question ]
>
> I suggest anyone considering trying to help take a look first at the
> OP's posting history.
>
> http://groups.googl
ble to use this successfully.
Regards,
Alma
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
Hi,
I need to pass id as parameters to a subroutine
testsub(35);
sub testsub($)
{
my $self = shift;
my $id = @_;
print "$id";
}
Its printing 3 . am i going wrong in prototype .
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://
Hi All,
I have to store the authentication details like the user_id & password
in a file .
I do not want to include hard code in my file so basically what i am
trying is i wanted to authenticate the user who logged in by reading a
file which contains the user_id & pwd & then if valid , let him ca
ble where status
='P'");
print $sth;
my $res =$sth->execute();
my @row = $sth->fetchrow_array();
print @row;
return $res;
}
I am getting an error :
Can't locate object method "prepare" via package "abc" at xyz.pm
Is it not possible the way i am trying...ca
the location mentioned in file_path.
Its not giving me an error but its not deleting the files from the
location.
Any help.
Thanks in advance.
Alma
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
Hi All,
I am not able to trace out why i am getting this error. help regarding
this will be appreciated.
I am using apache2 & Gentoo linux. . i have a html upload.html
Photo to Upload:
Your Email Address:
but i am not able to view this html on my browser.
All other html pages are
On May 25, 1:30 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> On May 23, 9:59 am, Alma <[EMAIL PROTECTED]> wrote:
>
>
>
> > On May 23, 7:28 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> > wrote:
>
> > > On May 23,
On May 25, 10:16 pm, [EMAIL PROTECTED] ([EMAIL PROTECTED])
wrote:
> On May 24, 5:59 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
>
>
> > On May 24, 2:22 pm, Alma <[EMAIL PROTECTED]> wrote:
>
> > > Hi All,
>
> > > I need to s
On May 25, 10:16 pm, [EMAIL PROTECTED] ([EMAIL PROTECTED])
wrote:
> On May 24, 5:59 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
>
>
> > On May 24, 2:22 pm, Alma <[EMAIL PROTECTED]> wrote:
>
> > > Hi All,
>
> > > I need to s
16 matches
Mail list logo