manking Posted December 27, 2007 Share Posted December 27, 2007 Let me start out by saying I am a cold fusion programmer. A freind asked me to help set up a pos system using PHP. I agreed now I am over my head. He has ask me to change the code to allow him reopen a sale. Easy right wrong! Can some on help me with the array on this. In line 660-663 of display I recreat the session for the customer ID $_SESSION['current_customer_search']=$customer_id_new; $_SESSION['current_sale_customer_id']=$customer_id_new; $_SESSION['current_sale_id']=$customer_id_new; The problem I have is in remaking the $_SESSION['items_in_sale'] array from the sale_ui in the display page [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/83356-hopelessly-lost/ Share on other sites More sharing options...
zq29 Posted December 28, 2007 Share Posted December 28, 2007 If I understand you correctly, this is not a language specific problem, but more of a logic problem, right? Link to comment https://forums.phpfreaks.com/topic/83356-hopelessly-lost/#findComment-424895 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.