|
|||||||
| Suggestion Box Have feedback on how to make the forum better? Well, chances are pretty good we won't read it, because this is just here for show to pretend that we "care". But maybe by some chance one of our mods will be bored enough, look at it, and use the idea. |
|
Welcome to the WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Senior Member
|
I think everyone agrees that the PHP code box is painful to look at. It would look nicer if the background of it were simply white instead of gray.
[high=php] function is_dash($str) { return ($str == '-'); } function getValue($field) { return (!empty($_POST[$field])) ? $_POST[$field] : ''; } function getLink($path) { return WWW . $path; } function getHeader() { require_once(ROOT . 'includes' . DS . 'header.php'); } function getFooter() { require_once(ROOT . 'includes' . DS . 'footer.php'); } function dieFooter() { getFooter(); die; } function getTpl($file, $data) { $tpl = $data; include(ROOT . 'includes' . DS . 'tpl' . DS . $file . '.tpl'); } function loadFunc($functions) { require_once(ROOT . 'includes' . DS . 'functions' . DS . $functions . '.php'); } function loadClass($class) { require_once(ROOT . 'lib' . DS . $class . 'inc.php'); } function dbConnect() { if(!defined('DB_CONNECTED')) { mysql_pconnect(DB_HOST, DB_USER, DB_PASS) or die(mysql_error()); mysql_select_db(DB_NAME) or die(mysql_error()); define('DB_CONNECTED', true); } } function dbSafe($str) { return mysql_real_escape_string($str); } [/high] Gross.
__________________
(50% per sale affiliate program coming soon. PM me.)
Seriously, no bullshit. PM me with any questions. |
|
|
|
|
|
#2 (permalink) |
|
The Uberest Nerd
|
I've made several posts/comments about it. Apparently the effort involved in fixing it is comparable to the creation of the Panama Canal.
__________________
I <3 LAMP. I can also write and edit for $35/hr. Hire me. Play EverQuest? Want to cheat? |
|
|
|
|
|
#4 (permalink) |
|
Senior Member
|
YOU ARE THE FUCKING MAN STANLEY!!!!!!!!!!!!!!
__________________
(50% per sale affiliate program coming soon. PM me.)
Seriously, no bullshit. PM me with any questions. |
|
|
|
|
|
#6 (permalink) |
|
The Uberest Nerd
|
Very nice!
__________________
I <3 LAMP. I can also write and edit for $35/hr. Hire me. Play EverQuest? Want to cheat? |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Newb needs some tracking code and simple PHP | BullsEye | Design, Development & Programming | 2 | 12-17-2007 12:27 PM |
| Can't attach PHP files; PHP code box | chatmasta | Suggestion Box | 0 | 07-28-2007 12:44 AM |
| PHP code to log on to Yahoo? | Scrabbler | Design, Development & Programming | 10 | 05-25-2007 09:48 PM |
| PHP Vs ASP How To Choose A Web Development Language. | Aequitas | Design, Development & Programming | 15 | 04-22-2007 10:07 PM |
| PHP code to write out sitemap.xml | rembrandt | Design, Development & Programming | 2 | 06-30-2006 04:06 AM |