Re: RE: [PHP-WIN] Re: PHP Search DB Table

2010-12-14 Thread Sascha Meyer
Hi Oliver, Oliver wrote: > > Okay, thank you all again for your input, I have tried a number of > suggestions to work out what is happening. Just to reiterate here is the > search > form which is on a different page. > ... Try the following code on your search page to display GET- and POST-vari

RE: [PHP-WIN] Re: PHP Search DB Table

2010-12-14 Thread Oliver Kennedy
r help, this is the first time I have used this method to obtain help and I have been very impressed with both the speed and quality of the repsonse. Kind Regards Oliver > From: aristotlek...@hotmail.co.uk > To: harlequ...@gmx.de; php-windows@lists.php.net; php...@lists.php.net; > robl.

RE: [PHP-WIN] Re: PHP Search DB Table

2010-12-14 Thread Oliver Kennedy
David, Sascha thank you both for your help. Using the query $query = "SELECT * FROM clients WHERE clientid = '$term'"; echo $query . ''; $result = mysql_query($query); as suggested printed out the below SELECT * FROM clients WHERE clientid = '' This seems to indicate that it is not seeing

Re: [PHP-WIN] Re: PHP Search DB Table

2010-12-14 Thread Sascha Meyer
David wrote: > > Oliver Kennedy wrote: > > ... > > I have a very simple database consisting of 1 table, I want users here > to > > be able to use a search function to query the database in order to > return > > the information on a client by a specific ID number if it is in the > > database. > > .

[PHP-WIN] Re: PHP Search DB Table

2010-12-14 Thread David Robley
Oliver Kennedy wrote: > > > Hello Everyone > > Apologies if I have not done this in the correct way, this is the first > time I have turned to your for help so I am unaware if I have to submit > this according to a certain protocol, if that is the case then please let > me know and I will go t

[PHP-WIN] Re: [PHP] Search Script????

2004-01-20 Thread John Nichel
Student wrote: I have my web site with file extensions .php .php3 .html .htm .shtml Now i (am looking for a script or) would like to write a php script so that users can search my web site for information Can anyone help me get started. I want to include a search in my web site.. Cross post b

[PHP-WIN] Re: PHP Search

2003-01-20 Thread Radovan Radic
Thanks for the answers and tips. I think i am gonna quit this project and try to get some easier. Maybe regular expr. could help, but some designers dont use ... but only so i could have much problems about it. Thanks again, i was hoping this could be easier:( Radovan "Radovan Radic" <[EMAIL PRO

RE: [PHP-WIN] Re: PHP Search

2003-01-17 Thread Chris Kranz
: Radovan Radic [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 7:46 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: PHP Search Either noone can read this message, or noone can help about it? Come on ppl give me some feedbacl "Radovan Radic" <[EMAIL PROTECTED]> w

Re: [PHP-WIN] Re: PHP Search

2003-01-17 Thread Dash McElroy
Radovan, Searching for words that are not the same color as the background could be interesting depending on a lot of things. 1. Does the page use CSS? 2. Are background/font colors defined as "red" or "#FF"? 3. Where are background colors defined? (i.e. or or or ...) (you already answered

[PHP-WIN] Re: PHP Search

2003-01-17 Thread Radovan Radic
Either noone can read this message, or noone can help about it? Come on ppl give me some feedbacl "Radovan Radic" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all > > I got (i think) heavy task for my school project. I > hope someone can help > me. > Scri