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.... 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 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. Link to comment https://forums.phpfreaks.com/topic/156921-undefined-offset-1/#findComment-826712 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.