Ok, OK I see it now. I can't give the text input fields in a form a name or id that starts with a number.
I just read that you can't use a number as a member of an object.
Putting an 'a' in like so cleared up the problem:
<body>
<form name="show" method="post"...
I have been getting an object expected error for a while now and I don't know why. Here is a simplified version of my code:
<body>
<form name="show" method="post" action="">
<input name="11" type="text" id="11" value="0"...
Im not sure if this can be done in php/mysql/dreamweaver, but I know it works in asp.
To make things simple let's say that I have two tables customers and orders:
customer orders
id name custID orderedThing
1 bob 1 book
2 sally 2 ruler
3 jeff...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.