Forum Moderators: coopster & phranque

Message Too Old, No Replies

search

         

UnikRasu

7:38 am on Dec 8, 2002 (gmt 0)

10+ Year Member



hello

this is a bit of a script i use when i want to insert something in to my database

$query = "insert into $table
(name, comments) values ('$name', '$comments')";

if i want to search any thing in my database can i write something like this?

$query = "search $table
(name, comments) values ('$name', '$comments')";

i just wonder if there is some scirpt that serach my database

jatar_k

9:22 pm on Dec 9, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I would suggest familiarizing yourself with this

[mysql.com...]