Forum: JavaScript / DHTML / AJAX May 23rd, 2008 |
| Replies: 5 Views: 930 actually its not working in ie as far as I can tell, not just firefox. it gives just this:
<input type="text" name="banner" size="43" |
Forum: JavaScript / DHTML / AJAX May 23rd, 2008 |
| Replies: 5 Views: 930 do you have javascript off in your firefox browser?? |
Forum: JavaScript / DHTML / AJAX May 23rd, 2008 |
| Replies: 5 Views: 930 dude, you have comment tags around the whole thing <!-- ...... -->
I don't know if that might change anything by taking those out, but try it and see |
Forum: PHP Jan 23rd, 2008 |
| Replies: 18 Views: 1,380 Well now thats a unique idea......whoa....whoa....whoa....wait a minit isnt that the exact same thing nav33n just said :P
I also reccomend adding a user_id field to the table, it makes things a... |
Forum: PHP Jan 21st, 2008 |
| Replies: 7 Views: 6,569 yes, but you would have to do that in php as $aid is a php variable, so it would be:
<?php
echo "<a href='template.php?aid=" . $aid . "'>Read more...</a>";
?>
OR |
Forum: PHP Jan 21st, 2008 |
| Replies: 7 Views: 6,569 This is a very simple example, but you can build on it:
I am sure you know how get works, but ill put it here anyway, this link sets $_GET['article'] to 1001 on my localhost: ... |
Forum: PHP Jan 21st, 2008 |
| Replies: 3 Views: 614 Well I would suggest that you put the first name and last name into separate fields. I think it is because it doesnt post spaces or anything after them. Perhaps you could have an underscore if you... |
Forum: HTML and CSS Jan 21st, 2008 |
| Replies: 3 Views: 1,315 you would be better off making 2 links to external css files on the index page:
<link href="mainstyle.css" rel="stylesheet" type="text/css" />
<link href="substyle.css" rel="stylesheet"... |
Forum: PHP Jan 19th, 2008 |
| Replies: 9 Views: 823 try creating a new table in the database, and putting the data there, just for a test see if that works |
Forum: PHP Jan 19th, 2008 |
| Replies: 9 Views: 823 Well so am I, this sounds very strange. are you running it on your own pc or on a free webhost?? |
Forum: PHP Jan 19th, 2008 |
| Replies: 9 Views: 823 try deleting that first entry into the table, and submitting the form again to see if it will enter it once again. |
Forum: PHP Jan 19th, 2008 |
| Replies: 9 Views: 823 You say you get one record added, by this do you mean that your form worked once, then just stopped afterwards?? |
Forum: PHP Jan 19th, 2008 |
| Replies: 9 Views: 823 there is nothing wrong with your code so far as i can see, I have just copied it onto my computer and it works perfectly well. maybe you have a server problem |