Search Results

2
votes
9answers
193 views

What are essential topics to have in a Web Services (semester) course?

I am in the process of designing a Web Services course for students in an Information Technology program. Some students stop after getting a two-year associates degree, but other students in the p …
3
votes
2answers
957 views

Why is PHP PDO DSN a different format for MySQL versus PostgreSQL?

When I connect to a MySQL database using PDO, the way I need to connect is: $pdoConnection = new PDO("mysql:host=hostname;dbname=databasename",user,password); But, for PostgreSQL, the DSN i …
0
votes
3answers
176 views

Calling fcsh from PHP script

Hi, My question is whether or not Flex's fcsh can be called from within a PHP script. Here is the background: I have been created a simple process that creates a simple quiz/tutori …