Hey Guys,
First of all I would like to thank all of those people here for all of the tremendous efforts that you spend in helping us here around.
I am currently facing 2 problems,
1) When i declare a variable and set a value for it using the
$variable="value";
Concept, the problem that I am facing is that when I go to another page, the value isn't stored on the server...
I was wondering if there is anything special that i should do to keep the values stored for later reference other than using session variables?
2) I am working on an accounting system for a company.. the problem that i am facing is that for example they are selling expensive products, and therefore they divide the total price of the product for multiple installments.
After that, the employees should enter the invoices and values of the installments with the corresponding date so that the prices and invoices cancel out.
The problem is that sometimes a customer can come, and pay the installments on two parts on different days... how can i set the database structure so that i can compare the multiple inputs with the primary actual input so that i can calculate the delays?
Thank you so much for your support, and i hope to hear a responses and solutions soon.
Sincerely,
Sherif