Echoing in PHP

Hello!
Please HELP!
I designed this select box (drop-down list) in a PHP form
I don’t know how to make this work in my PHP file

Can someone Help?
Thanks!

[php]

Curso

Selecciona... Fashion Design Master Course Fashion Business Master Course Introducción a la Moda Ilustración de Moda Fotografía de Moda Terminologia e Storia della Moda Fashion Media
[/php]
EDIT: added code tags

One you could show the rest of the file… Is that markup in php <?php ?> brackets or is it in the HTML side of things?

I think you can use one line for hold selected dropdown value after form submit :
[php]
$formCurso = $_POST[‘formCurso’] ;
[/php]

so “$formCurso” variable holds selected value.

Sponsor our Newsletter | Privacy Policy | Terms of Service