•  
     
  •  
     
 

How do I pull data from MySQL to use with PHPlot? 

by Guest Geek on September 26, 2009

Q: How does one fetch data from MySQL and graph it using PHPlot?

I have looked around for references and none have examples using MySQL.

 
 

How come I get errors when using PHP PDO to run stored procedures? 

by Guest Geek on September 21, 2009

Q: I am working with the PDO library in PHP to connect to MySQL and when I try to execute a stored procedure I get the following error:

trigger_error(”SQLSTATE[HY000]: General error”, “256″)

Any idea?

 
 

How come HTML pulled from MySQL comes out as HTML source when using PHP? 

by Guest Geek on September 9, 2009

Q: I am storing HTML formatted text into MySQL. When fetching the data from MySQL (using PHP) the information displays all the text including the HTML tags. Is there a function that would allow me to display the information per the “HTML” format?