The Zend Studio comes with both a local debugger (for convenient local-machine / 
offline debugging) as well as remote server debugger (for 'the real deal').

If you work with the local debugger, the local version of php is used, which includes 
core php, but not any extensions.  The function mssql_connect() is not a core php 
function, so the local debugger doesn't recognize it.

All you have to do is use the server debugger, where you have all the php extension 
modules actually installed.

Brad

>-----Original Message-----
>From: dark rotter [mailto:darkrotter@;yahoo.com]
>Sent: Monday, November 11, 2002 2:19 PM
>To: [EMAIL PROTECTED]
>Subject: [PHP] zend studio (erro)
>
>
>hello..
>
>
>I use Dreamweaver for coding but i knew the zend
>studio. When i try run a script, the output window
>show me this:
>
>X-Powered-By: PHP/4.2.1
>
>Content-type: text/html
>
>
>
><br />
><b>Fatal error</b>:  Call to undefined function: 
>mssql_connect() in
><b>E:\cef\hab\frm_diagnostico.php</b> on line
><b>2</b><br />
>
>
>But when i run this script from my browser, work. I
>don't know how i decide this error. My function of
>mssql_connect have correct.
>
>
>ps.: Sorry my english (bad)
>
>
>ass.: Augusto Flavio
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to