- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
5 Posted Topics
Hi, I have problem to count a multiple condition in one query. Usually i have to select count it one by one just like this : SELECT COUNT(kod_urusan) as num1 FROM customer_info WHERE kod_urusan = '0001' SELECT COUNT(kod_urusan) as num2 FROM customer_info WHERE kod_urusan = '0002' SELECT COUNT(kod_urusan) as num3 …
Hi guys, Im quite new to php. Currently, im trying to convert my php to word and been googling for a long time about this. Anyone know how to convert php to word (free). For your information, im using Suse Linux as my server. Really need some suggestion for my …
Well, im having the same problem like you before, but i found this validation for my html page: js file (register.js): // JavaScript Validation For Registration Page $('document').ready(function() { $("#YourFromName").validate({ rules: { YourFieldName1: { required: true }, }, messages: { YourFieldName1: { required: "Validation messages here.." }, }, errorPlacement : …
Hi, Im new to data table, im using DataTables 1.10.5 and i try to put center my pagination since it looks kinda messy on my table. Here is my code : Html: <table cellpadding="0" cellspacing="0" border="1" class="display example" id="example2" width="90%"> <thead align="center"> <th>a</th> <th>b </th> <th>c</th> <th>d</th> <th>e</th> <th>f</th> <th>g</th> …
Hi, i have the same problem too, just i not using jqueryui datepicker. I use default html calendar. Here is my code : <input name="d_start" type=text id="d_start" value="<?php echo $_POST['start']; ?>" SIZE="20" maxlength="10"> <input name="kalendar12" type= "image" id="kalendar12" onClick="popUpCalendar(this, this.form.d_start,'dd-mm-yyyy');return false;" src="images/calendar.gif" alt="kalendar" /> <span class="style1">(hh-bb-tttt)</span> Any way to help …
The End.
Haji Sameon