hi,
i'm pretty new to php, may i ask what does the phplib do?
| SitePoint Sponsor |
hi,
i'm pretty new to php, may i ask what does the phplib do?





It is a library of many different functions. The main ones that you will see people use it for is, database connections and session management. You include the libraries that you want to use and then you call on the functions to perform tasks. Go to phplib.netuse.de for more on the subject. I use the db stuff for connecting to a MySQL db and running queries it just makes life easier
Please don't PM me with questions.
Use the forums, that is what they are here for.
Bookmarks