>>  Site Map >>  Forums >>  PHP-Nuke Newbie FAQ's

Forum module - topics in forum:



PHP-Nuke Newbie FAQ's - <font color=red>Within this forum are a selection of faq's, unlike our common problems forum these are aimed at the newbie.</font>



[FAQ] php Coding

"I am used to html or similar, but have never coded in php before. Is this a problem?"

No, it's not as difficult as you may think.

When uploading new pages of text for publication on your Nuke site, you often have to copy and paste the text into input boxes. Most of these boxes will run on HTML coding and an HTML editor like Dreamweaver will be of great use to you.

However, you do not need to copy/paste every part of the coding. You have to leave out File headers and meta tags: see an example of where the coding is below:

Quote: :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<div align="center"><strong>Hello </strong> </div>
</body>
</html>


When copy/pasting, all you need to transfer to the php input box would be this:

Quote: :
<div align="center"><strong>Hello </strong> </div>


Also, you do not need to know HTML coding to create a php site. Most web design programs will allow you to just create a page of text and pictures, then you can click on the coding button and it will give you the code.




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS