← prev | next →
Rishab1136 2020-06-13 14:53:32
I am just asking not promotion
Surajsojas 2020-06-13 21:42:49
Deploying my php Code
Surajsojas 2020-06-13 21:43:16
On Google App engine flexible environment
NNNN8 2020-06-13 23:13:44
Hello
How do I add pictures to my music bot php ?
kameshindore 2020-06-14 15:13:53
Mohit Kumbhare 2020-06-13 14:50:43
how to remove double quotes from “2+3*3”
str_replace(find,replace,string);
kingmaker004 2020-06-14 18:35:40
Get error phpmyadmin-Error
Pleach check your PHP configuration.
kingmaker004 2020-06-14 18:36:04
While installing phpmyadmin to digital ocean
kameshindore 2020-06-14 19:58:33
kingmaker004 2020-06-14 18:35:40
Get error phpmyadmin-Error
Pleach check your PHP configuration.
dev do u have any snapshot?? what is the issue??
kameshindore 2020-06-14 19:59:13
kameshindore 2020-06-14 19:58:33
dev do u have any snapshot?? what is the issue??
i mean i saw ur error text. but what is ur exact issue. what are u trying to achieve
kingmaker004 2020-06-14 20:05:44
kameshindore 2020-06-14 19:59:13
i mean i saw ur error text. but what is ur exact issue. what are u trying to achieve
Want to install phpmyadmin
kameshindore 2020-06-14 20:10:11
kingmaker004 2020-06-14 20:05:44
Want to install phpmyadmin
windows or linux?
kingmaker004 2020-06-14 21:00:12
kameshindore 2020-06-14 20:10:11
windows or linux?
Linux
rajuteli 2020-06-16 06:49:43
kameshindore 2020-06-14 20:10:11
windows or linux?
Do u know any testing tool for php
Acird Burn 2020-06-16 21:05:08
any nodejs expert here
SakthiMj 2020-06-17 10:22:28
<?php
if (isset($_GET[‘po’])) {
$id = $_GET[‘po’];
// fetch file to download from database
$sql = “SELECT * FROM test WHERE po=$po”;
$result = mysqli_query($conn, $sql);
$file = mysqli_fetch_assoc($result);
$filepath = ‘uploads/’ . $file[‘name’];
if(file_exists($filepath)) {
header(‘Content-Description: File Transfer’);
header(‘Content-Type: application/octet-stream’);
header(‘Content-Disposition: attachment; filename=”‘.basename($filepath).'”‘);
header(‘Expires: 0’);
header(‘Cache-Control: must-revalidate’);
header(‘Pragma: public’);
header(‘Content-Length: ‘ . filesize($filepath));
flush(); // Flush system output buffer
readfile($filepath);
die();
} else {
http_response_code(404);
die();
}
}
SakthiMj 2020-06-17 10:23:22
this is my code but my download file size always 0kb
SakthiMj 2020-06-17 10:23:49
some one help me
SakthiMj 2020-06-17 10:32:23
No
SakthiMj 2020-06-17 10:36:39
There no warning and error while running above code
SakthiMj 2020-06-17 11:21:45
It’s working now thanks..
nivaed 2020-06-17 14:28:02
Is there anyone willing to help a program
sarwarcse 2020-06-17 18:09:17
please remove these two lines and try
flush(); // Flush system output buffer
die();
aparnareddyS 2020-06-18 08:01:04
Any PHP +NodeJs developer here
Anz886 2020-06-18 08:06:29
Any way to access php myadmin database through javascript
mrr_rabbit 2020-06-18 09:08:06
Anz886 2020-06-18 08:06:29
Any way to access php myadmin database through javascript
Create API using PHP to retrieve data as json and use it on nodejs
Sonu 2020-06-18 15:44:11
I am using PHP codeigniter
Sonu 2020-06-18 15:44:44
And I use subquery in it when I execute it say that subquery return more then one row
Sonu 2020-06-18 15:44:55
Help me sir
Sonu 2020-06-18 15:56:53
public function get_max_call(){
$query_run=$this->db->select(‘called,state,(SELECT COUNT(called) FROM aircel GROUP BY called)’);
$result = $query_run->get(‘aircel’);
return $result->result();
}
Sonu 2020-06-18 15:57:08
Here is my function
Sonu 2020-06-18 16:02:35
Hello sir please help me
Sonu 2020-06-18 16:39:25
How I use where instead of groupby
kameshindore 2020-06-18 17:00:39
nivaed 2020-06-17 14:28:02
Is there anyone willing to help a program
let us know the requirements.
kameshindore 2020-06-18 17:01:27
Sonu 2020-06-18 16:39:25
How I use where instead of groupby
heyy
kameshindore 2020-06-18 17:01:53
kameshindore 2020-06-18 17:01:27
heyy
is this resolved?
Sonu 2020-06-18 17:02:37
I didn’t try this I am out of home whenever I try I tell you
kameshindore 2020-06-18 17:03:05
Sonu 2020-06-18 17:02:37
I didn’t try this I am out of home whenever I try I tell you
fine.
Abd7707 2020-06-18 18:26:14
Can I promote a plugin?
Sonu 2020-06-18 20:40:23
kameshindore 2020-06-18 17:01:53
is this resolved?
Yes it work
Arpana | Ubmatic technologies | Hiring .net and Salesforce 2020-06-19 10:21:37
Hi have entire code in php for LinkedIn login and data like first name and all is coming bt email is not it says not enough permission and I have email in the app I have made any help is highly appreciated thxs
. 2020-06-19 11:47:57
i want to learn php
. 2020-06-19 11:48:36
im linux user
Admin 2020-06-19 13:24:27
. 2020-06-19 11:47:57
i want to learn php
Sure….
. 2020-06-19 19:23:29
Admin 2020-06-19 13:24:27
Sure….
How?
Admin 2020-06-19 19:24:01
. 2020-06-19 19:23:29
How?
W3c
kameshindore 2020-06-19 19:24:13
. 2020-06-19 11:47:57
i want to learn php
online resources. w3schools etc
kameshindore 2020-06-19 19:25:09
dude this is not the coaching center.
Admin 2020-06-19 19:25:10
Server site
kameshindore 2020-06-19 19:25:22
u can google it.
. 2020-06-19 19:25:22
Is it easy to learn
← prev | next →