1-4 of 4 < Previous Next >
1 vote

b has no properties

Trying your hello example creates "b has no properties" error in MicrosoftAjax.js line 5. When changing script source from MicrosoftAjax.js to MicrosoftAjax.debug.js is says: Chyba: [Exception... "...

id# 4997 | Planned Release: None | Last Updated: Jan 6 at 1:47 PM  by Dzonny
1 vote
closed

$_SERVER variable HTTP_CONTENT_TYPE doesn't exist -- Still an Issue

Here is the correct way to solve it: if ((isset($_SERVER['HTTP_CONTENT_TYPE']) && strpos($_SERVER['HTTP_CONTENT_TYPE'], 'application/json') !== 0) || (isset($_SERVER['CONTENT_TYPE']) && strpos(...

id# 415 | Planned Release: None | Last Updated: Jun 25 2007 at 1:40 PM  by bencornwell
1 vote

solution of how to cast to an arbitrary class

PHP maintains a generic empty class stdClass from which all class are built in PHP. You can use that class to create generic class objects anytime you wish. <code> $class = new stdClass(); $class-...

id# 1235 | Planned Release: None | Last Updated: Apr 25 2007 at 9:33 PM  by heygrady
1 vote
closed

$_SERVER variable HTTP_CONTENT_TYPE doesn't exist

See the first comment at http://ajaxian.com/archives/php-for-microsoft-ajax-library. Billy reports that his machine (running PHP5.2) doesn't have this variable.

id# 395 | Planned Release: 3 Alpha | Last Updated: Apr 25 2007 at 9:07 PM  by SteveMarx

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-4 of 4 < Previous 1 Next >
Updating...