Page 1 of 1

php 5.2.9-2 compatibility with php 5.2.13

Posted: Tue Apr 05, 2011 12:57 am
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: