e parameter it needs to act upon. Just
> remove
> > > > > "this" from your "this.edge..." line and you should be good.
> >
> > > > > --
> >
> > > > >http://positionabsolute.net
> >
> > > > >
If you're asking about the PHP part, all you need is an ID field in your
database table:
table fields:
ID
UNIQUE_CUST_ID
Judging by your code, UNIQUE_CUST_ID is probably text, something you can
enter in a user form. I'd change it to something meaningful, like
'ARTISTNAME'. And ID would be just
Yep, tried that. I was trying to be SUBTLE by mentioning that it wanted a
string as the first argument, but that's what I meant, that I tried
assigning a var and then passing that. Seems it should work but it didn't.
On Tue, Nov 18, 2008 at 10:11 AM, Matt Foster <[EMAIL PROTECTED]>wrote:
>
> >