1,354 reputation
415
bio website
location Melbourne, Australia
age 24
visits member for 2 years, 8 months
seen 11 hours ago
stats profile views 89

1d
comment PHP- replace strings where they appear between two numbers
Too good. Thankyou
1d
comment PHP- replace strings where they appear between two numbers
Thanks for the explanation. I just did a test and this replaced anything between the two numbers. I only want to replace it when its a slash, comma or space.
1d
comment PHP- replace strings where they appear between two numbers
Works great. Thankyou. Can you explain how this only replaces the space, slash and comma? I don't know alot about regex, but can't see what specified in the first argument that we are looking for spaces, slashes and commas.
1d
comment PHP- replace strings where they appear between two numbers
3$2 Johns St was the output I get.
1d
comment PHP- replace strings where they appear between two numbers
Sorry- yes updated.
1d
asked PHP- replace strings where they appear between two numbers
May
14
awarded  Organizer
May
14
revised convert date in sql using to_char function
edited tags
May
14
comment convert date in sql using to_char function
Selecting from dual to me would indicate its Oracle
May
11
comment PHP MVC Pattern
I think the OP is asking for feedback as to whether the logic of where he is placing his code is correct in the MVC pattern
May
11
asked nuSOAP WSDL- header information
May
9
comment .htaccess rewrite rule- query string to folder
That did it. thanks!
May
9
accepted .htaccess rewrite rule- query string to folder
May
9
comment .htaccess rewrite rule- query string to folder
Thanks- didn't work though. It ended up returning the path: foo.com.au/var/www/foo.bar.com.au___443/html/_pag/?c=dem... so it is returning the filesystem path on top of that..
May
9
asked .htaccess rewrite rule- query string to folder
May
9
asked Naming a SOAP web service endpoint address
May
9
comment Can't get .htaccess mod_rewrite rules to work - 404 Not Found
Apache is 2.2 running on Centos 5.8 final. I was thinking the browser might be doing that. I use Firefox, I tried IE and it did the same thing. It looks like the browser is adding a slash though. Thanks for all your help!
May
9
comment Can't get .htaccess mod_rewrite rules to work - 404 Not Found
I got it to work by adding a slash! RewriteRule ^api.php/$ index.php
May
9
comment Can't get .htaccess mod_rewrite rules to work - 404 Not Found
404. It works when I go to api.php as expected.
May
9
comment Can't get .htaccess mod_rewrite rules to work - 404 Not Found
Hmm. I just had the rule to RewriteRule ^phpinfo.php$ index.php and it loaded index.php, but if I change it to RewriteRule ^api$ index.php and access https://foo.bar.com.au/api, no go.