Anyone have any ideas on this?
Is it not possible to urlencode it while it is being replaced? In the same action? For example, the line before does some strange things all...
Ok, in simpler terms, how would I add an urlencode here: $bbcode_tpl['url1'] = str_replace('{URL}', '\\1', $bbcode_tpl['url']); For...
Any ideas guys?
Thanks for the reply; we are getting this: You see... with this string: $bbcode_tpl['url1'] = str_replace('{URL}', '\\1', $bbcode_tpl['url']);...
Thank you for your reply. No, $bbcode_tpl['url'] is a long string and what we are doing it only replacing part of the string, however with the...
I'm having a little trouble running a urlencode on the following string within the str_replace function. The String: $bbcode_tpl['url1'] =...
The parent container is a table set at 100%. Maybe I should set the table as "Fixed" in CSS? Is it possible to set it as fixed with a percent size?
Does this include my container stretching problem? As I said, IE8 resizes the image to 600px wide correctly, it's just that the parent container...
I am having some trouble with setting max-width for images in IE8. The following is my CSS code: .forumimage {max-width:600px; height:auto;...
Yes, I could enable the title field for a fulltext search. Using PHP, how would I get the results I need? Would I need to break up each word...
I am already aware of this syntax, however simply using that will not work... for example... SELECT * FROM `table_name` WHERE `title_field`...
We have a table with a list of posts (over 10,000), each entry has a Title, ID and other fields. We would like to display 5 related posts,...
Separate names with a comma.