WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Submit Site
Forex Trading Online forex trading platform

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : Redirect users that arrive on your site from a link out side your domain.
Categories : Java Script, Strings Click here to Update Your Picture
Francis Aitken
Date : Nov 13th 2002
Grade : 1 of 5 (graded 1 times)
Viewed : 2618
File : No file for this code example.
Images : No Images for this code example.
Search : More code by Francis Aitken
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

"fuzue" is the name of the domain.

change the numbers to fit the number of chars of your domain.
e.x : fuzue = 5 chars. theres a difference of 5 between 11 & 16

if the domain was "monkey" the numbers would be 11, 17 & 7,13 .

any problems, francis@fuzue.net .

<script>
<!--
var ultimoURL=document.referrer;
if (ultimoURL.substring(11,16) == "fuzue" || ultimoURL.substring(7,12) == "fuzue"){
}
else
{
window.location="http://fuzue.net/"
}
//-->
</script>



complete simply working javascript password generator file. Use letter, vowels, consonants (uppercase and lowercase) arrays to create a really random and secure password. improved security using time functions to initialize random number generator.
Categories : Java Script, HTML, Security, Authentication, Strings
javascript doesn't accept a fieldname with []
Categories : Java Script
Avoiding or Detecting high bit characters in a string. Useful when you want to create a valid RSS feed
Categories : PHP, Strings, Unicode, Regexps, Rich Site Summary (RSS)
Install Flash player plug-in
Categories : Flash, Java Script
mysql_escape_string
Categories : PHP, MySQL, Databases, Strings
Dynamic Calender in PHP, Javascript and HTML.
Categories : PHP, Java Script, HTML and PHP, Calendar
Allows you to parse a deliniated string and put the individual fields in a SELECT option in a form
Categories : HTML, PHP, Strings
Clock at Status Bar
Categories : Java Script, HTML, Date Time
Select a value for your form from a list in a separate window.
Categories : User Interface, Java Script
Building dynamic menus with PHP & MySQL (ADO), JavaScript and CSS
Categories : PHP, Databases, MySQL, Java Script, User Interface
function textwrap will wrap text to any desired width using <BR>\n as the default line break. Default wrap width is 80 columns.
Categories : Strings, HTML and PHP, PHP
Javascript URL and Email Validation
Categories : Java Script, Data Validation, Form Processing, Email, URLs
Simple Javascript CSS Digital Clock
Categories : Java Script, Date Time, CSS, Beginner Guides, Web Design
Unobtrusive javascript for maintaining scrollable layer state
Categories : DHTML, Java Script, HTML
write an event to the eventlog via JScript
Categories : Java Script, Windows 2000