characters - URGENT!!

2001-05-24 Thread Selvin Sakal
Hi, i have a mysql database, can anyone tell me any characters that cannot be entered into mysql (like !@#$%, etc). Also i have a string and i would like to remove html tags, characters (like ~!@#$%^&*()_+|`-=\{}[]:"<>?;',./ ) out of it, so basically i want the string to be just left with word

get_meta_tags 4 proxy

2001-05-01 Thread Selvin Sakal
I am on a lan and i would like to know how to use PHP's get_meta_tags function though my proxy. Can someone write me some sample code. Thanks database sql query _ Get Your Private, Free E-mail from MSN Hotmail at http://www

Computer Exploded!!!

2001-04-30 Thread Selvin Sakal
My computer didn't explode i just wrote that to get attention. My question is this - I have a database with a table which looks like this - CREATE TABLE sites ( ID INT NOT NULL AUTO_INCREMENT, name VARCHAR(30) NOT NULL, keywords VARCHAR(200) NOT NULL DEFAULT 0, description VARCHAR(200) NOT NULL D

indexing

2001-04-29 Thread Selvin Sakal
i'm makin a search engine the table looks like this - --- | number | name | keywords | description | url | rank | --- query's are made to against keywords, and description which are a blob's.