В сообщении от Воскресенье 30 Январь 2005 16:07 news.php.net написал(a):
>
> class A
> {
> var $name;
> function A($str)
> {
>$this->name = $str;
> }
> }
>
> $arr = array();
>
> //Put to array to objects of class A,
> // where their attribute A::a is assigned a different value
> //
В сообщении от Вторник 25 Январь 2005 04:31 Dmitry написал(a):
> How?
>
> Dont tell me about simple solutions such as
> $_SERVER["HTTPS"] .
> $_SERVER["REMOTE_ADDR"] .
> $_SERVER["SERVER_PORT"] .
> $_SERVER["PHP_SELF"] .
> $_SERVER["QUERY_STRING"]
>
> I want get really good solution.
>
> Thanks.
h
> $id_num = $_POST["id_num"];
$id_num = $_GET['id_num'];
RTFM -> diffrent between _GET & _POST
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
MySQL don't know what is "UNION"
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
В сообщении от Пятница 14 Январь 2005 16:48 Stuart Felenstein написал(a):
> When using $_POST vars is it required that a form is
> used ?
exactly
So, in $_FILES all right.
may be use foreach instead for?
case count() show count of fulled cell of array, and in your case it show 3.
but 3 is not end of your array.
В сообщении от Среда 12 Январь 2005 07:16 Sebastian написал(a):
> Jason Wong wrote:
> > How did you ascertain this? What does p
В сообщении от Пятница 10 Декабрь 2004 05:57 Mecnun написал(a):
hint -> php.ini -> register_globals = Off
В сообщении от Среда 01 Декабрь 2004 07:45 suneel написал(a):
> Hi...guys,
>
> I'm a new bee to php. Could any one tell me that who is the
> father of php?
>
> take care guys,
and who is mother? 8)
Estoy apenas en la instalacion, baje el archivo el cual me indica que
configura automaticamente el iis, lo corro y trato de hacer la pagina de
prueba, "Este es un ejemplo de php", lo copia igual pero al abrir la pagina
no se ve nada, aparece en blanco, no se que es lo que me hace falta algo de
9 matches
Mail list logo