Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~213 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for overload8219

Hi i have this code to create a photo gallery on my website. [CODE]<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0"> </head> <body bgcolor="#FFFFFF"> <div align="center"><center> <?php $a = '0'; $filepath = "thumb"; $url_path = "main"; $dir = dir($filepath); echo "<table border=\"0\" cellpadding=\"5\" cellspacing=\"5\" width=\"75%\">"; while($entry=$dir->read()) …

Member Avatar for LastMitch
0
213