Jump to content
  • 0

[Help/Question]Can i add website scripts to html site?


Question

Posted

Guys, can i add website scripts (php online players, vote reward etc) to my html site? If yes there is a guide or something? Thanks!

 

EX: www.l2dubai.com <--------- It has vote reward script, and it is html site.

9 answers to this question

Recommended Posts

  • 0
Posted

create a file ex: index.php then add inside:

 

you can add html code here

<?php
php code here

echo " YOU CAN ADD HTML CODE HERE ";  // html code must not include "" , it must include ''
?>

YOU CAN ADD HTML CODE HERE ETC

<?php
PHP CODE HERE
?>

 

this is the format... no limits... or inside you can include another page like:

 

<?php

include 'pagelink.html';

?>

  • 0
Posted

Hey guys wake up!

 

Do you know what does this phrase mean? [Request] Dev Help [L2J] En

This section is about lineage development and it has nothing to do with websites.

 

Sorry but I just found a lot of topics like this one and I think that I should mention it.

  • 0
Posted

Hey guys wake up!

 

Do you know what does this phrase mean? [Request] Dev Help [L2J] En

This section is about lineage development and it has nothing to do with websites.

 

Sorry but I just found a lot of topics like this one and I think that I should mention it.

pwned

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...