Program Stock Barang Php Include Path

Active7 years, 1 month ago

Php point of sale, aplikasi ini cocok untuk warung dan toko sederhana, koperasi sekolah, kantor dll sehingga administrasi penjualan bisa dipantau dengan mudah. Beberapa kekurangan aplikasi ini menurut saya adalah, beberapa fungsi inventori yg tidak ada seperti fitur retur barang, stock opname belum include. Aplikasi penjualan sederhana dengan php dan mysql. Join GitHub today. GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.

I am newbie on ajax. My case is, i want to passing value on same page so if i click on selected the value pass to upper

on my pure php code like this

here are the problems is i wanted using ajax so when i click selected on table.The value passing on top without loading.Thanks

BrianS
9,4873 gold badges40 silver badges101 bronze badges
Yan SusantoYan Susanto

1 Answer

You don't need to use AJAX as you don't have to load the data from an external file. You can just use some javascript to populate the form. There are more efficient ways to do it then the code below, but here's a quick and dirty answer..

This Manual is provided by CBTricks.com Someone who wanted to help you repair your equipment put together this information. Connex CX3300 CX3300HP Owner’s Manual. Connex CX-3300HP Pdf User Manuals. View online or download Connex CX-3300HP Owner's Manual. View and Download Connex CX-3300 owner's manual online. AM/FM Two Way Amateur Mobile transceiver. CX-3300 Transceiver pdf manual download. Also for: Cx-3300hp. Connex 3300 hp manual.

Oh, and I did the javascript in jquery because it makes things easier. But the same can be done in pure javascript.

For your HTML/PHP code, change the a tag to use onclick instead of href, and call a javascript function:

Php Include Path Apache

Then, create a javascript function on the same page that looks like this:

If you don't want to use jquery, I think the equivalent of $('#id').val(id) is document.getElementById('id').value = id;

Htaccess Php Include Path

shadyhillshadyhill
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Program Stock Barang Php Include Path

Php Include Path

Not the answer you're looking for? Browse other questions tagged phpjavascript or ask your own question.