DW PHP Rewrite Shite
DW PHP Rewrite Shite
Out of context: Reply #9
- Started
- Last post
- 9 Responses
- sparker0
it's just a way, roughly, to alter file names, strings, data, etc...within the code without altering the original, physically.
so, if your file name is myphoto.jpg...the expression would alter the string to something like "my photo"...but the name would remain the same.
it allows you full control over strings, uri's, etc without losing data integrity...
just have a look at the the site mirola linked...and read up on regular expressions in php...