html - Echo drop down list in a PHP Form -


I'm trying to display my drop-down list in my PHP form, but when I open it on the browser I am blank page, I have tried to open the page by removing the list and it runs properly. I tried to run the drop down list code independently and it runs properly. I have examined more codes, but there is no benefit. The form is in a function as shown below:

  function showForm () {included ("library / daloradius.conf.php"); Enfo "& lt; b & gt;" $ ConfigValues ​​['CONFIG_SIGNUP_MSG_TITLE'] "& Lt; / b> 
Form Name = 'Signup' Action = '" $ _ Server [' PHP_SELF ']. "Method = 'post' & gt; & lt; table & gt; & lt; tr & gt; & lt; td> & lt; b & gt; first name: & lt; / b & gt; & lt; ; / Td> & lt; td & gt; & lt; input type = 'text' value = 'conference' name = 'firstname' /> & lt; / td & gt; & lt; / tr & Gt; & lt; tr & gt; & lt; TD & gt; Number: & lt; / b & gt; & lt; / td & gt; & lt; td & gt; Input type = 'Text' value = '' name = 'number' /> gt; & lt; / td> & lt; / tr & lt; tr & gt; & lt; td & gt; & lt; B & gt; Bundle Type & lt; / B & gt; & lt; / td & gt; & lt; td & gt; Select name = "bundle" size = "1" & gt; & lt; option value = "10 MB" & gt; 10MB & lt; / option & gt; & lt; option value = "25MB" & Gt; 25MB & lt; / option & gt; & lt; option value = "50MB" & gt; 50MB & lt; / option & gt; & lt; / select & gt; & lt; / td & gt; & lt; ; / TR & gt; & lt; tr & gt; & lt; td & gt; & lt; b & gt; Enter the verification code in the image: & lt; / b & gt; & lt; img src = 'included / Normal / php-captcha.php '& gt; & lt; / td> & lt; td & gt; & Lt; Input name = 'formKey' type = 'text' id = 'formKey' / & gt; & Lt; / Td> & Lt; / Tr & gt; & Lt; / Table & gt; & Lt; Br / & gt; & Lt; Br / & gt; & Lt; Tr & gt; & Lt; Td> & Lt; Input type = 'submit' name = 'submit' value = 'register' / & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; Br / & gt; & Lt; Br / & gt; & Lt; / Form & gt; ";} Switch ($ position)" {case "first load":

you are missing With singular and double quotation marks.

  Select name = "bundle" size = "1" & gt; & lt; option value = "10MB" & quot; Gt; 10MB & lt; / option & gt; & lt; Option Value = "25MB" & gt; 25MB & lt; / option & gt; & lt; Option Value = "50MB" & gt; 50MB & lt; / Options & Gt; & lt; / select & gt; & lt; / td & gt; & lt; / tr & gt;  

Change this:

  & Lt; select name = 'bundle' size = '1' & gt; option value = '10MB' & gt; 10MB & lt; / option & gt; & lt; option value = '25 MB & Lt; / 25 & lt; / option & gt; & lt; option value = '50MB' & gt; 50MB  ; & Lt; / tr & gt;  

Please check the entire code the same way.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -