[PHP-WIN] Help needed in searching a sentence in the code

2010-05-26 Thread nagendra prasad
Hi All, I have this code where user can search a song or the entire song title. It looks like when a user search a single word its searching and giving the proper results. However if the user wants to search the entire sentence its not giving the proper results. For example let say I have searched

Re: [PHP-WIN] help needed

2008-01-25 Thread Stut
Peter D wrote: $result = mysql_query ( "SELECT * FROM 'high_score' ORDER BY score DESC LIMIT 10"); Single quotes are invalid around entity names, you should be using backticks to surround high_score. You really should be checking the return value from mysql_query. It tells you if an error o

[PHP-WIN] help needed

2008-01-25 Thread Peter D
Hi everyone! I hope my request can be answered by someone. I'm new to PHP and whole server issue! I'm trying to test my PHP scripts locally on my PC. It seems Apache/PHP/MySql and PhpMyAdmin are working correctly when I test simple php files. Here's the problem : I have two files: "display

[PHP-WIN] Help needed PHP/MySQL

2004-11-01 Thread Garth Hapgood - Strickland
I have written a registration page in php and have a number of edit boxes and drop-down lists. The lists are pulling data out of their respective tables, whereas the edit boxes are just for saving data. Now my main table where all my data is being saved is called Business. Onto this I have a table

RE: [PHP-WIN] Help needed: Why does my web page hang?

2003-12-30 Thread Svensson, B.A.T. (HKG)
It would be helpfull if you provided the reading audience with some code. -Original Message- From: Paul To: [EMAIL PROTECTED] Sent: 2003-12-30 02:48 Subject: [PHP-WIN] Help needed: Why does my web page hang? I am a php newbie developing a shopping cart for a web site. If I start at

[PHP-WIN] Help needed: Why does my web page hang?

2003-12-29 Thread Paul
I am a php newbie developing a shopping cart for a web site. If I start at http://www.arylis.com/test/page1.htm and click a few buttons, the response is prompt at first, but eventually the web page seems to just hang, and takes half a minute or so to respond. Sometimes I get a timeout error messa

[PHP-WIN] Help needed on PHP+IIS+filesys

2003-10-13 Thread Michael Kochendoerfer
Hi, does anyone know how to handle file and directory paths on a IIS 5.0 server? Problem is that the server has multi-domain and each domain has an associated 'root' dir below e:\webspaces. So if one uses relative path strings, an opendir() for example will fail. One has to use "e:\\webspaces

Re: [PHP-WIN] Help needed about mailing!

2003-01-17 Thread Dash McElroy
Try telnetting to port 25 of the server (armed with SMTP commands, of course) and see if it will let you connect. Perhaps the new exchange server of yours is disallowing relaying or something else odd. Works great with mine, as long as I email to my internal domain (won't let me relay. I've tried

[PHP-WIN] Help needed about mailing!

2003-01-17 Thread Burak Ata
Well I need some help about mailing I was using the IP of an exchange server as my SMTP and I was using mail function without any problem. Our exchange server has changed and now I am using the ip of that server but the mail function doesn't work. It always gives "Server Error". Any idea?

[PHP-WIN] Help needed on point system

2002-02-01 Thread Jerry Leonard
Hi all, I am relatively new to php and mysql and would appreciate any help you can provide. Here is the task: I need to have a point system added to my site. What I would like is when a user logs in they will get 1000 points. But they only get it once per day. I am the kind of person that cannot

Re: [PHP-WIN] Help Needed on MSSQL

2001-03-15 Thread Andrian Pervazov
BLIB.DLL which you may not have... > Just a guess. > > HTH, > Fernando Madruga > > -Original Message- > From: R. Srinath [mailto:[EMAIL PROTECTED]] > Sent: quinta-feira, 15 de Março de 2001 9:08 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Help Needed on MSSQL

RE: [PHP-WIN] Help Needed on MSSQL

2001-03-15 Thread Fernando Madruga
depends on a NTWDBLIB.DLL which you may not have... Just a guess. HTH, Fernando Madruga -Original Message- From: R. Srinath [mailto:[EMAIL PROTECTED]] Sent: quinta-feira, 15 de Março de 2001 9:08 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Help Needed on MSSQL >Dear Sir >I install

[PHP-WIN] Help Needed on MSSQL

2001-03-15 Thread R. Srinath
>Dear Sir >I installed PHP (Latest version) on my machine which runs on WIN 2000 >Advanced server and as MSSql 7.0 but as given in the site if I take >comment from the extension file that is in the PHP.INI file I have all the >Dlls but it is telling the Dll is not found. I copied the Dll and p