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
Ranked #3K
~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

7 Posted Topics

Member Avatar for dwlamb_001

All looks okay to me but you could try the following mysql_fetch_assoc($result) instead of array.

Member Avatar for djjjozsi
0
1K
Member Avatar for coffeepot!

Hi all, Can anyone shed any light on this really simple problem please? I need to read a list of files in a directory on a server. I am using PHP to do something like this... [code="PHP"] $counter=0; if ($handle = opendir($dir)) { while (false !== ($file = readdir($handle))) { …

Member Avatar for petr.pavel
0
124
Member Avatar for zanzo

How about carrying the data over to a 5th page and if the data goes into the database give a nice happy message, if the data fails here, you can warn the user and send them back to the beginning.

Member Avatar for zanzo
0
129
Member Avatar for lordx78

Hi, is the database throwing an exception? Does the code reach the closing table tag on line 40? Have you tried a record count to see if your row variable contains rows? try echoing the row count - otherwise the code looks fine.

Member Avatar for lordx78
0
113
Member Avatar for okonjiaustin

I have also done a bit with CMS which requires image storage on a LAMP system. Why not simply store the images in an image directory and refer to the image location in the database field. Okay it requires extra work using the file system, but to be honest I …

Member Avatar for nav33n
0
188
Member Avatar for coffeepot!

Hi folks, nice to meet y'all. I'm in Lincolnshire, "the bit of England that sticks out in the North Sea" As a job I guess it is working with 'puters, like most of you's. I'm in Web/Dev with my own LAMP system in a cupboard under the stairs. I'm in …

Member Avatar for nav33n
0
142
Member Avatar for Morty222

HI guys, I had a similar problem with exif data and needed a real quick fix. You can consider this, though there are many ways of killing shroedingers cat! use the 'pathinfo()' function and extract the file extension, a simple routine selects if the file is within your limits (I'll …

Member Avatar for coffeepot!
0
152

The End.