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…
Tag: html
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…
Should I place my navbar before or after the “ tag when customizing a WP theme?
I am customizing a WP theme by making a child theme. I am placing a navbar from Bootstrap into the header.php file in the child theme directory. However, I’m not sure where to place the navbar code. I can place it both before and after the <body> tag successfully (as in, the navbar shows up just f…
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…
Stripe charge issue with stripe payment
What I’m doing is simple, using stripes JS code to charge a customer, like so.
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 …
Retrieving variables from HTML with JSON data contained in Javascript
I have a simple HTML file that contains data I’m trying to scrape out so that I can work with the variables. Using PHP, I’m trying to parse the data contained on this HTML in to variables. I.E.: $A = 2, $B = 8, $C = 10, $D = 18, $E = 21. So far, I’ve been trying to use
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…