Jump to content

Updating a list field


Guardian2006

Recommended Posts

I have searched the forums but have not found anything specific which relates to my problem.
I am fairly new to PHP/mySQL but have managed to get pretty far into the development of a script for stopping spam but now I'm stumped.

Although my script has its own tables, I need to update another table which has a 'list' field already populated with data.
My attempts so far have removed the existing data instead of appending the new data to the bottom of the list.

Assuming the table is named 'blocked' and the field is name 'refer' could anyone help me out?
I'm using a php form to set the post vars but I'm guessing I need to retrieve the data in the list field, put it into an array, append my data to the array and then do the field update but having an idea of what to do and actually doing it has me stumped.
Oh, the data is a list of domains in the format 'domainname.com'
Link to comment
Share on other sites

Thanks for taking the time to reply - seems I have made a mistake in my assumption of the field type.
The field NAME is 'list' whilst the field TYPE is actually 'longtext'.
I'm not able to change this structure as it belongs to a third party script that is designed to detect hacking attempts in a content management system and would break it.
The author is using this field to store a list of bannen domains (seperated by carriage returns) - the view for the field in phpmyadmin shows something like this [quote]121hr.com
1st-call.net
1stcool.com
5000n.com
69-xxx.com
9irl.com
9uy.com
a-day-at-the-party.com
accessthepeace.com
[/quote]
and I just cannot figure out how to add additional domains to this list with them all being contained within the one field.
My own script is designed to detect bad referers and I thought I may as well incorporate the two by adding bad referer domains to this other table as an added way to block the domain from accessing the site.
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.