I tried to make a simple login from, and here is what I have. But whenever I try to open the file on my site, it gives me a 500 error.
Code:
<!DOCTYPE html PUBLIC>
<html>
<head>
<meta charset="utf-8" />
<title>Login</title>
<body>
<?php
$host = "localhost";
$user = "(My username)";
$pass =...
Okay, so I don't do much with JS in HTML... so I want to ask this question. I want to make my website prompt whoever is visiting my site, and then whatever the answer in the prompt, I want that to be displayed. Can someone give me a little tutorial or sample code to get me going? It would be...
Hey! (:
I decided to buy a laptop for school. I don't really want to spend more then needed on it but I
would like to play some hearthstone on it too. It will be mainly used for HTML c++ php and so on.
I've tried searching by myself but there is overwhelming quantity online. It definately will...
Hello,
I have query related to WEB Part in sharepoint.
Below is screenshot before adding Web Part-
This web part should load website whose all the web pages are stored on document library folder. After adding a link to index.html webpage the preview page zoomed out-
What I wanted to know...
So, I can not find a forum for this nor a section on here so I found this to be most fitting. I'm looking for just a little bit of coding help. Not sure if anyone here would be willing to help or the very least know a forum I can look for help? Thanks!
EDIT: Alright, well, I'll just throw my...
Hi!
Funny thing lately i was boasting to ppl about how i am virus-free for years, then today i got an e-mail that looked suspicious.
The sender was "Suzanne" and the topic was related to dating and i was sitting there for like 5 minutes thinking before opening the email. I NEVER OPEN ANYTHING...
I am unable to figure this issue out and it is driving me up a wall. I am trying to write code for a members only area for my webpage, but the PHP code that I am using keeps showing when I go to the page.
1) I originally saved the file as a .PHP, and *NOT* an HTML.
2) I have tried restarting...
I can't add my facebook page on my blogger .. though I copy and paste that html code from facebook developer page on the blog and it doesn't work for me also I'm not getting that Iframe option on that facebook developer page ... help me ... asap... thanx in advance .. :)
I never thought trying to build a decent website was so damn difficult. I've been using GoDaddy's Search Engine Visibility suite to try and maximise exposure for my website, yet even now if you try to Google 'Friends on Kik', being the name of the website, not even that very explicit search will...
Wasn't sure where this question fit in, but anyway...
I am trying to set up an IT Maintenance Request page for end users in several store locations to fill out so I can better organize my support requests. I have coded the page, but actually implementing it is a problem. I have a computer with...
Its been a time since i started learning HTML.Im new so dont get me wrong.When i create a .html file i write <html> first.But i recognized in some stuff before <html> there is this:
<!DOCTYPE html>
I dont get it and i have no idea what its about.If you could help me that would be very helpful...
I was asked to help pick a laptop for a student who is going to be learning html and java. Least expensive preferred. My questions are: Will he be wanting a touch screen? Are they writing touch screen programs in either of those languages? Power of processor and RAM? As I understand, this...
Here's my website: jedtrently.com
I made it in adobe's DW. Domain brought & hosted via godaddy. I can't seem to get the images to display. Can someone please tell me where I've gone wrong?
Homepage:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Jed Trently Productions</title>...
So I've been out of the web design scene for a long time. I used to script basic pages on bluehost using basic html along side very basic java-script back around 2005 or so. I decided to get into visual basics programming and then I got my first real job and never had a chance to pursue much...
I have been researching laptops and I have come across two that are similar and need advice on which one to get.
The two laptops are
www.harveynorman.ie/computing/laptops/asus-15.6-laptop-x551.html
www.eurieka.ie/asus-x551ca-laptop-15-6-i3-3217u-4gb-500gb-usb3-hdmi-windows-8-64-bit.html...
It has now become epidemic that web sites are autoplaying advertising videos using HTML 5. Is there a way to disable videos in HTML 5 or am I going to have to abandon the web?
So im trying to design a basic website for my school coursework, I am using DIV tags to created the basic layout. Im using Dreamweaver CS5
Im having a problem with the way div tags are displayed in my dreamweaver file and the way they actually look when previewing them in the browser.
photo...
<doctype! html>
<html>
<title> My test "game"
</title>
<body>
<script>
function Myfunction()
var x = prompt(" whats is your age?.");
if (x <13)
{
alert.("You may play the game but i take no response ability");
}
else
{
alert.("You are old enough to play ...