What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Whats wrong with this php code?

Whats wrong with this php code?
Author: Message:
saralk
Veteran Member
*****

Avatar

Posts: 2598
Reputation: 38
35 / Male / Flag
Joined: Feb 2003
RE: Whats wrong with this php code?
I can't really help without the error messages, and it's a while since I have used php, but I don't think you can copy an array like that. You would need some sort of counter.

for example

code:
$i = 0;
while ($row_tag = mysql_fetch_array($query_tags)) {
$tags[$i] = $row_tag;
}


I can't remember if $row_tag is an array or not. But something along those lines.
The Artist Formerly Known As saralk
London · New York · Paris
Est. 1989
01-02-2008 06:46 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Whats wrong with this php code? - by Quantum on 01-02-2008 at 06:34 PM
RE: Whats wrong with this php code? - by saralk on 01-02-2008 at 06:46 PM
RE: Whats wrong with this php code? - by Quantum on 01-02-2008 at 06:50 PM
RE: Whats wrong with this php code? - by MeEtc on 01-02-2008 at 08:09 PM
RE: Whats wrong with this php code? - by win_crook on 01-02-2008 at 08:21 PM
RE: Whats wrong with this php code? - by Quantum on 01-02-2008 at 09:11 PM
RE: Whats wrong with this php code? - by win_crook on 01-02-2008 at 09:52 PM
RE: Whats wrong with this php code? - by ShawnZ on 01-02-2008 at 10:40 PM
RE: Whats wrong with this php code? - by Quantum on 01-02-2008 at 11:36 PM
RE: RE: Whats wrong with this php code? - by andrewdodd13 on 01-03-2008 at 12:47 PM
RE: Whats wrong with this php code? - by Ezra on 01-02-2008 at 11:41 PM
RE: Whats wrong with this php code? - by -dt- on 01-03-2008 at 01:37 AM
RE: Whats wrong with this php code? - by Spunky on 01-03-2008 at 03:37 PM
RE: Whats wrong with this php code? - by ShawnZ on 01-03-2008 at 05:26 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On