Everytime I try to run this function it says that it is an undefined
function LDAP_connection
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Here is my problem. When I send emails locally theough the Exchange Server
I have no problems sending mail. When I try to send emails to another site
through the MTA funtion_mail pops up. One of two things came to mind.
First is that we have anonymous forwarding of emails turned off for
security
Do I need to login into the server for this?
"Ron Allen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Here is my problem. When I send emails locally theough the Exchange
Server
> I have no problems sending mail. When I try to send emails to another
Here is my problem. When I send emails locally theough the Exchange Server
I have no problems sending mail. When I try to send emails to another site
through the MTA funtion_mail pops up. One of two things came to mind.
First is that we have anonymous forwarding of emails turned off for
security
What I would like to do is to make an optional page that can print
information to a specified printer. Can PHP do this?
If so how???
Please help!!!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Got it
echo";" ?>
"Ron Allen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> This is what I have
>
>
> What I would like is for this to carry a variable with it. I have tried
> several different variations and they don't wor
This is what I have
What I would like is for this to carry a variable with it. I have tried
several different variations and they don't work obviously
Does someone have an idea for this?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am using a form to submit to mysql. What I would like to do is to use a
link to submit the form instead of the standard submit button. Help is
appreicated.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This is my current code. I am trying to have this come up in a different
page. Help please!
".$row['ID']."
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Do we have any I-frame experts for IE.
I am trying to use multiple I-frames in Internet Explorer. When two of them
are applied they both lose their positon attributes. Any clues?
#floatframe {position:absolute;
left: 40px;
top: 40px;
width: 30px;
heigh
I would like to know how to verify that there are 6 numbers (only numbers in
a field)
that will be submitted to a database? Any clues!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am using PHP 4.3.0
The way that I usually carry variables from one page to another is
$Unit = ($_GET['Unit']);
This is the page that is referencing it!
";
$DBName = "SIGO";
$table1 = "sigo";
include 'drop.php';
$db = mysql_connect("$DBhost","$DBuser","$DBpass") or die("Problem
connecting");
mys
What I want to do:
Have a person input information about individuals into a database. One of
the fields in the database will be Unit.
On a form one of my drop down menu's will be Unit. I would like to have the
PHP page poll the Unit field in the database and send all the different Unit
results to
if ($user!='monganl') is what I have
this is what I want to do
if ($user!='monganl' or 'wilsonma')
what would be the proper format for this!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This is what I have right now
$totaltime= date(":H:i:s", mktime(0,0,$totaltime));
This is the result
04:20:46
from the following dates
2002-04-25 16:30:16
2002-04-19 12:09:30
534046 seconds
I would like to be able to get the days and, if needed, the number of months
and years
--
PHP Gene
Appreciate the assistance Danny
Figured it out
$totaltime= date("H:i:s", mktime(0,0,$totaltime));
Just followed PHP from this page
http://www.php.net/manual/en/function.mktime.php
"Ron Allen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL
wrote in message
027601c1e7a9$fbe6f0f0$0200a8c0@dannys">news:027601c1e7a9$fbe6f0f0$0200a8c0@dannys...
> use the date() command (http://www.php.net/date) - using $timeDiff as the
> datestamp.
>
> HTH
>
> Danny
>
> - Original Message -
> From: "Ron Allen"
me($firstTime);
> $lastTime=strtotime($lastTime);
>
> // perform subtraction to get the difference (in seconds) between times
> $timeDiff=$lastTime-$firstTime;
>
> //echo out the difference
> printf ("Difference is %d seconds",$timeDiff);
>
> ?>
>
> HTH
&
If I have two variables of time both in the format of "Y-m-j J:i:s"
How would I go about and get the difference?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am querying to see if someone can point in the right direction.
What I would like to do is first open a connection to a specific folder
(know this)
Have it towards the user can click on a button and it will pop up with the
local directory and have it so that they can browse their hard drive and
Here is what I want to do.
I am taking a poll and I would like to display the results in a bar graph
format. What is the best way to do this.hopefully you will not say GD
library!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This is for a Windows 2000 server
"Ron Allen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have downloaded the GD library and I am wondering how do I install it..
>
> I unzipped it and put it my root. I have PHP version
I have downloaded the GD library and I am wondering how do I install it..
I unzipped it and put it my root. I have PHP version 4.1.1...what else
is there to do? Does anybody have any script for me to test it real quick?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, v
Any idea on how to obtain a computer name...Windows environment using
PHP?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Using fwrite how would I insert a line return
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
figured that out as well
You need to put the number_format($number,2) afterwards
Thanks to both you!
"Ron Allen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am looking at how to format output
>
> Here is what I
Figured out why it wasn't working, but I need to be able to display the 2
decimals afterwards
"Ron Allen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am looking at how to format output
>
> Here is what I have. There
This is what I have and it is not working
$converted1 =round($usdamount * $convamount, 2);
$converted = number_format($converted1);
//echo "$amount * $convamount = $converted";
echo "You should receive$nbsp $converted $currency";
"Ron Allen" <[EMAIL PROTECTED]&g
I am looking at how to format output
Here is what I have. There is a simple currency conversion that I do and
the output is just a string of numbers
I would like it so that it puts a comma for every 3 spaces...Any
clues..oh knowing newsgroup
--
PHP General Mailing List (http://ww
Is there a way with PHP to determine screen resolution size???
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
30 matches
Mail list logo