Posts by Vagner • 35 points
4 posts
-
0
votes0
answers250
viewsQ: Update Ocomon Connection to PHP7
After upgrading the php version from 5 to 7 the system does not open, the mysql_connect function was discontinued I tried using mysqli and could not make it work. Error: Fatal error: Uncaught Error:…
-
0
votes1
answer1089
viewsQ: Validation Can you compare 2 fields not to repeat in the database?
I need a if to check 2 values of the register and 2 of the bank, if both are equal should not occur the register. <div class="container-fluid"> <form action="adiciona" method="post" >…
-
0
votes0
answers55
viewsQ: insert date sequence into the bank
When you enter the date in for it sums + 1 day and inserts again. any idea ? $valores = range(1,5); $date = '2016-02-06'; for ( $i = 0, $total = count($valores); $i < $total; $i++){ $sql =…
-
1
votes0
answers118
viewsQ: Select days within date for work shift assembly
I am in need of a function that will enter selected dates on Datapicker var date = new Date(); $('#pre-select-dates').multiDatesPicker({ addDates: [date.setDate(14), date.setDate(19)] });…