Jump to content

issue with implode


HDFilmMaker2112

Recommended Posts

The below generates an error of: Warning: implode() [function.implode]: Invalid arguments passed in /home/zyquo/public_html/ghosthuntersportal.com/admincp.php on line 74

 

$product_id=$_GET['id'];
$sql300="SELECT * FROM keywords WHERE keywords.product_id=".$product_id."";
$result300=mysql_query($sql300);
while($row300=mysql_fetch_array($result300)){
$keyword.=$row300['keyword'];
}
$keyword=implode(",",$keyword);

<p><label>Product Keywords:</label> <input type="text" name="keyword" value="'.$keyword.'" size="30" /></p>

 

When I remove the implode, the input value is populated with the information, it just doesn't have commas in between each keyword.

 

EDIT: Wrong forum... please move to PHP Coding Help.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.