Difference between revisions of "User talk:Anylyn Hax"
Jump to navigation
Jump to search
m (<.< forgot to close the tag properly) |
|||
Line 1: | Line 1: | ||
Strife , can you make that Table of contents back ? :)) | Strife , can you make that Table of contents back ? :)) | ||
:I don't understand what you are asking. You can put a TOC any where you want by putting <nowiki>__TOC__< | :I don't understand what you are asking. You can put a TOC any where you want by putting <nowiki>__TOC__<nowiki> in the code. -- ~~~~ | ||
=== str_replace === | === str_replace === | ||
Your str_replace is going to crash the script if the '''replace''' contains '''search'''. A long while ago I wrote a str_replace function that didn't suffer from that: [[Library_Combined_Library#str_replace]]. -- | Your str_replace is going to crash the script if the '''replace''' contains '''search'''. A long while ago I wrote a str_replace function that didn't suffer from that: [[Library_Combined_Library#str_replace]]. -- ~~~~ |
Revision as of 05:14, 9 August 2007
Strife , can you make that Table of contents back ? :))
- I don't understand what you are asking. You can put a TOC any where you want by putting <nowiki>
<nowiki> in the code. -- ~~~~
str_replace
Your str_replace is going to crash the script if the replace contains search. A long while ago I wrote a str_replace function that didn't suffer from that: Library_Combined_Library#str_replace. -- ~~~~