On Mon, 28 Mar 2005 07:55:14 -0500, Chuck Ouellette <[EMAIL PROTECTED]> wrote: > > > Hi Group, > > Hi have created a variable for a link if a user is not signed in it will > display "Sign In" if they are logged in then it will display "Log Out" (and > of course is linked to the appropriate process). Everything works fine > except for the display. If not logged in the "link" shows "Sign In1" and if > logged in shows "Log Out1" I for the life of me can't find where it's > getting the number 1 from. Any ideas?
find the code where it says "Sign In" - & check if you have any variable names being displayed after the text... Is this just ONE script ? or are you using multiple/several scripts - You may need to search all your scripts for 'sign in'.. PS - The variable might be 'echoed' / 'printed' a few lines after the 'sign in' has been displayed - Not necessarily the same line of code.. -- G Stewart Gmail invites - Hundreds available.. Gmail : [EMAIL PROTECTED] NZ: [EMAIL PROTECTED] Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
