An open API service indexing awesome lists of open source software.

https://github.com/chadnpc/php-data-in-javascript

Different ways of how to pass data from PHP to JavaScript.
https://github.com/chadnpc/php-data-in-javascript

Last synced: over 1 year ago
JSON representation

Different ways of how to pass data from PHP to JavaScript.

Awesome Lists containing this project

README

          

# Use PHP data in Javascript

Different ways of how to pass data from PHP to JavaScript.

## Description

Assume you have a variable in PHP on the server that needs to be used in Javascript on the browser.

The goal is to locate What is the most effective method to use? a solution that is scallable and efficient.

## Results

There are several ways you may use to do this:

* Use PHP short echo tags
* Use

## Run

```bash
php -S localhost:4000
```