Thank you for your feedback. I was afraid of that. Originally, I tried remaking the form in vb.net, but realized that, 1. it'd take months of work and, 2. it's not compatible with the web. The...
Type: Posts; User: taem; Keyword(s):
Thank you for your feedback. I was afraid of that. Originally, I tried remaking the form in vb.net, but realized that, 1. it'd take months of work and, 2. it's not compatible with the web. The...
Nutshell: I have an image I'd like to add textboxes to and need to know the best language to use.
Story: I have an Excel document with very complex formulas spanning multiple pages. The front page...
Indeed, thank you! Not sure what changing that will break however, so will have to check rest of css pages. Thanks for the detective work my friend!
Check it out: http://mmilescorp.com/register.php
It's just a very, very basic design at this point, but not functioning with Firefox, Chrome, or IE.
This worked before, but page crashed and I had to rewrite code and now the code won't accept input. The input fields are there, but can't be clicked or typed in in any browser. Also, the submit...
Yes, I did, lol!
$conn = new mysqli($servername, $username, $password);
Got it, thanks. Was actually the user name. The hosting site had the domain name appended to the front of the user name and once I took that into account, it worked fine.
Hello,
I'm struggling greatly connecting my php page to a database (this is my first time). I'm using c-panel and phpMyAdmin on my domain mmiles hosted by Arvixe.
1. First I went to MySql...
Awesome! It worked perfectly with very little tweaking! Great script; thank you.
Hi,
In my index.html, I have it load a modal on page load via:
<body onLoad="$('#contact').modal('show');">
The modal has a message of the day for our corporation. You can see it here:...