When using PHP, the server i am using is set to SAFE Mode and therefore i cannot use some scripts?
So i was wondering what parts of the script i need to change to allow scripts to run on a server using safe mode. Is there like certain variables or something? I’ve tried so many scripts that use MySQL and PHP and they don’t work!
Please help!
Thank you!
Blogs of Interest
- 3 webinars on Upgrading MySQL | MySQL Expert | MySQL Performance | MySQL Consulting
- Massey shifts to ‘Act of God’ mode on mine disaster « Coal Tattoo
- Host a WordPress Blog on Windows Home Server | We Got Served
- Weather forecast script in php using Google Weather API – Dynamic Guru
- When anti-piracy agencies use Mafia tactics to stop you from downloading Justin Bieber songs
- Fashion Challenge: Wear Something from Your Mom’s Closet – College Fashion
- openSUSE 11.3 announces introduction of MySQL Cluster @ Andrew Morgan’s MySQL Cluster Database Blog
- RockYou To Exclusively Use Facebook Credits For The Next Five Years
- Zack Snyder Working on ‘Xerxes’ Script – Screen Rant
- Link MySQL to MS SQL Server2008 « Database Administrators Knowledge Blog
- Build HTML Tables From MySQL Tables with PHP
- Direct Edge stock exchange launches on Windows Server, SQL Server – Windows Server Division WebLog – Site Home – TechNet Blogs
- Microsoft Project Server and SharePoint 2010 June CU 2010 are live! – The Project Admin Blog – Site Home – TechNet Blogs
- Windows Azure Command Line Tools for PHP Available in Web Platform Installer – Brian Swan – Site Home – MSDN Blogs
- Introducing Adobe Reader Protected Mode « Adobe Secure Software Engineering Team (ASSET) Blog
There are a couple things, which just have to do with multi-user issues. Take a look at the php page on it, here:
http://www.php.net/features.safe-mode
Towards the bottom, there’s an explanation of the changes.
Best of Luck,
-Jess