How we can hide original link if someone is downloading from original link in php?

|
Mubarhak 2020-06-11 08:25:52
when i move the same code to live server, it loads a blank page without the html loading
Mubarhak 2020-06-11 08:26:04
i didn’t do any modification to the code
Kalyani_Ahirrao 2020-06-11 08:26:06
Use this function error_reporting(E_ALL & ~E_NOTICE);
In ur code Or index page u can notice ur bug n error
Mubarhak 2020-06-11 08:33:06
Kalyani_Ahirrao 2020-06-11 08:26:06
Use this function error_reporting(E_ALL & ~E_NOTICE);
In ur code Or index page u can notice ur bug n error

no error

Mubarhak 2020-06-11 08:33:16
here is my code
Mubarhak 2020-06-11 08:34:55
please edit group permission.
I can’t even share my code
Mubarhak 2020-06-11 08:36:19
and i can’t even send link to hastebin
Mubarhak 2020-06-11 08:45:15
this is my code
Mubarhak 2020-06-11 09:19:43
fixed,
environmental variable was missing
Kalyani_Ahirrao 2020-06-11 09:20:53
Have u checked code line by line… ?
rai_saaab 2020-06-11 09:25:50
Want one php of android app if any dsveloper can help
Acird Burn 2020-06-11 09:30:46
Any angularjs expert
Mdfk0869 2020-06-11 14:01:27
Anyone who wanna earn
RamRox 2020-06-11 15:53:49
Anyone have ePaper Code
Jamalaaaaaa 2020-06-11 18:43:30
hi, can anyone help with this task please?
Jamalaaaaaa 2020-06-11 18:43:57
In a data file we store list items and tags accociated with them. Display these items and all accociated tags in an HTML list. (1 + 1 pts)

Make it possible to delete tags from the data file by clicking on them. (3 pts)
All items should appear as an input field. The input field should contain the name of the item by default. There should be a submit button next to the input field. Clicking on the button should update the name of the item to the value in the input field. (3 pts)
The contents of the data file:

Jamalaaaaaa 2020-06-11 18:44:33
{
“1”: {
“name”: “Item 1”,
“tags”: [“tag1”, “tag2”, “tag3”]
},
“2”: {
“name”: “Item 2”,
“tags”: [“tag2”, “tag3”]
},
“3”: {
“name”: “Item 3”,
“tags”: []
},
“4”: {
“name”: “Item 4”,
“tags”: [“tag1”, “tag2”, “tag3”, “tag5”]
},
“5”: {
“name”: “Item 5”,
“tags”: [“tag3”]
}
}
L0neW0Lf1 2020-06-11 19:32:08
anyone know
L0neW0Lf1 2020-06-11 19:32:23
json encode
L0neW0Lf1 2020-06-11 19:33:17
and i tried foreach($db_domainList as $row) {
$domainSettings += array($row->strDomain);
} this too
L0neW0Lf1 2020-06-11 19:33:29
nothing seem to work
L0neW0Lf1 2020-06-11 19:33:41
the loop get re written
Rishab1136 2020-06-11 21:36:07
Hey guys is it possible in php to create data base connection and create data base on one page and then create table of that database on other page
Arpana | Ubmatic technologies | Hiring .net and Salesforce 2020-06-11 21:53:21
Hello everyone am trying to use LinkedIn to login for my site bt am unable to get the access token and hence the user data till that it is working. The code also that I retreive is coming fine kindly suggest
akshaykumar51 2020-06-11 21:56:45
Is it possible to run php inside php??
kameshindore 2020-06-12 01:24:43
well said admin.
kameshindore 2020-06-12 01:26:14
Rishab1136 2020-06-11 21:36:07
Hey guys is it possible in php to create data base connection and create data base on one page and then create table of that database on other page

yes it is possible. seem like ur new to php. just visit w3school for basics.

kameshindore 2020-06-12 01:28:08
or if u encounter any error u can reach us.
Anu A 2020-06-12 09:01:31
React developer..??
Rohit Pahuja 2020-06-12 09:48:01
how we get name instead of id in php mysql
akasahilkhan 2020-06-12 10:44:23
S Sam 2020-06-08 12:32:41
Sending mobile otp is taking more time delay

Change the service provider

akasahilkhan 2020-06-12 10:46:16
akshaykumar51 2020-06-08 16:03:24
How we can hide original link if someone is downloading from original link in php?????

Url rewriting is the solution. Google for more information

akasahilkhan 2020-06-12 10:47:32
Yes 😂😂😂
rajuteli 2020-06-12 11:33:12
For unit testing which tool is good for php web application
Arpana | Ubmatic technologies | Hiring .net and Salesforce 2020-06-12 19:45:02
Am trying to create login for my site using oauth with LinkedIn bt for email id it is saying not enough permission though it is there on my app can someone help
uh0iuphl 2020-06-12 22:06:35
I’m a beginner php learner and can someone give me examples of projects I can build to make me better at php?
Rishab1136 2020-06-12 22:09:52
uh0iuphl 2020-06-12 22:06:35
I’m a beginner php learner and can someone give me examples of projects I can build to make me better at php?

Online voting system

uh0iuphl 2020-06-12 22:10:37
How does this system work?
Rishab1136 2020-06-12 22:12:20
uh0iuphl 2020-06-12 22:10:37
How does this system work?

Search bro..on the internet for further details

rai_saaab 2020-06-12 22:14:09
Beginner here too
uh0iuphl 2020-06-12 22:19:42
Rishab1136 2020-06-12 22:12:20
Search bro..on the internet for further details

Yeah I just did that

uh0iuphl 2020-06-12 22:21:33
Is there a platform where I can host a php project for free testing reasons?

I tried netlify but turns out it didn’t support such projects

uh0iuphl 2020-06-12 22:21:48
rai_saaab 2020-06-12 22:14:09
Beginner here too

Welcome to the group then 😁👍

Arpana | Ubmatic technologies | Hiring .net and Salesforce 2020-06-13 06:41:03
Thanks so much but my app has a persimission for emaliAddress at least
Arpana | Ubmatic technologies | Hiring .net and Salesforce 2020-06-13 06:42:00
Since ours is nt marketing for marketing yes permission is needed bt for email and lite profile we don’t right
Mohit Kumbhare 2020-06-13 14:50:43
how to remove double quotes from “2+3*3”
Mohit Kumbhare 2020-06-13 14:51:19
i want only 2+3*3
Mohit Kumbhare 2020-06-13 14:51:59
i am taking this input from FORM .
Mohit Kumbhare 2020-06-13 14:52:41
converting 2+3*3 into “2+3*3”
Rishab1136 2020-06-13 14:53:20
Sorry
|