No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
find and replace in mysql is very easy: [code=sql]update `table` set fieldname=replace(fieldname,'old,'new');[/code]
Realgy have you tried the nice package Coppermine? Its using php/mysql and can resize images very efficiently. Link -> [url]http://coppermine-gallery.net/[/url]
hi Richard, What if u try this code instead: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/?web RewriteRule ^(.*)$ /web/$1 [P,QSA,L]
Castex, If you are running apace you can use modrewrite to rewrite and port the image urls to your php script. Let's assume you have an image url like this: imagepath/3u5h3u5h35uh35.gif then mod_rewrite should be configured like this (httpd.conf or .htaccess) RewriteEngine On RewriteBase / RewriteRule ^imagepath/(.*)$ /uret.php?SPECIAL=$1 [L,NC,QSA] the …
newbee approach: [icode]<iframe src="http://www.domain.com" frameborder="0" scrolling="auto"></iframe>[/icode]
The End.
fanaticweb