Click here to Skip to main content
15,887,477 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
QuestionApache2.sin do not peer *.pl domain Pin
pixcraft14-Jan-15 2:33
pixcraft14-Jan-15 2:33 
QuestionFlash drive on Linux Pin
ForNow13-Dec-14 14:28
ForNow13-Dec-14 14:28 
AnswerRe: Flash drive on Linux Pin
Michael Martin9-Jan-15 20:22
professionalMichael Martin9-Jan-15 20:22 
Questionselectbox sql problems Pin
ceewhitehead7-Nov-14 0:39
ceewhitehead7-Nov-14 0:39 
AnswerRe: selectbox sql problems Pin
Richard MacCutchan7-Nov-14 0:59
mveRichard MacCutchan7-Nov-14 0:59 
GeneralRe: selectbox sql problems Pin
ceewhitehead7-Nov-14 2:29
ceewhitehead7-Nov-14 2:29 
GeneralRe: selectbox sql problems Pin
Richard MacCutchan7-Nov-14 2:40
mveRichard MacCutchan7-Nov-14 2:40 
Questionzend & php code Pin
vaguemind2-Nov-14 21:02
vaguemind2-Nov-14 21:02 
I have a table has two columns one which show a dropdown field for no of rooms (1,2,3 ) and the other which shows the price of the room selected with total nights ( EGP 200 ) i have this code but its not working well, can someone help me? :
>
check_in_date) && !empty($this->check_out_date)) {
$room_info = $room_db->getAvailableRooms($room_type_info['id'], $this->post_search_info);
$pprice = $room_info[0]['total_price'];

?>









$(document).ready(function() {
$("#target").kendoTooltip({
autoHide: false
});
});




getShortName() . ' ' .''. $this->escape($pprice).''; ?>









Show prices






>
check_in_date) && !empty($this->check_out_date)) {

?>

0
$room_info_arr) {
$price_sum = $this->price($this->escape($room_type_info['descount_price']));
$per_night_price_sum += $price_sum;
$selected = ($this->postValues['apartments_no' . $count] && in_array($room_info_arr['room_id'], $this->postValues['apartments_no' . $count]) ) ? 'selected="selected"' : '';
if(!$this->postValues['apartments_no' . $count] && $room_info_key == 1){
$selected = 'selected="selected"';
}
$room_id_value .= (empty($room_id_value)) ? $room_info_arr['room_id'] : ',' . $room_info_arr['room_id'];
$price += $room_info_arr['total_price'];
//$selected =
echo '' . $room_cnt . '';
$room_cnt++;
}


}
?>">

Questionlaunch a web app using python Pin
Member 94937201-Nov-14 22:02
Member 94937201-Nov-14 22:02 
AnswerRe: launch a web app using python Pin
Richard MacCutchan1-Nov-14 22:09
mveRichard MacCutchan1-Nov-14 22:09 
QuestionCode Samples Pin
Brandi Boseman29-Oct-14 8:00
Brandi Boseman29-Oct-14 8:00 
AnswerRe: Code Samples Pin
ZurdoDev29-Oct-14 8:09
professionalZurdoDev29-Oct-14 8:09 
GeneralRe: Code Samples Pin
Brandi Boseman29-Oct-14 8:22
Brandi Boseman29-Oct-14 8:22 
QuestionRe: Code Samples Pin
ZurdoDev29-Oct-14 8:24
professionalZurdoDev29-Oct-14 8:24 
AnswerRe: Code Samples Pin
Brandi Boseman29-Oct-14 8:34
Brandi Boseman29-Oct-14 8:34 
GeneralRe: Code Samples Pin
ZurdoDev29-Oct-14 8:48
professionalZurdoDev29-Oct-14 8:48 
GeneralRe: Code Samples Pin
Brandi Boseman29-Oct-14 9:03
Brandi Boseman29-Oct-14 9:03 
QuestionWorking with SlideShare API Pin
Jassim Rahma10-Oct-14 10:33
Jassim Rahma10-Oct-14 10:33 
QuestionUsing ForumConnect Pin
Zephire5-Oct-14 3:19
Zephire5-Oct-14 3:19 
QuestionCan I use PHP in client server? Pin
DarkDreamer0831-Aug-14 20:19
DarkDreamer0831-Aug-14 20:19 
AnswerRe: Can I use PHP in client server? Pin
Kornfeld Eliyahu Peter31-Aug-14 20:42
professionalKornfeld Eliyahu Peter31-Aug-14 20:42 
GeneralRe: Can I use PHP in client server? Pin
DarkDreamer0831-Aug-14 21:06
DarkDreamer0831-Aug-14 21:06 
AnswerRe: Can I use PHP in client server? Pin
Kornfeld Eliyahu Peter31-Aug-14 21:10
professionalKornfeld Eliyahu Peter31-Aug-14 21:10 
GeneralMagento e-commerce is a bloatware Pin
pandu web dev14-Aug-14 8:36
pandu web dev14-Aug-14 8:36 
GeneralRe: Magento e-commerce is a bloatware Pin
Richard Deeming14-Aug-14 8:57
mveRichard Deeming14-Aug-14 8:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.