Posts by Barry Allen • 33 points
5 posts
-
1
votes2
answers102
viewsQ: Problem Aligning Content with CSS
You can see directly on the website at this link: http://www.cinepophd.ml/index.php?browse/playseries/1/1 Can anyone tell me why the episode grid is getting like this: The code I’m using is: <div…
-
1
votes2
answers180
viewsQ: How to ignore sentence and case in Java . startsWith
This is my code: if(e.getMessage().startsWith("/reciclar") || e.getMessage().startsWith("/ereciclar")){ e.setCancelled(true); p.sendMessage("§cComando Bloqueado/Em Manutenção!"); } But if you use…
-
1
votes1
answer197
viewsQ: Taking Mysql Data Using Php and Passing to Javascript
I’m using that code: <?php include '../config/config.php'; if($_POST['type'] == 'load_url') { $id = (int) $_POST['id']; $sql = mysql_query("SELECT * FROM players WHERE id='$id'"); $item =…
-
0
votes0
answers53
viewsQ: Fatal Error Connecting to Mysql
I’m getting an error when connecting to database Php code: <?php $siteA = 'http://www.'.$_SERVER['SERVER_NAME'].'/'; $siteB = '/'; $email_suporte_staff = '[email protected]'; global $siteB;…
-
0
votes1
answer288
viewsQ: HTML/Php how to change the content of the page according to the inserted end
I have an HTML here that I use to generate Players on My Site But I have to keep changing the contents of the file to access Different Videos I’d like to know if there’s a way to change the area: De…