...themselves? I can't download IE to see if it does the same. Ive been asked to style rss using css but none of my css works. It shouldn't be hard. I've copied character for character from examples but none of them work.
Any help?
Thanks
http://databases.about.com/od/specificproducts/a/normalization.htm
From the above website it says:
for first NF
"Create separate tables for each group of related data and identify each row with a unique column or set of columns (the primary key). "
and for second NF it says:
"Remove subsets...
I have a page that posts to itself, I then need something like
if something happens then
header ("location: page1.php")
But this still doent work, it carried on posting to itself regardless of what happens
Ive found an IDE for PHP and im using netbeans, but just to push it, any thing with error checking and design thingies? for instance, moving a layer around like you do in dreamweaver?
If so would you give me simple ideas on how?
Because I can make one with two text boxes for two values, but Im asked to do it with one.
Thanks
e.g. in the text box the user can enter:
"1+9" and the two numbers would be added
I have two files:
a.php and
b.php
In file a.php I have the following code:
<html>
<head>
<title>My Page</title>
</head>
<body>
<p>Grade:<br /><input type="text" name="name" value="" /></p>
Level:
<form name="myform" action="b.php" method="POST">
<select name="mydropdown">
<option...
Ive checked these options to upload on save, but it still doesnt upload on save, it will upload but only if i do it manually.
In the begning when i was getting things started it failed the upload and asked whether I wanted to disable automatic uploading, so i said yes presuming Id be able to...