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

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 http

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

Re: [PHP-WIN] Help Needed on MSSQL

2001-03-15 Thread Andrian Pervazov
That's right, you need to have SQL Server or its client installed on the machine that runs PHP. At least, you should have NTWDBLIB.DLL in your system folder (this DLL is otherwise installed by SQL Server). Andrian Fernando Madruga wrote: > > I have no experience on MSSQL, but it looks like you

RE: [PHP-WIN] Help Needed on MSSQL

2001-03-15 Thread Fernando Madruga
I have no experience on MSSQL, but it looks like you may have some missing dll. Note that, when windows complains about a missing dll, it may happen that that dll itself is present but depends on another one which is not... I had a look at the php_mssql70.dll on my system and found out that it de