All source code in PHP Ask a PHP Pro Discussion Forum Categories All jobs in PHP
PDA,code,people,versions,their,site,computer,
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
PHP Stats

 Code: 240,003. lines
 Jobs: 70. postings

 How to support the site

 
Sponsored by:
Quick Search for:  in language:    
You are in:
 
Login





Latest postings for PHP.
tutorial
By Bersales Japheth Cojena on 11/5


Click here to see a screenshot of this code!php
By Bersales Japheth Cojena on 11/5

(Screen Shot)

Click here to see a screenshot of this code!Warcraft 3 Replay CMS
By Robert Jamie Pounder on 10/25

(Screen Shot)

Click here to see a screenshot of this code!blog, forum, registration, add,edit, delete, search and send message
By ralph f. leyga on 10/21

(Screen Shot)

Click here to see a screenshot of this code!Web Blog and Forum
By ralph f. leyga on 10/22

(Screen Shot)

Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!



 
 
   

Mobile/non-mobile site redirect script

Print
Email
 
winzip icon
Submitted on: 8/1/2005 5:45:29 PM
By: tw1tchy  
Level: Advanced
User Rating: By 2 Users
Compatibility:PHP 4.0

Users have accessed this code 3389 times.
 
author picture
 
     This code is for people who have two versions of their site: one for computer browsers, and one for web-enabled phones or PDAs. It automatically detects which is being used to access the site and redirects accordingly. index.php should replace the index page of your site. Rename your current index something else. The local path to that should be the $main variable. When someone accesses index.php from a regular ol' computer, it simply prints out all the information from $main. Really, everything else is explained in the comments. When someone accesses your mobile page via redirection only (NOT manually), at the top it says "click here if you are not on a mobile phone or PDA". When they click that link, it sends you an email with their O/S, browser, and IP address before printing out the contents of the main page. I wanted to do this in a form in index.php, but the T-Mobile Sidekick wasn't passing the variables back. I figured it would be more foolproof just to link. Anyway, if you want to turn off this feature, just comment out the line above "require $mobile" (I didn't write out the line itself because it has html tags). Enjoy! http://www.thanksforthemammaries.net
 
Can't Copy and Paste this?
Click here for a copy-and-paste friendly version of this code!

    //**************************************
    //     
    // for :Mobile/non-mobile site redirect 
    //     script
    //**************************************
    //     
    Copyright @ 2005 by Erica Schechter
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 1 submission(s) by this author

 

 
 Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:
 
Your Vote!

What do you think of this code(in the Advanced category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
8/1/2005 5:05:13 PMtw1tchy

I should mention...

You can add anything to the array in index.php that you wish. I'm adding things as I think of them. For example, "symbian" "motorola" etc.
(If this comment was disrespectful, please report it.)

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author from the email account you registered on the site, so you can correspond directly.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
To post feedback, first please login.


 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Games | Feedback | Customize | PHP Home | Site Home | Other Sites | Open Letter from Moderators | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997-2009 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.   Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.