|
| By Chad ( 2002-08-02
11609 views.
)
|
This is yet another snippet from an oekaki board I helped program. It lets you specify the number of results per page and displays the page numbers.
This is very usful for things like guestbooks, forums, or if you just want to keep things organized. |
| |
|
| |
PHP Code Snippets: DB Class |
| By Oxy ( 2002-07-15
5583 views.
)
|
| This class lets you connect to and query a database using OOP. It's pretty simple and my first stab at OOP. |
| |
|
| |
|
| By Celeron ( 2002-04-03
3640 views.
)
|
| Stop strings longer that x long being entered into a database, useful for shoutboxes, forms etc. |
| |
|
| |
|
| By Oxy ( 2002-02-15
5672 views.
)
|
| A very easy way to connect to a MySQL DB, it displays an error message if its not connecting right. |
| |
|
| |
|
| By Oxy ( 2002-02-15
4211 views.
)
|
| Needs to have $delete defined by a form or something. |
| |
|
| |