Results 1 to 7 of 7
Hybrid View
-
30th May 2010, 03:39 PM #1MemberWebsite's:
warezat.netPHP Code:<?
$value = '[img]http://google.com[/img]';
$unwanted = array("[img]", "[/img]");
$wanted = array("[img=", " width=200]");
$value=str_replace($unwanted, $wanted, $value);
echo $value;
?>r4myy Reviewed by r4myy on . Where do i wrong? $value=str_replace($unwanted, $wanted, $value); $unwanted = array("", ""); $wanted = array(""); When i use the above code,nothing happens. Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
What am I doing Wrong?
By GBot in forum Whitehat SEOReplies: 0Last Post: 9th Dec 2013, 06:36 PM -
[WCDDL] What am i doing wrong
By Juxhin_p in forum Web Application/Script SupportReplies: 10Last Post: 1st Oct 2011, 10:53 PM -
Am i wrong?
By JonnyB in forum Hosting DiscussionReplies: 13Last Post: 17th May 2011, 01:01 AM -
what wrong im doing?
By mastercho in forum Forum and DDL DiscussionReplies: 15Last Post: 3rd Apr 2011, 03:40 PM -
Something Wrong With HF??
By Jumbo in forum File Host DiscussionReplies: 16Last Post: 22nd Oct 2010, 02:41 PM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...