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
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
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
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
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
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
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
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
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))
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
10 matches
Mail list logo