[PHP] Sending email with the windows version of php

2003-07-19 Thread Ivan Carey
hello, My client is wanting to transfer their web site from a system that uses: freebsd, apache, mysql and php, to a windows based hosting service. So I was wondering if the Windows version of PHP sends e-mail with the same commands as Sendmail or do I have to re-write the scripts. Or can you t

[PHP] How do I use $HTTP_*_VARS[]

2003-06-30 Thread Ivan Carey
Hello, I would like to be able to use $HTTP_*_VARS[]. When I was using PHP 4.0.4PL1 I had no provlems sending form variables or any other type of variables such as url variables from one page to another. Now with PHP 4.2.3 I am unable to send variables from one page to another unless I turn on re

[PHP] how do I send information to a php page from a menu list

2002-09-02 Thread Ivan Carey
Hello, how do I send information to a php page from a menu list? When a user selects an item from the list I would like to be able to send "selcategoryid" to faqbycat.php without the use of a submit button. Is it done by using the onChange event? if so how may this be done? The code I am using

[PHP] problem with using include files

2002-08-27 Thread Ivan Carey
Hello The problem I have when using include files is the path to different parts of the web site. To Explain: I have a header.inc file in an inc directory: root |___inc | |___header.inc | |___images | |___topbar_01.gif | |___faq |___faq.php In the header.inc file th

[PHP] problem with using link variables

2002-08-25 Thread Ivan Carey
Hello, I am sending variables via a link to another page eg. $provservdesc If the variable provnum contains text such as: hello & there Then only the word hello is passed on to agencydet.php. I have tried using htmlspecialchars and htmlentities but still I have the same problem. What I am tryi

[PHP] php files on cd

2002-03-05 Thread Ivan Carey
Hello Is it possible to put a mysql & php web site on CD or maybe to capture the site statically to put it onto cd. thanks Ivan

[PHP] how do I use php and mysql to print mailing lables

2002-03-04 Thread Ivan Carey
Hello and thanks for your help how do I use php and mysql to print mailing lables? I would like to be able to print mailing labels from an mySQL online database using php. Is it possible to do this as the same functionality as in an MSAccess offline database? Thanks, Ivan

[PHP] How do I use a confirm box to confirm before deletion from a database

2002-01-28 Thread Ivan Carey
Hello, Thankyou for your reply. When a user clicks upon a delete link that deletes a record from a database, I would like to be able to give them the option to OK or Cancel this action. I have tried coding the browsers built in confirm box (I can bring up this) but am unable to combine it with

[PHP] how to reinitialise an MySQL_fetch_array

2001-12-15 Thread Ivan Carey
Hello, I would like to reinitialise an MySQL_fetch_array. That is, once it has gone through I would like to be able to go back to the start again. for eg while ($myrow=MySQL_fetch_array($result2)) { $befid=$myrow["beforeid"]; while($myrow5=MySQL_fetch_array($result5))

[PHP] how to get multiple checkbox values in a results page?

2001-12-01 Thread Ivan Carey
Hello, I have a form with multiple checkboxes. Their names are the same ie all are befname and their values are dynamically filled from a data base. When I check multiple boxes I expect that an array of the values with the array named befname is sent to the results page. In my example the form a