Hello i have a simple question and i need a simple solution
I have a javascript file named a pricing.js which contains this content in it
var price_arr = new Array('$ 16.95','$ 30.95','$ 49.95','$ 70.95','$ 99.95','$ 109.95','$ 139.95','$ 155.95','$ 199.95','$ 460.95');
but i want to to update this part of javascript file using PHP so please help me in this how can i update this part of the content from javascript file using php?
'$ 16.95','$ 30.95','$ 49.95','$ 70.95','$ 99.95','$ 109.95','$ 139.95','$ 155.95','$ 199.95','$ 460.95'