Re: [PHP] Making with $values!!!

2002-12-31 Thread Marek Kilimajer
escape $ with \, Alexander Guevara wrote: hi.. i have this and i cant get it work!!.. HERES THE CODE --- for ($i=1;$i<11;$i++){ echo" TEXT "; }

Re: [PHP] Making with $values!!!

2002-12-30 Thread Maciek Ruckgaber Bielecki
i dont finally understand mate what do need, load the values already filled, when the form is not sent because of an error? you can try something like this for($i=0;$1<5;$i++) { } if that is what you need, if no, you can write to me in spanish, and explain better in spanish ;) regards

[PHP] Making with $values!!!

2002-12-30 Thread Alexander Guevara
hi.. i have this and i cant get it work!!.. HERES THE CODE --- for ($i=1;$i<11;$i++){ echo" TEXT "; }