nishafav Posted December 30, 2010 Share Posted December 30, 2010 can any1 plz help me write this code... i want to print the valu of variable z. there are three variables x, y and z x is initialized some where else... y=x z=z+y first call of function x=10 y=10 z=10 second call x=20 y =20 z=20+10 third call x=30 y= 30 z=30+30 fourth call x=40 y=40 z=90+40 and so on Link to comment https://forums.phpfreaks.com/topic/222991-help-urgent/ Share on other sites More sharing options...
trq Posted December 30, 2010 Share Posted December 30, 2010 If your looking for someone to write code for you we have a freelance board. read the stickies within that board before posting. http://www.phpfreaks.com/forums/php-freelancing/ Link to comment https://forums.phpfreaks.com/topic/222991-help-urgent/#findComment-1152950 Share on other sites More sharing options...
Recommended Posts