Username:
Password:
Remember me:
Register

Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)


Search forums via Google


0 Users appreciate this thread.

Common errors when programming...
Started by (Capt.)Orb
(2012-10-06 07:19:54)
(Capt.)Orb (2012-10-06 07:19:54)
Okay so here is some common errors people have with programming.
This topic is to prevent people getting these errors.
Blah means so on.
Source Code
<html> <head> <title>titlehere</title> </head> <body> Welcome to blah. <br/> This is our chat <table bgcolor="blah"> <style>div.messages color:red</style> <div id='messages'>

Now... the table is displaying in the wrong place so we add
Source Code
<td>

That should fix that glitch add it after <table bgcolor="blah">.
Now....
A bit of php
Source Code
<?php echo hey

That will result in an error so try
Source Code
<?php echo hey;?>


Now... sql insert is risky so always add sql injection protection when inserting something to DB.

Now when using "" for something,like str,replace use <span color=blah> if you need to do something like a warning inside!
More coming soon!

This post has been edited one or more times, the last time was:
2012-10-06 07:23:33

Aviation fact: The a380 is the largest commerical aircraft in service!

Go to Splashiverse! Splashiverse
(Capt.)Orb (2012-10-06 17:04:44)
Thanks.
Aviation fact: The a380 is the largest commerical aircraft in service!

Go to Splashiverse! Splashiverse
angelrulez7 (2012-10-06 23:23:24)
Source Code
Cool!

a
NINTENDO64 (2012-10-07 16:53:38)
Helpful!
"If today were the last day of my life, would I want to do what I am about to do today?"
-Steve Jobs

DBS
(Capt.)Orb (2012-10-08 19:25:00)
/
Aviation fact: The a380 is the largest commerical aircraft in service!

Go to Splashiverse! Splashiverse
 

Log in to submit a comment

This topic's ID: 33152

Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)




Total registered users: 8321
New registered users today: 7
Newest registered user: ElegantVulpes

©  Copyright 2026 3DSPlaza. All Rights Reserved