hiiii,
i would like to know if php code is browser dependent
is Php code browser dependent
Moderator: General Moderators
- CoderGoblin
- DevNet Resident
- Posts: 1425
- Joined: Tue Mar 16, 2004 10:03 am
- Location: Aachen, Germany
PHP is not browser dependant, although it can get the users browser using a command get_browser.
The php is used to build HTML pages. These HTML pages may contain javascript and should contain CSS styling. It is these things that can be browser dependant. If you are aiming for a browser you will always run into this no matter how you build your pages (no matter what language). It is nothing to do with PHP.
The php is used to build HTML pages. These HTML pages may contain javascript and should contain CSS styling. It is these things that can be browser dependant. If you are aiming for a browser you will always run into this no matter how you build your pages (no matter what language). It is nothing to do with PHP.