|
||||||
| PHP Forum Use this forum to discuss all aspects of PHP Development. PHP is a server-side, cross-platform, HTML embedded scripting language that lets you create dynamic web pages. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
To get the client records you will need to use Javascript and there is no way that PHP can receive this value since it is server side.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages! |
|
|||
|
Hmm, I really just need to make an if statement and if their resolution is lower than a certain value display an error message. Do I need to do a cookie and everything for that?
__________________
I Need Help |
|
|||||
|
How would you compare the value?
PHP Code:
Code:
<script type="text/javascript">
if(window.screen.width < 1024)
allert("Your screen is too small");
</script>
|
| Sponsored Links |
|
|
|
|||||
|
What Sidewinder suggested would work well. You could also create a dynamic page using JavaScript or simply forward the user to an error page (like res.html) with the same logic above.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Code: Print Screen | TcM | VB Tutorials | 17 | 09-02-2008 09:49 PM |
| 16 " screen | techni68 | Computer Hardware | 5 | 01-22-2007 11:43 AM |
| JavaScript:Tutorial, Screen Resolution | TcM | Javascript | 6 | 12-30-2006 06:45 AM |
| Capture the screen in a TImage | MrDiaz | Pascal/Delphi | 3 | 12-06-2006 12:57 PM |
| Change Resolution, Change Size | Void | C# Programming | 1 | 06-13-2006 03:48 PM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 98%