Search Results

Showing results 1 to 6 of 6
Search took 0.01 seconds.
Search: Posts Made By: DiGSGRL
Forum: MySQL Jan 30th, 2009
Replies: 6
Views: 828
Posted By DiGSGRL
If you want the where to be contingent upon all the AND statements put them in parens.
eg:
WHERE (
AND a.paksh = b.paksh
AND a.tithi = b.tithi
AND b.date BETWEEN CURdate( )
AND (CURdate( ) +9)...
Forum: PHP Jan 4th, 2009
Replies: 7
Solved: urgent help...
Views: 388
Posted By DiGSGRL
Take the table out of the while loop.
Use the while loop to create your image array.

$i=0;
while ($rows = mysql_fetch_array ($Img_result, MYSQL_ASSOC))
{
$imageArray=$rows['filename'][$i};...
Forum: PHP Jan 4th, 2009
Replies: 7
Solved: urgent help...
Views: 388
Posted By DiGSGRL
The reason you are only showing one file over and over is due to this line:

$realname = $rows ['filename'];

You need to tell it to iterate through the results array. You should keep a counter...
Forum: PHP Jan 3rd, 2009
Replies: 7
Solved: urgent help...
Views: 388
Posted By DiGSGRL
Are you saying you want 3 images per table row?
If this is what you want to do, you may also want to change your limit on the query results to 6.

Then you would put your table creation inside of...
Forum: HTML and CSS Jan 2nd, 2009
Replies: 2
Views: 603
Posted By DiGSGRL
You need to do:
#content a:link{
color:blue
}

That will change all link color inside of the content div
Forum: JavaScript / DHTML / AJAX Jan 2nd, 2009
Replies: 3
Views: 3,833
Posted By DiGSGRL
Do a search for lightbox or shadowbox or greybox.

Many of these have been made and are available for free downloads.
Showing results 1 to 6 of 6

 


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

©2003 - 2009 DaniWeb® LLC