> Baieti poate cineva care stie php pe aici ma poate ajuta.
Misoginule :>
> Ha sa va spun care e problema
> Am un form in care generez N rows la fiecare cu un camp pt input. Eu
> m-am gandit sa generez asta cu un for pana la N si sa ii dau numele la
> fiecare input "nume$i" i=val din for.Faza e ca vreu dupa aia sa citesc
> valorile introduse in fiecare input tot cu un for si sa fac update cu
> astea valori in BD. Poate gresesc eu ajung la o solutie de genu? $
> nume$i ???? Poate imi da careva o idee?
file://localhost/usr/share/doc/php-manual_en-4.0.6/language.variables.variable.html
asta spune lynx-ul meu.
Variable variables
Sometimes it is convenient to be able to have variable variable names.
That is, a variable name which can be set and used dynamically. A
normal variable is set with a statement such as:
At this point two variables have been defined and stored in the PHP
symbol tree: $a with contents "hello" and $hello with contents
"world". Therefore, this statement:
echo "$a ${$a}";
produces the exact same output as:
echo "$a $hello";
i.e. they both produce: hello world.
> Cristi
Diana
---
Pentru dezabonare, trimiteti mail la
[EMAIL PROTECTED] cu subiectul 'unsubscribe rlug'.
REGULI, arhive si alte informatii: http://www.lug.ro/mlist/