Jump to content

frankie

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://pizzainny.com

Profile Information

  • Gender
    Not Telling

frankie's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I used PMA you can look at the second image that i uploaded. you can see what i am talking about.
  2. thanks haku. i am actually looking for a way of doing it in css because i do not want to change the image actuall size. i want to use the same image with other css and different sizes. these images ar already reduced so there is no problem there. also i thought he used the expressions because IE does not respond to max-width value. what kind of problem can this present?
  3. .mainimage { max-width: 400px; max-height: 400px; width: expression(this.width > 400 ? "400px" : true); height: expression(this.height > 400 ? "400px" : true); } <img class="mainimage" src="<?=$pictureurl?>" border=0> thx i found this and it seems to work http://www.fastechws.com/tricks/web/image-max-width-height.php
  4. i just edited the data in phpmyadmin and noticed it. i do not care about the issue with phpmyadmin so i am going to leave it off unless i see other problems. thank youi again for your help
  5. i have to place an image that is randomly selected in a division. size of the division is constant, but since the images are different shape and size i am having a problem. how can i set a maximum height and maximum width to the image so that it fit the div holder and the images keep their height-width ratio.
  6. i can not edit my posts. i do not know why but anyway actually Magic quotes are off. i had a code in my .htaccess that would allow me to use php4 in my previous host. so now that i nremoved it my problem with double is resolved in my site and magiq quotes show off. but phpmyadmin still shows double. i have not tested everything on my site yet. maybe i should turn magic quotes on. thanks for the help andy
  7. actually only the issue with my site is resolved. phpmyadmin still shows double
  8. thanks i figured it out. you remined me of my problems with my previous host. it was because of some code left over in .htaccess file from my previous hosting company.
  9. thanks i get Magic quotes are on
  10. i apologize for the wrong file being attached. here is a screen grab of phpmyadmin with the bug [attachment deleted by admin]
  11. i am having a very strange issue and i do not know where it is coming from. i am running multiple instances of a very modified oscommerce. i just moved my sites and had to upgrade to php5 and mysql 5. http://pizzainny.com http://forpizzadelivery.com both sites are using the same db and are on the same vps if you do a search for domino you will See that in pizzainny.com i get domino''s and in forpizzadelivery.com i get domino's notice the double '' in the local server i do not have this issue but i am on php4 and mysql4 however it seems that in phpmyadmin i also have the similar repeating of ' in some places. also \ repeats to \\ in phpmyadmin [attachment deleted by admin]
  12. need a code to add 30% of a variable named amount to a field named comision in a table named sales when second field named order_id=i that is it simple but i am stumped please help
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.