13, March 2010

Read before you post - webmaster forum

 
Webdigity webmaster forums
[ Home | Help | Search | Forum's Shop | Archive | Login | Register | Webmaster Directory ]
Webdigity Webmaster Forums  >  Web Development  >  PhP
Topic: Read before you post
« previous next »
Pages: [1] Print

Author Topic: Read before you post  (Read 2974 times)
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5659
45587 credits
Members referred : 3



« on: Aug 30, 2005, 03:34:04 pm »

To get help to your problems with php please be sure to check these :

1) Use a descriptive title to your posts.
    It is better if the viewer of this forum can understand the problem before visiting the thread

2) Allways write the code
    If you don't give the code it is really difficult to get help. When you are posting code use the code BBcode (the one with the # mark) and start with <?php
    Here is why you should do that :

   Code with <?php
   
   
Code:
<?php 
for ( $i=0$i count$array); $i++)
{
  
$str .= " $i : " $array["val"][$i] . "\n";
}
   
?>

  The same code without <?php
 
   
   
Code:
<?
for ( $i=0; $i < count( $array); $i++)
{
  $str .= " $i : " . $array["val"][$i] . "\n";
}
   ?>


Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5659
45587 credits
Members referred : 3



« Reply #1 on: Dec 26, 2005, 05:36:05 am »

3) Do not ask complete solutions

This forum has the intention to help people learn php. We will be glad to help you learn, or find the problem in your code, or even give you a tip for something that you are coding,  but please do not ask complete scripts.

If you can not code at all then you should better post in the Hire someone board or buy a book.

Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=49
Tags : php forums Bookmark this thread : Digg Del.icio.us Dzone more....

Pages: [1] Print 
Webdigity Webmaster Forums  >  Web Development  >  PhP
Topic: Read before you post
« previous next »
Jump to:
User Area
Welcome, Guest. Please login or register.
Did you miss your activation email?
Mar 13, 2010, 11:33:53 pm





Login with username, password and session length

Donate to our community, and get a permanent link back to your site!

Donate to our community, and get a permanent link back to your site!


Forum Statistics
Total Posts: 44.154
Total Topics: 8.615
Total Members: 8.187
Tutorials : 58
Resources : 929
Designs : 360
Latest Member: zbestseo

37 Guests, 4 Users online :

12 users online today:



Readers

Web Design Gallery · Whois Lookup · Pagerank · Tag Browsing · Lo-fi version · Syndication · Webmaster forum history · Advertise
Developed by HumanWorks © 2005 - 2010 Webdigity webmaster community · sublime directory
Webdigity Webmaster Forums | Powered by SMF 1.0.12. © 2001-2005, Lewis Media. All Rights Reserved.