[PHP] Re: PHP editor

2007-04-11 Thread Sady Marcos
Using with CVS, PHP Eclipse no doubt http://download.eclipse.org/tools/pdt/downloads/?release=S20070401-RC3 Unzip and execute eclipse.exe.. It's free... No CVS.. can use Zend Studio.. but isn't free... My choose is Eclipse.. ""Jonathan Kahan"" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAI

[PHP] pdo::lastInsertId() error with SQL Server

2007-03-29 Thread Sady Marcos
hey.. I am not obtaining use the function pdo::lastInsertId() with sql My code: $db = new PDO("mssql:host=host;dbname=database","user","password"); $sql = "INSERT INTO users(name,status) VALUES('username','1)"; $db->query($sql); $db->lastInsertId(); Error: SQLSTATE[IM001]: Driver does not suppo

[PHP] Re: installing php 5.2.1

2007-03-29 Thread Sady Marcos
Change permissions... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Text Editor for Windows?

2007-02-16 Thread Sady Marcos
PDT - PHP Eclipse -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php