Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				Are your sure they were not trolling? Even from the basic php tutorials your learn about mysql.
 - 
				
				
gblues6108yI had a contract gig once where I had to implement something like this, although in my case the excel file was just an input file that I parsed and then inserted into the database.
I’m crazy but I’m not THAT crazy. - 
				
				
C0D4644188y@gblues
I can handle bulk imports from csv, but using the spreadsheet as a DB is a whole other level of criminal.
I’m just glad I’ve never had to walk down that path. - 
				
				
mundo0348298yIf the site is not big, using a csv is not uncommon. :(
I wonder if someone has used ini files for this :p - 
				
				We were forced to use a Textfile as database in a PHP course at school... because are teacher didn't want to setup a database-server for testing it took us 4 weeks to get him to allow SQLite
 - 
				
				Reminds me of the guy that automated everything at his workplace and just chilled for 6 years playing LoL https://reddit.com/r/...
 
Related Rants
- 
						
							
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m... - 
						
							
DRSDavidSoft30
Found this in our codebase, apparently one of my co-workers had written this - 
						
							
linuxxx24*client calls* "hello, we forgot the password to our WiFi router. Could you reset that for us?" 😐😶😮... 

Just read a forum thread where someone uses an excel spreadsheet as their database for a PHP website. What makes it worse is they have done this for the past 12 years.
Is this real or someone taking the piss?
rant
spreadsheet
wtf