User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 426,093 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,800 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 5 of 5
Search took 0.00 seconds.
Posts Made By: fanaticweb
Forum: Linux Servers and Apache May 1st, 2008
Replies: 1
Views: 1,809
Posted By fanaticweb
Re: mod_rewrite not working help, please

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 ...
Forum: PHP May 1st, 2008
Replies: 2
Views: 234
Posted By fanaticweb
Re: Indexing Images

Realgy have you tried the nice package Coppermine? Its using php/mysql and can resize images very efficiently.

Link -> http://coppermine-gallery.net/
Forum: PHP May 1st, 2008
Replies: 7
Views: 475
Posted By fanaticweb
Re: How do I pass a link (webpage) through url?

newbee approach:

<iframe src="http://www.domain.com" frameborder="0" scrolling="auto"></iframe>
Forum: PHP May 1st, 2008
Replies: 2
Views: 468
Posted By fanaticweb
Re: How can I make image url like this ?

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...
Forum: MySQL May 1st, 2008
Replies: 15
Views: 3,825
Posted By fanaticweb
Re: help a newbie? mySQL find & replace

find and replace in mysql is very easy:

update `table` set fieldname=replace(fieldname,'old,'new');
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 3:34 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC