Code
The issue
- Running index.php from the browser gives you no output when it should give you an array of 4 rows. ( the issue )
- Executing the sql statement directly into the database gives you 4 rows as output.( as expected )
- Also, running a simpler query such as
SELECT * FROM company
in index.php gives you the correct output.( as expected )
Yani sql ifadeleri ile PDO bağlantı ve hiçbir sorun ile hiçbir sorunu yoktur, ve ben hala gerekli çıktı alamadım.
PHP Version: 5.3.1 | MySQL Version: 5.1.41