Questions tagged [zend-server-ce]

Zend Server Community Edition is the free edition of Zend Server, a PHP application server offered by Zend Technologies.

Zend Server Community Edition is the free edition of Zend Server, a PHP application server offered by Zend Technologies.

77 questions
0
votes
1 answer

Zend Debugger - Cannot send message

I have a few problems with setting up the Zend Debugger. I have installed the Zend Server CE. I am using Zend Studio as my development environment. In Zend Studio under Debug Configurations, i can test the Debugger. Everything works fine. But when i…
-1
votes
1 answer

Out of the box magic.. With PDO

try{ $pdo = new PDO("mysql:host=localhost;dbname=name", 'user', 'pass'); $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $statement = "SELECT id FROM users WHERE email LIKE ?"; …
D. Dimitrov
  • 89
  • 10
1 2 3 4 5
6