Jump to content
  • 0

Pws Mporw Na Perasw Php Arxeia Se Html?


Psych07

Question

Paidia mipws 3erei kaneis pws mporw na perasw arxeia .php se html... Ta arxeia php ta exw to mono pou 8elw einai na ta balw mesa stin selida mou...! An mporei kapoios as mou pei ton kodika html pou prepei...Thx

Link to comment
Share on other sites

15 answers to this question

Recommended Posts

  • 0

php and html are to differents files, you can have png/gif together? no you cant, that means you cant!
 
config_sql,php
 

<?php
////////////MySQL Infos///////////////////
    $server = 'localhost'; //Server Address - if is localhost use localhost if not then use Internet Protocol
    $User  = 'root'; //Username
    $Password    = ''; //Password mysql
    $Database    = ''; //Database Name
    $Connection = mysql_connect($server, $User, $Password) or die(mysql_error());
               mysql_select_db($Database, $Connection) or die(mysql_error());           
function total($tab, $cond = NULL) {
    $sql = mysql_query("SELECT COUNT(*) AS total FROM ".$tab." ".$cond."") or die(mysql_error());
    $c = mysql_fetch_array($sql);
    return $c['total'];
}
?>

 
Index,php
 

<?php
include('configs/config_sql.php');
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
</body>
</html>
Edited by FirefoxAurora
Link to comment
Share on other sites

  • 0

 

php and html are to differents files, you can have png/gif together? no you cant, that means you cant!

 

config_sql,php

 

<?php
////////////MySQL Infos///////////////////
    $server = 'localhost'; //Server Address - if is localhost use localhost if not then use Internet Protocol
    $User  = 'root'; //Username
    $Password    = ''; //Password mysql
    $Database    = ''; //Database Name
    $Connection = mysql_connect($server, $User, $Password) or die(mysql_error());
               mysql_select_db($Database, $Connection) or die(mysql_error());           
function total($tab, $cond = NULL) {
    $sql = mysql_query("SELECT COUNT(*) AS total FROM ".$tab." ".$cond."") or die(mysql_error());
    $c = mysql_fetch_array($sql);
    return $c['total'];
}
$loginserver = @fsockopen($server, 2106, $errno, $errstr, 1);
$gameserver = @fsockopen($server, 7777, $errno2, $errstr2, 1);
?>

 

Index,php

 

<?php
include('configs/config_sql.php');
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
</body>
</html>

And now i have 2 php files right??? config_sql.php and Index.php

Link to comment
Share on other sites

  • 0

it won't work in l2

reason?

 

 

>Login Server: <?php echo $loginserver ? '<img src="images/on.gif">' : '<img src="images/off.gif">'; ?>  

              Game Server: <?php echo $gameserver ? '<img src="images/on.gif">' : '<img src="images/off.gif">'; ?>  

Players Online: </a> <?php echo $funcao_ons ?>

Edited by FirefoxAurora
Link to comment
Share on other sites

  • 0

reason?

 

 

>Login Server: <?php echo $loginserver ? '<img src="images/on.gif">' : '<img src="images/off.gif">'; ?>  

              Game Server: <?php echo $gameserver ? '<img src="images/on.gif">' : '<img src="images/off.gif">'; ?>  

Players Online: </a> <?php echo $funcao_ons ?>

 

It wont work in L2, basically the L2 HTMLs are String "instructions" that make the C part of the client construct an HTML, but its not really an HTML, the features it provides are very limited, it has only the basic instructions of HTML, nothing else

Link to comment
Share on other sites

  • 0

<?php

$L2JBS_config["mysql_host"]="localhost"; // MySQL Host  ["localhost"]  ->>> HERE NEED TO PUST IP ADRESS FROM HOSTING?<<< 

$L2JBS_config["mysql_port"]="3306"; // MySQL Port ["3306"]

$L2JBS_config["mysql_db"]="l2jdb"; // MySQL Database ["l2jdb"]

$L2JBS_config["mysql_login"]="root"; // MySQL User ["root"]

$L2JBS_config["mysql_password"]="master"; // MySQL Password

 

["root"]

$facepcs="20"; // Count of Face PCs

include("_config_procs.php");

error_reporting(0);

?>

Link to comment
Share on other sites

  • 0

attachicon.giferr.png  re pedia kapios help exw prob otan paw na valw players online auto m vgazi..

Έχεις καταλάβει ότι αυτό το topic το έχει φτιάξει άλλος για να πάρει βοήθεια και αυτά που κάνεις post είναι off-topic;

 

Θα πρέπει να ανοίξεις δικό σου topic αν θες βοήθεια.

Edited by MikeJ
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock