sentanos / roblox-js

!!!THIS PROJECT IS NO LONGER MAINTAINED!!! Execute ROBLOX website actions in node.js
MIT License
45 stars 45 forks source link

Im attempting to use this in php, it cant find roblox-js #11

Closed mwalden2004 closed 7 years ago

mwalden2004 commented 7 years ago

Code: <?php $hi = $_GET["id"]; $rbx = require('roblox-js'); $request = require('request'); $blurb = $rbx->getBlurb($hi); echo($blurb); ?> Error: Notice: Undefined index: id in /var/www/html/blurb.php on line 2 Warning: require(roblox-js): failed to open stream: No such file or directory in /var/www/html/blurb.php on line 3 Fatal error: require(): Failed opening required 'roblox-js' (include_path='.:/usr/share/php') in /var/www/html/blurb.php on line 3

sentanos commented 7 years ago

This is not PHP, this is node.js. It is not going to work with PHP, stop making these issues.