Search Results

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: sureronald ; Forum: PHP and child forums
Forum: PHP Oct 6th, 2009
Replies: 4
Views: 237
Posted By sureronald
How about adding a die statement to assist in debugging like so

$this->con=mysql_connect($server,$name,$pass) or die(mysql_error());


happy times!
Forum: PHP Oct 6th, 2009
Replies: 4
Views: 227
Posted By sureronald
What you need is simply DHTML. Just like Gmail's attach another file, you need something like that which when clicked will add two text fields for item code and another one for serial no.
So the...
Forum: PHP Jul 28th, 2009
Replies: 4
Solved: Showing image
Views: 254
Posted By sureronald
<?php

$row_count = 0;
$columns = 3;

while ($row = mysql_fetch_assoc($result)) {

if ($row_count == $columns) {

echo "</tr><tr>";
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC