RE: [PHP] OnClick problem (fwd)

2003-07-10 Thread andu
lt;[EMAIL PROTECTED]>, Dan Joseph <[EMAIL PROTECTED]> Subject: RE: [PHP] OnClick problem => Hi, => => Wow, you've got me stumped, that shouldn't be printing the previous at => all. Could you forward tihs to the php list? I'm stumped. => => -Dan Joseph =&

RE: [PHP] OnClick problem

2003-07-10 Thread Dan Joseph
Hi, > > Are you using the variable $_SERVER['PHP_SELF'] for your > link target? > > I'm not, I'm a total newbie and don't quite understand, you mean > instead of > href="#" use href=$_SERVER['PHP_SELF']? > Please bare with me and explain. Yeah, it would be: If t

RE: [PHP] OnClick problem

2003-07-10 Thread Dan Joseph
Hi, > Here's something I cant explain: > I have a page with a form on it (checkboxes) and a hyperlink which is > supposed to send the form to the server using: > > Trouble is that the link always points to the name of the > previous page I > came from. All pages are php generated on-the-fly.