[PHP] PHP smarty - nested queries and arrays

2005-08-11 Thread Amanda Hemmerich
Hello! I'm using PHP and Smarty to try to build an array of arrays using the results from nested queries. I am just learning about nested arrays, and I'm not sure what I'm doing wrong. I am hoping someone can give me a hint as to what I am doing wrong. I looked on php.net, but still

[PHP] HTML-PDF

2004-11-12 Thread Amanda Hemmerich
Is there a fairly straightforward way to generate a PDF out of a .php file that's made up of includes and the includes are contructed dynamically using data from mysql? This page normally displays the info based on parameters passed through the url or through a form. I've been looking for

[PHP] keeping format of text in textbox

2004-11-11 Thread Amanda Hemmerich
I did a search for this in the archive but didn't find anything. Is there a way to preserve the format of text in a textbox that is being saved in a database and then pulled out and displayed? The people entering the data want to keep their tabs and newlines, but right now, that's not happening.

[PHP] filling out HTML forms

2004-08-05 Thread Amanda Hemmerich
So, we are trying to design an account management page that allows users to manage all of their computer accounts in one place. We want to allow them to change their passwords for all of their accounts in one place, unfortunately, we don't have access to one of the machines to change their

[PHP] good book on PEAR

2004-08-03 Thread Amanda Hemmerich
Hello! I need a solid foundation on using PEAR. ANy books or websites you would recommend? Thanks, Amanda -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] smarty and db

2004-08-03 Thread Amanda Hemmerich
Ok, I am starting a new job and learning a new person's code, and trying to learn Smarty at the same time. This question is so basic, but I have no idea where to look for an answer. ANyway, I need to change the code so that, when there are no row returned by the database, a message is

[PHP] using Cc: with mail()

2004-07-14 Thread Amanda Hemmerich
Ok, I am trying to fix a bug on a site I didn't write, and I looked for examples on www.php.net and couldn't find what I needed. Here is the line of code in question: mail($email, XXX - Conference Registration Confirmation, $message, From: [EMAIL PROTECTED] . Cc:[EMAIL PROTECTED]; [EMAIL

[PHP] bad programming?

2004-06-23 Thread Amanda Hemmerich
We just moved a bunch of code from one web hosting company to another. Now, one of the pages no longer works. I have been sort of starting from scratch, and the first line is still not working. Am I using something that I shouldn't be? Here is a code snippet: if ($REQUEST_METHOD=='POST') {

[PHP] PHP pros and cons

2004-06-11 Thread Amanda Hemmerich
I am trying to come up with a little speech to use when talking to potential clients to make a case for using PHP over over languages, such as perl, ColdFusion, ASP, etc. I have been looking on the web, but I would also love to hear from you guys. How would you make a case for using PHP? Also,

[PHP] PHP graphing tool?

2004-05-10 Thread Amanda Hemmerich
Is there a PHP tool or module out there that would be good for creating line or bar graphs? I'm looking for something I can pass numbers to and it will just graph those numbers. Any recommendations? Thanks! Amanda -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP graphing tool?

2004-05-10 Thread Amanda Hemmerich
Also, the cheaper, the better, and free is best! Thanks again. On Mon, 10 May 2004, Adam Voigt wrote: http://www.aditus.nu/jpgraph/ On Mon, 2004-05-10 at 16:10, Amanda Hemmerich wrote: Is there a PHP tool or module out there that would be good for creating line or bar graphs? I'm

Re: [PHP] smarty - php as template

2004-04-08 Thread Amanda Hemmerich
Can anyone direct me to a good resource for learning to use PHP as a templating language along with plenty of examples? I prefer books, but web is fine, too. Thanks so much! Amanda On Thu, 8 Apr 2004, Justin French wrote: On 07/04/2004, at 1:33 AM, Angelo Zanetti wrote: hi all has anyone