Forum: PHP Aug 25th, 2007 |
| Replies: 1 Views: 514 I am looking to create a new website using PHP. I am familiar with several programming languages but have not used PHP before.
Does any of you know any good free php related resources , e-books,... |
Forum: PHP Aug 25th, 2007 |
| Replies: 6 Views: 1,287 $x = 1;
Change this
to
$x = 0;
There is no records at $names[0] which is where the while loop is starting |