Go check out cnet.com, they have a bunch of user submitted stories about people who have tried similar things. You might want to see what they did and what happened to them and found out if you...
You did it today? It will take 24 to 48 hours to propagate over the internet. All of the DNS routing tables have to be updated on the web's root servers in order for you to be found on the internet.
Essentially anyone who builds a web site is a programmer of sorts. All a web site is is a bunch of code, in a particular language, that accomplishes a task, such as displaying a web page in a...
Ok, I have not had a problem like this and I have had my website on IIS 6.0 for several months and all of a sudden stuff is happening. I have several pages with php code in them that checks for...
PlainSense, there is a huge difference between closing a connection to a mysql database and trying to break out of a code loop, or just stopping code from running. You could put in mysql_close()...
No problem, it wasn't too long ago that I needed help with a similar problem. If it wasn't for the help I got here I doubt I would have figured it out as quickly.
Check this out:
http://us2.php.net/manual/en/ref.mail.php
Read through that and the comments below it and it should help a bit. It may seem like greek at first but after a while it will start to...
Well, first off you posted this in the wrong forum. What you want to do has nothing to do with graphics. The graphics forum is for stuff about images, as in digital imaging, photography and such. ...
Ok, since you mentioned it I have been looking around find info about security vulnerabilities in php and everything I have seen has to do with running php as a cgi, but nothing about running it as a...
Ok, well, now you have caught my interest. Could you elaborate a little more, what kind of security vulnerabilities are there with that? If anything, I am trying to keep my pages as secure as I...
Ok, I understand what you are saying but why? Every book I have ever read says to have a form refer to the page it is in for php code says to put <?php echo $_SERVER['PHP_SELF'] ?> for the action. ...
Ok, sometimes I wonder how I miss these things. I used target instead of action, so the target was itself, but it was opening itself in a new window. I changed it to action and it stopped...
I agree with Stephen, a professional quality site will have exactly what the clients wants, nothing more, nothing less, and presents it in a way that is easy to navigate and easy to read.
Ok, well, a great place to start is where you are starting. Some kind of class, especially if it has other people (or even a professor you can ask questions). As to what to learn, well from what I...
Well, the question is though, do you want to know what IP address is being assigned to you by your ISP or by your modem? Because, when you type in ipconfig into the cmd prompt it is going to give...
I am using Firefox (and I use IE) and in both of them when I go to make a new thread (like now) or reply to one the message box sticks out a few pixels outside the "Post New Thread" box. I attached...
Be warned though, that book is really thick, really thick, but by the time you are done you will know a ton about php, mysql, and html. Good luck with it.
Ok, I got it to work. For some reason it would not work if I had the php generate all of the form code, but when I had it just generate the <option> tags it works fine.