|
Main (PHP)
3rd Party Streams
Resources
Code Snippets
Affiliates
|
|
|
| |
|
| By Oxy ( 2003-07-16
8108 views.
)
|
| Searches Google for the keywords you specify and returns the first result as a link. |
| |
|
| |
|
| By Oxy ( 2003-02-11
8096 views.
)
|
| Quick and dirty XML parsing class, as used at OxyScripts.com to parse the news feeds from other sites. It works as it should, although the coding is dirty and I've hacked it about a bit. |
| |
|
| |
|
| By Oxy ( 2002-08-09
8110 views.
)
|
| This snippet counts the number of hits a website receives, using flat files. |
| |
|
| |
|
| By Chad ( 2002-07-17
8113 views.
)
|
I wrote this snippet assuming you will do the following:
° change localhost, username, and password to your own information
° change $db_name to the name of your database
° change "tablename" to the name of the database table you are using
° create a row in that table called "email" to store the emails people submit
° error.php is a simple page that has an error message on it.
--------------------------------
This snippet was taken from an Oekaki board I helped program. This was used so that when a new user was registering, they could not use an email that already existed.
NOTE: You can change the "header('Location: error.php');" line into any other form of error message including an echo string or whatever you want. Fool around with it.
|
| |
|
| |
|
| By Oxy ( 2002-07-15
8093 views.
)
|
| This snippet stops spam bots, which crawl the web for email addresses, from picking up email addresses from your site. you@email.com will become you-at-email-dot-com, so people can still email you by replacing the at and dot. |
| |
|
| |
|
|
| Item(s) 1 to 5 of 16.  Go to page: 1, 2, 3, 4 |
| |
|
|
|
Top Sponsor
Sponsors
Sponsors
Advertisting
Affiliates
|
|