A
A
andreikotovqweet2020-03-03 21:46:23
JavaScript
andreikotovqweet, 2020-03-03 21:46:23

Indentation in the address bar?

How to indent the address bar (like
....
Well, more precisely, how to make an empty line (well, indent) in file_get_contents php ??

Here's the type% 20, only indent.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
K
Konstantin Zhikhor, 2019-07-19
@damn_everyday

try resetting the start variable.
what was the problem?

P
profesor08, 2019-07-19
@profesor08

It looks like you don't update the value on click.start

V
Vladimir, 2019-07-19
@Casufi

You have a simple animation, why not make it with css? Then it will be fast.
Just change the class, and write an animation to change the class

A
Alexander Aksentiev, 2020-03-03
@Sanasol

what is indent if not space %20?
New line, right?
%0A - this is how it might work It
remains to understand where file_get_contents and php are here

A
Alexey Skvortsov, 2020-03-04
@skvrc

Use urlencode . Below is an example of work. I hope I understood you.

<?php
$foo = "bar\nbaz".PHP_EOL."bat
qux";

$url = urlencode($foo);
echo $url;
$response = file_get_contents($url);
echo $response;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question