I took out the form so I could see if that was the hangup, I also took away all of the <br> tags. I want the filename, date, and image on top of each other....
Ok, I think I see what you did there. We just put a class on the pictures. That makes sense. What doesn't make sense is what do I do with the CSS to make each result (filename, creation date, image)...
I have a script that displays images in a folder. It puts 1 on top of the other and I would rather it be 2-3 images wide per row. I want to do this with CSS but I don't know how? The tricky part (I...
I have a folder that has a bunch of images. Then I have a script to view the images of that folder, it puts the images one by one on top of each other along with details about the image. I'd like to...
I want a user to type text and display that text with an outline around it. I know its possible because I have seen it before when you and type your own caption on a funny picture. What code does...
I'm having a bit of trouble updating a second column. Right now, I'm updating "productquantity" which is my quantity and it works fine. I have another column now called "suggestedquantity" to tell me...
I know this is wierd and it would take a lot of explaining as to why.
I have a normal page. It needs to stay the way it is. But I need to hide everything but the table in the middle. Is there a way...
I spent way to long, but I finally got PHP v5.2.3 running on my Win32 computer. I went to the php.ini file and removed the ; on the extension=php_gd2.dll
I restarted apache, and tried to create a...
I'm trying to do text manipulation on a webpage with different fonts but the best I can do is with Javascript & PHP and I get a pixelated text image. It works ok, and I can even get an outline, but...
Manually, I pass the $newfont name to a hidden field to be submitted if the user likes their custom product. Is there a way to grab the number if i know the value?
The values from those fields are used to dynamically create the product image (custom products). I need the values to be the font filename, but the cart needs to have a specific number. I just don't...
Looks Good, but I'm not trying to create inputs I'm trying to have the PHP match the value of a single input. Maybe I didn't express that very clearly.
If $newfont = the option name, I want the PHP...
I have shopping cart software on site A and I want to add stuff from site B. Site B lets the user input options into fields to dynamically generate their visual product. The values from those fields...
I have a TEXTAREA in which the values are used, but for some reason I get spaces on the front and back of the text that messes with my resluts. I only want the spaces on the front and back removed,...
I have pulled this from a page I have, I need the values to be the hexadecimal numbers and I need to "remember" the choice that user had. I can't get it to work.
I added imagesetpixel ( $image, $xx, $yy, FF0); after the pixel color check hoping it would show me something.
It doesn't do anything, the image still gets created. I guess I didn't expect it to be...
Thanks for the reply, I'm not too worried about the aliased image. On my page it is only a rough sample to be viewed. I'm really new to the GD library but I understand how you suggest to solve it....