Hi:
I need to upload a file during form submittion, I had
done all the coding on my local Linux box It work fine
over here.
When i moved the code to my Client machine File upload
is not working well.
Server side code first check where file upload is
successful by
is_uploaded_file($HTTP_POST_FIL
Hi :
I tried to Install Apache1.3x/PHP4.0x/Mysql on Linux
6.1 I followed exact steps described in
http://www.e-gineer.com/instructions/install-php4x-for-apache1xx-on-linux.phtml
Apache/mysql installed and tested successfully, but
when I tried to install php with mysql option it shows
that instal
Hi All:
I am trying to generate the directory path dynamically
to save the Uploaded file. when i try to concatnate
the string with"\ it generate an error, Hope you guys
can help me in this
here is the code
$real_Path=realpath("../../index.php");
$real_path=$real_path."\DefaultFld\SubFld\";
Here
Hi all:
Iam trying to generate a string which contain real
path to a perticular folder to copy the uploaded file
I might move this application to client machine, so i
decised to generate the string dynamically
when i try to concatnate the realpath() value and the
destination path like this
$real_P
Hi All:
I got php/mysql/appache on my windows machine, it
works fine
Now i have to install appache/php/mysql on Linux 6.1
red hat. I had searched the php.net for intallation
document, but it didn't have much detailed
description. I am new to Linux also, if u guys know
some URL or doc pls let me
Hi All:
I am having a problem in MySQL records,If i used the
record set once and later on if i want to use the same
record set in some oteher place in the same page its
behive like an empty recordset, I want to know is
there any method to (recordset.moveFirst or some
thing) move the cursor towards
Hi all:
I am having a problem in accessing form data from
multiple check box
of same name with different values, like this
Where
Hi all:
I had tried to split the string into an array of
string using explode but the result isn't displaying
anything
I tried the example from document its its not showing
anything, pls point out where i went wrong
**
$pizaa="piece1 piece2 piece3 piece4 piece5 piece6";
$piece
Hi all:
I am having some problem with date validation
I am trying to validate the date in a form Field
I had provided a text field for date, so have to
expect all the different possible entry,
When i tried with checkdate() method it needs the
parametes in (int month,int date, int year). It make
Thank you all
both mktime and strtotime () will achive the goal,
thank again
Prad
--- "1LT John W. Holmes" <[EMAIL PROTECTED]>
wrote:
> Take a look at mktime()
>
> www.php.net/mktime
>
> ---John Holmes...
>
> ----- Original Message -
> From:
Hi All:
I like to know is there any metrhod to find future
date ( for example 15 days from the today [sys date]).
Basically i am looking for a method equivalent to
datediff or dateadd in asp. I hope PHP will have some
thing corresponding to this, I will really appricate u
r help, thanks in advance
11 matches
Mail list logo