Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
Showing results 1 to 25 of 27
Search took
0.09
seconds.
Search:
Posts Made By:
duforudesign
Forum:
Paid work offers and requests (Now CLOSED)
04-05-2005, 11:40 PM
Replies:
9
Need help with CSS design
Views:
1,706
Posted By
duforudesign
I sent you an email new2this I do believe that I...
I sent you an email new2this I do believe that I can help you out here.
Forum:
PHP
03-30-2005, 05:37 PM
Replies:
13
php-PLz tell me the free php supported site..
Views:
1,161
Posted By
duforudesign
www.kazix.com has a solid package for $40 / yr. I...
www.kazix.com has a solid package for $40 / yr. I have used them for a couple years now until recently when we took a leap into hosting.
$72 /yr. through us.
2500 MB Hosting
40 GB Transfer /...
Forum:
PHP
03-30-2005, 05:29 PM
Replies:
6
All PHP or HTML and PHP
Views:
813
Posted By
duforudesign
I use both methods depending on which is better...
I use both methods depending on which is better suited for the given situation. Typically I like to keep HTML and PHP isolated and will commonly pull an external HTML file into any formatting scripts.
Forum:
PHP
03-30-2005, 05:26 PM
Replies:
5
Alternating table row colors
Views:
891
Posted By
duforudesign
I use code similar to what Ultragames has posted....
I use code similar to what Ultragames has posted. Works great! I do not recommend the later example as it depends on the id fields being concurrent which most likely will not be the case. I...
Forum:
Paid work offers and requests (Now CLOSED)
03-23-2005, 12:37 PM
Replies:
6
Need A Programmer + 500.00 Pay.
Views:
1,551
Posted By
duforudesign
Just sent you an email chucky. I believe I can...
Just sent you an email chucky. I believe I can help but need to know a bit more about the file(s) to be parsed.
Forum:
Paid work offers and requests (Now CLOSED)
03-23-2005, 12:34 PM
Replies:
5
Looking For A Developer/Designer!!
Views:
1,388
Posted By
duforudesign
So how exactly are you planning on making money...
So how exactly are you planning on making money off of this website? If you have a more detailed plan I am interested in looking at it. We might be able to help you out.
info@duforu.com or...
Forum:
Paid work offers and requests (Now CLOSED)
03-23-2005, 12:32 PM
Replies:
6
freelance coder required
Views:
2,997
Posted By
duforudesign
Drop me a line, I may be able to help. ...
Drop me a line, I may be able to help.
http://www.duforu.com/contact_us.php
or
info@duforu.com
Forum:
PHP
03-21-2005, 05:33 PM
Replies:
5
Pass variables between Pages using PHP
Views:
1,113
Posted By
duforudesign
Fair enough. Per the manual: <?php ...
Fair enough.
Per the manual:
<?php
// Use of session_register() is deprecated
$barney = "A big purple dinosaur.";
session_register("barney");
Forum:
PHP
03-21-2005, 01:03 PM
Replies:
2
Image buttons disappear on mouseover in IE...
Views:
1,112
Posted By
duforudesign
Where may we view the webpage this code belongs...
Where may we view the webpage this code belongs to?
Forum:
PHP
03-21-2005, 01:01 PM
Replies:
4
$_POST, $_GET, or sessions????
Views:
897
Posted By
duforudesign
For forms $_POST for anything small one or two...
For forms $_POST for anything small one or two vars you can use $_GET but this doesn't make very search engine friendly URLs. $_SESSION variables are better suited for tracking and storing variable...
Forum:
PHP
03-21-2005, 12:57 PM
Replies:
5
Pass variables between Pages using PHP
Views:
1,113
Posted By
duforudesign
If you use sessions be sure and register the...
If you use sessions be sure and register the variable.
session_register('var')
and then you can use it $_SESSION['var'] as any other variable. Use the session_unregister('var') to clean up.
Forum:
PHP
03-21-2005, 12:54 PM
Replies:
4
sending emails
Views:
744
Posted By
duforudesign
The server will need to be configured if my...
The server will need to be configured if my memory serves me correctly. What server are you using?
Forum:
PHP
03-21-2005, 12:53 PM
Replies:
22
passwords and md5
Views:
1,889
Posted By
duforudesign
It is common practice to reset a lost password....
It is common practice to reset a lost password. As stated above MD5 can be reversed but it takes alot of CPU power.
You can get the random password generator code at phpFreaks.com...
Forum:
PHP
03-21-2005, 12:48 PM
Replies:
6
Help with Getting Rid of Whitespace
Views:
678
Posted By
duforudesign
or "\r\n" or event char(10) or char(13)
or "\r\n" or event char(10) or char(13)
Forum:
HTML & CSS
03-20-2005, 04:41 PM
Replies:
5
Which One?
Views:
830
Posted By
duforudesign
Internet Explorer still has hands down the...
Internet Explorer still has hands down the largest user base...Last statistics I had seen had in a 88%, Firefox has since came on strong so I am not sure what they are today...Either way I recommend...
Forum:
HTML & CSS
03-19-2005, 04:10 PM
Replies:
2
CSS Layout
Views:
690
Posted By
duforudesign
Yes Kurashu is right. 6.3 The @import rule ...
Yes Kurashu is right.
6.3 The @import rule
The '@import' rule allows users to import style rules from other style sheets. Any @import rules must precede all rule sets in a style sheet. The...
Forum:
MySQL
03-19-2005, 04:02 PM
Replies:
2
[Solved] PHP Catalogue: Displaying data issues
Views:
758
Posted By
duforudesign
Are you referring to the following error? ...
Are you referring to the following error?
If so you need to use a full reference on it because the column name is used in both your "products" and "products_categories" tables.
Protocol:...
Forum:
PHP
03-19-2005, 03:54 PM
Replies:
6
query help
Views:
751
Posted By
duforudesign
You are using a reserved word "CHANGE". Per...
You are using a reserved word "CHANGE".
Per the MySQL manual:
Reference page 527 of the manual for complete list.
If you have a column named "change" then you will need to reference as...
Forum:
PHP
03-19-2005, 03:40 PM
Replies:
2
division of two sums
Views:
855
Posted By
duforudesign
Just let MySQL do the math for you? SELECT ...
Just let MySQL do the math for you?
SELECT
SUM(sanfl_coach_career.games) AS games_sum,
SUM(sanfl_coach_career.wins) AS wins_sum,
SUM(sanfl_coach_career.wins) / SUM(sanfl_coach_career.games)...
Forum:
PHP
03-18-2005, 11:01 PM
Replies:
2
Trying to display a complex query in php
Views:
839
Posted By
duforudesign
It already returns an array. What exactly are you...
It already returns an array. What exactly are you looking to do?
per php4 manual
mysql_fetch_row
Get a result row as an enumerated array (PHP 3, PHP 4 )
array mysql_fetch_row ( resource result...
Forum:
PHP
03-18-2005, 10:57 PM
Replies:
11
Passing form variables through multiple forms and then inserting them into a database
Views:
2,440
Posted By
duforudesign
As long as you are not passing private...
As long as you are not passing private information this is an acceptable means. I recommend the use of sessions personally. That way your variables are protected.
Forum:
PHP
03-18-2005, 10:55 PM
Replies:
4
script using 400 requests per second...?wha...
Views:
831
Posted By
duforudesign
May I ask a silly question? what is the purpose...
May I ask a silly question? what is the purpose of this script?
Forum:
PHP
03-17-2005, 11:18 PM
Replies:
6
A php noob looking for some help!
Views:
917
Posted By
duforudesign
You might identify a project for yourself that is...
You might identify a project for yourself that is of interest...Forums are great but might be a bit much to just jump into...
Forum:
HTML & CSS
03-17-2005, 11:10 PM
Replies:
4
Form Opens New Window
Views:
925
Posted By
duforudesign
Where can we view this in operation?
Where can we view this in operation?
Forum:
Graphics and Multimedia discussions
03-17-2005, 10:58 PM
Replies:
4
updating graphics and text
Views:
968
Posted By
duforudesign
That is a bumber your host doesn't provide...
That is a bumber your host doesn't provide php...You could use Mambo if they did...We have affordable php hosting if you are interested in changing host.
www.duforu.com/webhosting
...
Showing results 1 to 25 of 27
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
08:08 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.