View Single Post
  #2 (permalink)  
Old 13-01-2008, 02:19 PM
shidi's Avatar
shidi shidi is offline
Novice Webmaster
 
Join Date: Apr 2004
Location: Ampang
Posts: 18
Rep Power: 0
shidi is on a distinguished road
Send a message via Yahoo to shidi
Sorry the delay, hope you're still seeking for answers

Quote:
Originally Posted by iamfreelancer View Post
1. scripts/component that allow user to upload product images and the server-side scripts need to reduce it size and res before storing into the databases

2. scripts that allow user to do a RTF entry before saving a memo field into the databases..

can php or .net do both the above without engaging in 3rd party scripts?
I'm a PHP enthusiasts and knows nothing about .NET. So here goes:

1. PHP able to cater for file uploads, all sort of files actually. And it also able to resize and create thumbnails for images with the usage of GD Library or ImageMagick (most web hosting have GB library installed by default).

2. I assume RTF here stands for Rich Text Format I'm not so certain, does RTF content stores the same way notepad does? If not, it is still possible for PHP but requires the function to do some content stripping. You know for tabs, spaces, and such
__________________
""If you must break the law, do it to seize power: in all other cases observe it." - Julius Caesar
Reply With Quote