> Hi
>
> I'm trying to pre-fill a form ( the data is passed via sessions or from
> another script).
>
> i have some check boxes on the form that i would like checked if the
> variable is present.
>
> any ideas
>
Hi Paul:
I think that you can use JavaScript or VBScript to check the varia
Hi to all:
I can't understand, but i have a simple problem with round.
I use the function round($value,2) to round a number with 2 decimals. But when i
put the result in the screen, if $value don't have more or equal than 2 decimal
numbers, the result only have one o none
Hi:
For compare strings you can use strcmp.
$st1 = "hi";
$st2 = "bye";
if (strcmp($st1, $st2)) {
echo "are different";
}
else {
echo "are equal";
}
The strcmp return 0 when the strings are equal. If the strings are diferent,
return the pos of the char where begin the diference.
Hi to all:
I don`t konw very well php. I do examples everyday and solve some
problems. But in other i need help.
Today i want to upload a file. I have the form that you can find in
the php manual.
Send this
file:
My problem is that i don´t know how to programe the
Hi to all:
I have a page with two frames. In the top frame I have a form where
I can select some options. When I press the send button a php program
generate a html page that I want to show in the Botton frame. I don't
know how I can load the new page generate in the botton frame. I only
Hi to all:
I want to put data in a database that i access by a odbc connect. I
can obtain data of the odbc connect, but i can't put data in it.
How i can do it?.
Thanks.
Best Regards,
Diego
--
PHP General Mailing List (http://www
6 matches
Mail list logo