Welcome to Tragland Development
Posted at 6:19 pm on Wednesday, Dec 12 2012 by Trag

Welcome to my development area of Tragland.

You really shouldn't even be here.

This site is meant to be a resource to access frequently used codes, as well as manage work related materials.

So, if you stumbled across this randomly, GTFO.  Otherwise, welcome back!

1 Comment on Welcome to Tragland Development
Trag, 10:02 pm - Jul 20 2008
LOL FIRST COMMENT.



Leave a Comment

Name:
Comment:
Security:captcha image Enter the black characters.





Complete Membership/Directory Back End
Posted at 3:54 pm on Tuesday, Aug 26 2008 by

This script will include a lot of things.  It includes the main Administration page, and scripts to add/edit/delete categories, and to add items to those categories.


This first bit will gather the existing data from the database.
View the Code

Related Pages: E-Mail with SMTP Authentication, PHP Login with/without SQL Support, Tag Cloud Script, Split Results into Multiple Pages, CSV 2 SQL
Add a Comment to Complete Membership/Directory Back End
There are no Comments on Complete Membership/Directory Back End.


Leave a Comment

Name:
Comment:
Security:captcha image Enter the black characters.





Split Results into Multiple Pages
Posted at 2:51 pm on Tuesday, Aug 26 2008 by Trag

Credit to http://www.evolt.org/article/Multiple_Pages_With_PHP/17/19340/index.html for the script.  I do not claim this as my own, I only want the reference on my site.

This will split your MySQL results into pages (I.E: Google search results).

This first part will gather your data.

IMPORTANT:
Any text appearing in purple will need to be modified as per your intended use of the script.

View the Code

Related Pages: CSV 2 SQL, PHP Login with/without SQL Support, Tag Cloud Script, Complete Membership/Directory Back End, E-Mail with SMTP Authentication
Add a Comment to Split Results into Multiple Pages
There are no Comments on Split Results into Multiple Pages.


Leave a Comment

Name:
Comment:
Security:captcha image Enter the black characters.





Basic Contact Form Layout
Posted at 2:40 pm on Monday, Aug 18 2008 by Trag

I use this layout a lot, it's a very simple 'name, email, message' contact form.

View the Code

Related Pages: Enabling Ajax, Submit Two Forms with One Button, Scrolling Floating Div, Conditional IE Statements
Add a Comment to Basic Contact Form Layout
There are no Comments on Basic Contact Form Layout.


Leave a Comment

Name:
Comment:
Security:captcha image Enter the black characters.





Conditional IE Statements
Posted at 12:24 pm on Monday, Aug 18 2008 by

Use this code to run HTML/CSS in IE only.

Used to fix problems because Internet Explorer is a piece of non-compliant shit.

View the Code

Related Pages: Enabling Ajax, Submit Two Forms with One Button, Scrolling Floating Div, Basic Contact Form Layout