00king00 Posted July 15, 2007 Share Posted July 15, 2007 Hi there, I delete some users from the database related to a script I am working at it. But, after I deleted those (users) the script memberlist shows (blank spaces) insted of clear list of users in the script. For example: ((Before the delete from the database)) the memberlist view like this: 1. User A 2. User B 3. User C 4. User D 5. User F 6. User G ((After the delete from the database )) the memberlist view like this: 1. blank 2. User B 3. blank 4. User D 5. blank 6. blank I know I must delete the users from the script admin itself, but I dosen't know that the blank space will remain the script members list? My Quesation, How I can delete the (blank space) in the member list? and how I can edit the database manually?! Thanx Quote Link to comment https://forums.phpfreaks.com/topic/60069-how-to-edit-the-database-manually/ Share on other sites More sharing options...
AndyB Posted July 15, 2007 Share Posted July 15, 2007 I think your problem is with how you choose to retrieve and display the data in the database table. It shouldn't be difficult to display ONLY the records with information in. Quote Link to comment https://forums.phpfreaks.com/topic/60069-how-to-edit-the-database-manually/#findComment-298767 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.