PHP PHP, dinamik formlar ile ilgili sorun

0 Cevap php

I'm a newbee I've got a little problem with my php-script. I try to generate dynamic formulars with php. which works very good. the problem is, I want my data to be send to another funcion in another php-script. I gues its a problem with the syntax:

<?php .... <form action=\"<?php myfunction() ?>\" ... > ... ?> 

Ben normal bir html sitede kullanılan zaman, iyi çalışıyor:

<html> .... <form action="<?php myfunction() ?>" ... > ... </html>  

Yani benim php-script getirmek için bir yol lokking ediyorum.

Ben bu deneyin:

<?php .... <form action=\"" . myfunction() . "\" ... > ... ?> 

değer benim 2 php script verilmeyecektir

u bir fikrim var, umut, mirrow u ederim çocuklar

0 Cevap