Thank you,
But I don't understand what you mean with body of the post message. Would
you explain more or to give an example.
Best Regards
"Raditha Dissanayake" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> QT wrote:
>
> >Dear Sirs,
> >
> >I need to post 3 string data to destinati
QT wrote:
Dear Sirs,
I need to post 3 string data to destination adres. But I see first time, the
name of the variables are same such as DATA. I ask the destination ovner is
there any error. Should be the form fields name such as DATA1, DATA2 and
DATA3.
You appear to be posting to a servlet and
Dear Sirs,
I need to post 3 string data to destination adres. But I see first time, the
name of the variables are same such as DATA. I ask the destination ovner is
there any error. Should be the form fields name such as DATA1, DATA2 and
DATA3.
According him, his form is working fine and fields ar
Will do that once I get a newer PHP version. No time for it right now. :-)
The workaround to rand() I did was to use it twice and add up the result.
For ex.
--snip--
$randomNumberLeft = rand(0,9);
$randomNumberRight = rand(0,9);
$randomNumber = $randomNumberLeft.$randomNumberRight;
ech
[snip]
It is not there, so I added it and restarted Apache. Still got the same
result.
How is PHP is built into Apache was done by downloading the tar.gz file
from
php.net and compile it. Then compile Apache, had it take in PHP. So,
when
it was done, there is never a php.ini there. So, I creat
It is not there, so I added it and restarted Apache. Still got the same
result.
How is PHP is built into Apache was done by downloading the tar.gz file from
php.net and compile it. Then compile Apache, had it take in PHP. So, when
it was done, there is never a php.ini there. So, I create one a
[snip]
There isn't one in php.ini. Could this be the problem?
[/snip]
Look for these lines in your php.ini
; The number of significant digits displayed in floating point numbers.
precision= 14
What is precision equal to?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vi
There isn't one in php.ini. Could this be the problem?
"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
[snip]
I tried your code on this machine and I got this...
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.
[/snip]
What is your numeric precesion set to in t
[snip]
I tried your code on this machine and I got this...
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.
[/snip]
What is your numeric precesion set to in the php.ini?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I tried your code on this machine and I got this...
--snip--
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
A fellow wannabe Winston Cup driver :)
I'm thinking about setting a switch on $mode, which will change what it
does based on the value of $mode. Something like this:
$mode = 1; // 1 for stripping text, 2 for adding driver results, 3 for
adding race results
$file = file('/path/to/filename');
f
TED]]
Sent: Wednesday, November 28, 2001 9:01 AM
To: PHP General List
Subject: [PHP] Very interesting and challenging question
I need to take a file, similar to this and strip it of everything but this,
and write it to a
database. Are there any thoughts on how to get the information out, all the
I had something like this to do a couple of months back, unfortunately, my
code was deleted by someone "smart" in my office. But i can pretty much
remember the algorithim behind it.
What I done was read in my file into a buffer, then use the explode function,
i think, or something like it, bas
I need to take a file, similar to this and strip it of everything but this, and write
it to a
database. Are there any thoughts on how to get the information out, all the files are
consistent.
Race Final Watkins Glen International
2.450 miles31 laps
--
14 matches
Mail list logo