Newbie to programming needs guidance

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

dagee
Forum Commoner
Posts: 33
Joined: Thu Oct 19, 2006 8:31 pm

follow up question

Post by dagee »

Hope you guys don't mind. Couple questions aboout cameri's script:

I looked up the unserialize function but am still not sure really what it is doing. Is it converting lines from the carts.txt into usable data chunks? When I looked it up it said that by unserializing the data is was making it into php value. I thought since when the text file was read into the script it was all ready in a usuable format. How has it changed. What kind of format was it in before being unserialized?


Thanks for putting up with newb questions. The book I am using does not go into some of this stuff.

dag
Post Reply