aarbrouk Posted May 5, 2009 Share Posted May 5, 2009 Notice: Undefined offset: 1 I am receiving this error a lot and don't quite know what it means... It occurs when trying to pass through multiple variables to another page.... Quote Link to comment https://forums.phpfreaks.com/topic/156921-undefined-offset-1/ Share on other sites More sharing options...
Mark Baker Posted May 5, 2009 Share Posted May 5, 2009 It means you're code is trying to access an entry in an array with a key of 1, but that entry doesn't exist. For more information, my crystal ball is cloudy unless my palm is crossed with some sample code Quote Link to comment https://forums.phpfreaks.com/topic/156921-undefined-offset-1/#findComment-826684 Share on other sites More sharing options...
Maq Posted May 5, 2009 Share Posted May 5, 2009 Notice: Undefined offset: 1 I am receiving this error a lot and don't quite know what it means... It occurs when trying to pass through multiple variables to another page.... Please post your relevant code. Quote Link to comment https://forums.phpfreaks.com/topic/156921-undefined-offset-1/#findComment-826712 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.