Manumd2070 2021-03-18 11:16:22

What is this error
2021-03-18 11:43:56
Manumd2070 2021-03-18 11:16:22
What is this error
Check your mysql_connect function spell
2021-03-18 11:44:29
Manumd2070 2021-03-18 11:16:22
What is this error
And other warning may be solved by just set its to 0
Krunal14c 2021-03-18 11:59:21
any one know cake PHP
Manumd2070 2021-03-18 12:27:08
2021-03-18 11:44:29
And other warning may be solved by just set its to 0
In where
2021-03-18 12:36:00
Manumd2070 2021-03-18 12:27:08
In where
In your code file
2021-03-18 12:36:12
Manumd2070 2021-03-18 12:27:08
In where
Check google for it
Manumd2070 2021-03-18 12:38:54
2021-03-18 12:36:12
Check google for it
Ok thank you
maks_roboclub 2021-03-18 12:56:05
Hi friends, can anyone help with phalcon 4.0, namely with ACL?
RajMakadia 2021-03-18 13:14:56
Anyone know AWS Api in php
Ashik 2021-03-18 13:18:11

Ashik 2021-03-18 13:19:19
Any php(ci4) developers please help me on this issue
mohammad_rsz 2021-03-18 18:32:03

how to Download php document?
Moad Ahammad 2021-03-18 20:11:50
please How I can stream on facebook use ffmpeg or somethings other in php
kiss_shot 2021-03-19 00:36:27
mohammad_rsz 2021-03-18 18:32:03
how to Download php document?
Documentation or PHP.ini
Moad Ahammad 2021-03-19 00:44:56
Moad Ahammad 2021-03-18 20:11:50
please How I can stream on facebook use ffmpeg or somethings other in php
please someone
kiss_shot 2021-03-19 01:28:43
Moad Ahammad 2021-03-18 20:11:50
please How I can stream on facebook use ffmpeg or somethings other in php
Stream on fb or like FB
Manumd2070 2021-03-19 09:59:15
Anyone useing dotproject
SauravK8876 2021-03-19 11:25:34
Laravel project me help chahiye
SauravK8876 2021-03-19 11:25:45
Anyone?
Venkatakrishna S 2021-03-19 12:37:49

Venkatakrishna S 2021-03-19 12:38:47
I want drag and drop a video element, but could not do. Any idea would be a great help
mohammad_rsz 2021-03-19 15:54:11
kiss_shot 2021-03-19 00:36:27
Documentation or PHP.ini
Documentation
ayeetee 2021-03-19 19:32:01
laravel mai help chahiye
ayeetee 2021-03-19 19:32:12
can anyone help me
Soumen954 2021-03-19 19:35:13
How to accept video mov file and mp4 only in html input file if any one Know plz explain
sr56780 2021-03-19 20:39:53

Ans please
Jitendra Negi 2021-03-19 22:32:21
ayeetee 2021-03-19 19:32:12
can anyone help me
Yes
Amol 2021-03-20 11:00:31
sr56780 2021-03-19 20:39:53
Ans please
1.d 2 .b 3.d
2021-03-20 11:56:15
it has to be during
amarj234 2021-03-20 13:00:56
Heartbitsss 2021-03-18 10:35:14
SQL and replace to &&
amarj234 2021-03-20 13:04:32
Not metter this
amarj234 2021-03-20 18:55:53
if(isset($_POST[‘pid’]) ){
$pid = $_POST[‘pid’];
$pname = $_POST[‘pname’];
$pprice = $_POST[‘pprice’];
$pimage = $_POST[‘pimage’];
$qty = $_POST[‘qty’];
$pcode = $_POST[‘pcode’];
$_SESSION[‘cart’][] = array(
‘pid’ => $pid ,
‘pname’ => $pname ,
‘pprice’ =>$pprice,
‘pimage’ =>$pimage,
‘qty’ => $qty ,
‘pcode’ => $pcode ,
);
header(‘location:showcart.php’);
}
$pid = $_POST[‘pid’];
$pname = $_POST[‘pname’];
$pprice = $_POST[‘pprice’];
$pimage = $_POST[‘pimage’];
$qty = $_POST[‘qty’];
$pcode = $_POST[‘pcode’];
$_SESSION[‘cart’][] = array(
‘pid’ => $pid ,
‘pname’ => $pname ,
‘pprice’ =>$pprice,
‘pimage’ =>$pimage,
‘qty’ => $qty ,
‘pcode’ => $pcode ,
);
header(‘location:showcart.php’);
}
amarj234 2021-03-20 18:56:26
amarj234 2021-03-20 18:55:53
if(isset($_POST[‘pid’]) ){
$pid = $_POST[‘pid’];
$pname = $_POST[‘pname’];
$pprice = $_POST[‘pprice’];
$pimage = $_POST[‘pimage’];
$qty = $_POST[‘qty’];
$pcode = $_POST[‘pcode’];
$_SESSION[‘cart’][] = array(
‘pid’ => $pid ,
‘pname’ => $pname ,
‘pprice’ =>$pprice,
‘pimage’ =>$pimage,
‘qty’ => $qty ,
‘pcode’ => $pcode ,
);
header(‘location:showcart.php’);
}
$pid = $_POST[‘pid’];
$pname = $_POST[‘pname’];
$pprice = $_POST[‘pprice’];
$pimage = $_POST[‘pimage’];
$qty = $_POST[‘qty’];
$pcode = $_POST[‘pcode’];
$_SESSION[‘cart’][] = array(
‘pid’ => $pid ,
‘pname’ => $pname ,
‘pprice’ =>$pprice,
‘pimage’ =>$pimage,
‘qty’ => $qty ,
‘pcode’ => $pcode ,
);
header(‘location:showcart.php’);
}
how to stop duplicate data in cart
tinkerbell1708 2021-03-20 18:56:59
amarj234 2021-03-20 18:56:26
how to stop duplicate data in cart
Check in the cart for the pid