Results 1 to 7 of 7
-
30th May 2010, 03:20 PM #1OPMemberWebsite's:
maxneeds.infoWhere do i wrong?
Code:$value=str_replace($unwanted, $wanted, $value); $unwanted = array("[img]", "[/img]"); $wanted = array("[img=", " width=200]");
Porsche_maniak Reviewed by Porsche_maniak 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
-
30th May 2010, 03:22 PM #2MemberWebsite's:
warezat.netput $value under the other variables
-
30th May 2010, 03:23 PM #3MemberWebsite's:
wscripts.net damnlolscript.com lulzjet.commaybe you should declare $unwanted and $wanted before you want to use them....
-
30th May 2010, 03:26 PM #4OPMemberWebsite's:
maxneeds.infoaren't they declared ?
$unwanted = array("[img]", "[/img]");
$wanted = array("[img=", " width=200]");
-
30th May 2010, 03:28 PM #5MemberWebsite's:
ttrtt.comCode:$unwanted = array("[img]", "[/img]"); $wanted = array("[img=", " width=200]"); $value=str_replace($unwanted, $wanted, $value);
-
30th May 2010, 03:33 PM #6OPMemberWebsite's:
maxneeds.infonope not working
-
30th May 2010, 03:39 PM #7MemberWebsite'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;
?>
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...