php

Simple html dom pull links from under javascript

There is a slider with images in javascript. You need to pull out links to images using PHP Simple HTML DOM Parser. How to g ... es/gamescreenshot/3/3987.jpg"}, ] } </script> 3 days already I suffer, I can't pull out links to images.

Javascript obfuscation on the go in PHP

Users connect my <script src="//domain.com/user-uuid/script.js"></script> script to their site. PHP uses a templa ... Minus: very easy to get around-if you replace eval with console.log, the enemy will immediately receive the decrypted code.

Development of games for tablets in JavaScript [closed]

Closed. This question should be specified . Answers to it are not accepted at the moment. ... it make sense to develop games in javascript? And if you are developing or have been developing, then share your experience.

How do I pass an array from php to javascript?

There are two questions: 1) how to get what I need from the database. 2)how to transfer what I got from the database to javas ... part of what I plan, but it's already good that one piece is ready. I'm not a web developer at all, I work with android OS.

Getting the HTML code of a page after executing Javascript and other client scripts in PHP

There are problems checking external (relative to PHP) html pages, for example, for the presence of obscene expressions that ... PHP (freebsd), i.e. I need to get a string containing TEXT, LINKS to external objects (i.e. URL) HTML formatting inside PHP.

Timer in php and Javascript (solved)

There is a timer code that works fine, but there is always some "But". this "But" is that only one timer works on the same pa ... траницу, например : http://ruseller.com --> <p>&nbsp;</p> <a></a> </body> </html>

How to construct html code from a javascript object that needs to use key values

Here's what I tried to do in php: global $conn; $sql = "SELECT * FROM gallery ORDER BY id DESC" ... hod, but in javascript, the functions from the decoded object.I ask for help from experts in javascript.Thank you in advance!

How to integrate javascript into php?

When adding javascript to a php script, syntax errors appear. Tell me, is this method even real? <? echo "<script type ... henie'; document.write(kp); }; </script>"; ?> Or what to pay attention to, maybe some of the quotes escape?

PHP Include Javascript

Hello, I decided to use the array to connect JS scripts to the HTML site. Here is my code: aengines.php <?php $aengin ... ork when importing JS. P.S in the array of about 30 elements, I removed the extra ones so that a lot of text does not it did.

JavaScript vs PHP

The actual subject. Your opinion? Is it possible to fully switch to JS(server-side)?) Personally, I'm already starting to crawl a little. Is it promising?

The easiest way to start a Java server for accessing from php

Hello everyone I have a java program in which a complex calculation is performed. And I have a website in PHP that should sen ... m and read and send back the result. So the question is: how to organize a java server and how will php and java communicate?

Data exchange between JavaScript and PostgreSQL (WITHOUT node.js)

Please tell me how you can "make friends" with JS and PG? As far as I understand, this can't be done directly from the browse ... tly passes them to JS for their corresponding output on the front?! I will be glad to receive answers and bright thoughts )))

Choosing a PHP or Java platform?

We choose and try different platforms for developing a web application (thin client, important for iOS platforms), which shou ... opics:Programming language for Web applicationsDeploying Java applications on the serverOffline launch of web applications

How to correctly write PHP code in a javascript file

Please tell me how to correctly write the PHP code in a javascript file. Here is a sample of the javascript code: va ... uterHeight(); //tickerContainer.find('div.ticker-button').css({'height': currentInputHeight + 'px'}); }); } });

How to register the operation of buttons in javascript

There are two forms from the formfilter for wordpress. The first form is responsible for the simple filter, and the second fo ... ppened=\ <?php echo do_shortcode( ' [pfg form="2"]' ); ?>. <?php echo do_shortcode( ' [pfg form="1"]' ); ?>.

Eclipse. How to set up an environment for Java, PHP, Python at the same time

Hello, I program in Java in Eclipse, now the task is to write in php and python as well, how to set up an environment for 3 l ... time? Do I need to download separate versions or can I configure everything in one and build projects for different languages

JavaScript + MySql?

Hello! I wanted to ask, is it possible to work with a mysql database via javascript? That is, in php there are standard fun ... such a login is already in the database, then the inscription immediately appears that "Such a login is already registered."

file get contents (PHP) - alternative to javascript?

I tried window.location.replace and window.location.assign, but all the time a redirect is made to the site from where the in ... make sure that the information is displayed on the domain where the script is located, and not where the original is located?

Alternative to echo (PHP), but in Javascript

You need to output the information from the variable. How do I do this using javascript? UPD. Let's put the question a little ... ss of the page where the user is currently located on the page using only Javascript. Solved the problem using location.href.

Import from Excel/CSV to JavaScript

You need to import from Excel to JS code, or rather create an array from the data in this file. How do I do this?