[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:[EMAIL PROTECTED]
 Hi all,

 I beleive this is in the realm of php (I have learned my lesson from last 
 time). Does anyone have recomendation for any free (I.E. permanently free 
 not 30 day trial) of a good php editor. The ones i am seeing all only 
 allow usage for a limited time.

 Kind Regards
 Jonathan Kahan
 
 Systems Developer
 Estrin Technologies, inc.
 1375 Broadway, 3rd Floor, New York, NY, 10018
 
 Email: [EMAIL PROTECTED]
 Web: http://www.estrintech.com 

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



[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



[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 support this function: driver does not 
support lastInsertId()

This is true?
The only way would be executing query SELECT @@IDENTITY as Id ?

Thanks for help 

-- 
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