|
Meh, I've been learning PHP and I think I understand parts of the basic stuff. But I don't know what to code for a first code. Anyone have some ideas I should try out?
|
|
|
|
Try making at first a flat file guest book. Then try making a MySQL powered guest book. See which you prefer.
|
|
|
|
|
yeah... i taught you flat file the other day.. for that ip logging system that is flat file..
but make sure that when your flat filing that you serialize your data and unserialize it to read it again... hell you could even base64 code it lol
|
|
|
|