•  
     
  •  
     
 

How do I delete a folder from a server when I get a message saying I do not have access to delete the folder? 

by Guest Geek on October 6, 2009

Q: I have folder on a server that I am trying to delete. I keep getting an error message that says I do not have access to delete the folder. What do I have to do to delete the folder?

 
 

Is it possible to have a single form submit to two PHP scripts? 

by Guest Geek on September 30, 2009

Q: Is it possible to have an HTML form that passes the same value to two different PHP files and then display the two in one window?

I am using PHPLot and once I create the graph I want to display the list, in HTML format, of information that is being graphed.

 
 

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.

 
 

What kind of software would I need for an online event alert website? 

by Guest Geek on September 22, 2009

Q: I would like to start a website where people can go to find out what events are going on near where they live. When they subscribe, they can put their zip code and/or city of choice into the system and they will get timely e-mail alerts as to what, where, when, who is going on in their chosen geographic location. What kind of software would this be called, to do that sort of thing?

 
 

Using html_entity_decode with Smarty 

by Guest Geek on September 22, 2009

Q: I have HTML formatted text in database and when calling the data from PHP (using html_entity_decode) the information is displayed in the correct format. When using the same function in smarty the HTML tags show and I am wondering if there is an alternative?

Here is some sample code:

{$obj->mCode[k].field|html_entity_decode}

 
 

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?

 
 

What are the best reasons to use a CMS framework? 

by Guest Geek on September 12, 2009

Q: What are the best reasons to use a CMS framework?

 
 

What are my options for chats and graphs with PHP? 

by Guest Geek on September 12, 2009

Q: I am working on a prototype app and looking for the best way to create dynamic charts/graphs–similar to analysis tools created by nytimes, etc.

Currently using PHP, MySQL and I have good knowledge of various scripting/programming languages.

 
 

Is it possible to have a text field to expand without using an internal scrollbar? 

by Guest Geek on September 10, 2009

Q: In Adobe LiveCycle Designer, how exactly can I get a text field to expand when a user enters comments instead of the form/field utilizing an internal scroll bar?

 
 

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?