Skip to content

Tag: html

Change of td color with php if else statement [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Closed 6 years ago. This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future re…

Form is not submitting to database [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers. Closed 7 y…

Captcha in html form

I have a html form and i have written the necessary code. html in main code: php in main code: And my captcha_code_file.php code(downloaded): The catcha image is not appearing in my web page. How can i fix this? I’m pretty sure there is no problem with the downloaded code. Answer I simply use already te…

How to Save HTML to mysql using PHP?

I am trying to post some html though a form to a php page and then trying to save that html into database the problem which I am facing is that when I save this to database it includes many html …

Bootstrap navbar vertical not horizontal

I am making a mobile responsive site with Bootstrap 3.3.4. I will be making it with server side includes when I can get the web.config file written up since I am using an IIS server. This is what the nav bar looks like with just the bar. This is what I want it to look like. Does Bootstrap not like

simplexml_load_file does not recognize tags

I am trying to use simplexml_load_file() to load an XML file and reach <dc:title> tags, but when I dump the $xml variable that loaded my xml file all the tags that starts with <dc: doesn’t show. Is there a way of telling the parser to include them? should I use a different parser? Here’s …

Lost data because of 301 error (POST)

I’ve a 301 error after doing my POST Form… When I submit my form, I lose all my data and I don’t know why. I search on the net but I don’t understand anything because my english is too bad to do it… My HTML code addSwitchPort.html : My PHP code addSwitchPort.php : This is the cod…