[FX.php List] Problem with site on client's server

Bob Patin bob at patin.com
Thu Oct 18 10:37:18 MDT 2007


Hi Steve,

Thanks for the info; I did find the setting for short tags in PHP,  
but since I always use <?php (except for the one I accidentally  
truncated), it's never been an issue.

I'll be sure, from now on, to be a little more careful about  
declaring variables; the one that got me was a counter variable that  
I didn't declare until further down the page, and its first mention  
was causing one of the errors.

Best,

Bob Patin
Longterm Solutions
bob at longtermsolutions.com
615-333-6858
http://www.longtermsolutions.com
Member of FileMaker Business Alliance and FileMaker TechNet

   CONTACT US VIA INSTANT MESSAGING:
      AIM or iChat: longterm1954
      Yahoo: longterm_solutions
      MSN: tech at longtermsolutions.com
      ICQ: 159333060

--------------------------
Contact us for FileMaker hosting for all versions of FileMaker
PHP • CDML • Full email services • Free DNS hosting • Colocation •  
Consulting




On Oct 18, 2007, at 9:48 AM, Steve Winter wrote:

> Hi Bob,
>
>
>
> Both of those things are php configuration things... not anything  
> to do with Mac/PC or v4/v5
>
>
>
> Within the php.ini it’s possible to specify if you can use the  
> short tag <? In place of <?php and also what level of error  
> reporting is done...
>
>
>
> It sounds like your development server is the most ‘relaxed’ about  
> things, ie, allow short tags, and doesn’t report notices, where as  
> the client’s server is the most uptight, and requires long tags and  
> reports notices...
>
> ...
>
> Personally I have deliberately set my development server up so that  
> it reports every type of error, and has the optional things, like  
> short tags, turned off, so that I can be reasonably confident that  
> a solution I develop will ‘work’ on pretty much any server...
>
>
>
> Cheers
>
> Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20071018/1c50670f/attachment.html


More information about the FX.php_List mailing list