php 5.2.9-2 compatibility with php 5.2.13

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gauri
Forum Newbie
Posts: 3
Joined: Thu Aug 13, 2009 4:19 am

php 5.2.9-2 compatibility with php 5.2.13

Post by gauri »

hi,

i am very new to php.
my production server php version is 5.2.9-2. my code is executing perfectly on my server.
my client server is dev server with php version 5.2.13. my php code is not executing here.

actually i am working with flex-php-flex. php code returns whatever i echo to flex. but when i try to execute the same code on the client side it returns the whole php code "<?php ..... ?>" as is to the flex.

why is this happening? is this a versioning issue???
please help me.
its very urgent. :help:
Post Reply