Welcome Guest, Not a member yet? Register   Sign In
The CodeIgniter Development & Programming Forum
#1

[eluser]Kevin Smith[/eluser]
The Development & Programming forum is the place to ask questions of other developers, have general discussions on development, and ask for suggestions on your fellow developers' tools of the trade. If there's a question that's basically a tech support questions for development, use the buttons to vote a post up, vote it down, and mark an answer to your question as the accepted solution. Just the same as it's used in the Community Support forum.

Same ground rules as we've got in the Community Support forums. Treat people here like you would face to face. Be courteous, and remember, everyone who's trying to help answer questions in this forum is doing so on their own time.

One tip. When posting code, use the code tag like so:

[code]
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
[/code]

And it will appear like this in your post:

Code:
&lt;html&gt;
&lt;head&gt;
  &lt;title&gt;PHP Test&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;?php echo '<p>Hello World</p>'; ?&gt;
&lt;/body&gt;
&lt;/html&gt;




Theme © iAndrew 2016 - Forum software by © MyBB