Hello,
Excuse my ignorance gays and try to be patient with me .
I have some questions about using
weblz/fpweb as an alternative to PHP, so I appreciate some help (answers) from you.
1. Can I use weblz/fpweb as cgi in replacement to PHP ?
2. Having html, css, js, images (png, jpg) files all ready, Can I deserve them using cgi module ( for lighttpd http server )?
My scenario is, I have my application running in php & I want to convert it in fpc, the application consiste in ONE php(html)file that contain web form and css and js files attached to it, and after each sending data from the form, the php saves that data in json file, and when returning I display that data in the html form again.
In php I just call a function that I made to read the json file into an array then when the browser return after saving, I call this function and I assignes values to edit(s) via.
<input class="input-196" type="text" name="ed_qte_tot" placeholder="Quantité totale" value="<?php echo $f_Gcfg["Qte"]["qte_tot"];?>"/>
so How to integrate that mechanism using fpweb/weblaz ??
Thank you.