Results 1 to 10 of 34
Threaded View
-
29th Apr 2010, 08:32 PM #28OPMemberWebsite's:
maxneeds.info$entry_array[ 'entry' ][0] .= 'TEST';
echo $entry_array[ 'entry' ][0];// to see its NEW contents
Gives - Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets
Then i go to alternative so - $entry_array[ 'entry' ][0] = $entry_array[ 'entry' ][0] . 'TEST';
echo $entry_array[ 'entry' ][0];// to see its NEW contents
Gives - <<<<<
<<<<<
<<<<<
<<<<<
<<<<<
<<<<<
<<<<<
<<<<<
<<<<<
<<<<<
and all the entries below...
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Translate page
By skinner in forum Web Development AreaReplies: 1Last Post: 1st May 2012, 01:35 PM -
How to translate a template ?
By Debaldus in forum DLEReplies: 9Last Post: 20th Feb 2012, 07:58 PM -
need translate script
By peterpetroli in forum Web Development AreaReplies: 5Last Post: 29th Dec 2011, 03:39 AM -
DLE translate tuto
By milooot in forum Webmaster DiscussionReplies: 3Last Post: 3rd Aug 2011, 05:23 PM -
Can someone translate this for me
By kohkindachi in forum Technical Help Desk SupportReplies: 2Last Post: 3rd Oct 2010, 01:34 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...