We have a detailed whitepaper on the subject.
Please check out: http://www.zend.com/whitepapers/PHPandApache2-ZendWhitepaper.pdf
BY
__
Brad Young
[EMAIL PROTECTED]
www.zend.com
Zend - The PHP Company
>
>Hi All,
>
>Can anyone aswer this simple ques
://us4.php.net/microtime
- Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
#x27;s
included
what i'm going for here is to choose the page i want in that space by
defining it in the url, such as
http://l33trus.servebeer.com/site/index.php?page=contact
but how would i do that?
Based on the code posted before I think you should be able to do:
include $$_GET['
LoonySalmon wrote:
if page is defined in url, include page defined
else include home
You are on the right track. Take a look at the manual.
http://us4.php.net/manual/en/index.php
http://us4.php.net/isset
- Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
http://yousite.com/index.php?page=home&home=http://othersite.com/bad.php
Although I think you would still be ok.
- Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hosted by a company and am sure the mail server is up and working for me. is
there a way i need to feed it a username/password with php? any ideas on why
its not working? im completely stumped.
--
Brad Esclavon
[EMAIL PROTECTED]
(H) 404-875-4561
(C) 404-291-1082
--
PHP General Mailing List
Hi all,
I have a mySQL DB that stores word documents (as a BLOB). I am trying to
find a way of doing a word count on the documents using PHP. Can anyone
help??
Thanks in advance,
Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have two variables, $StartDate and &EndDate that contain values read
from MySQL Date fields. How can I determine if a value entered by the
user is between the two dates? I'm using PHP 4.0.6.
Thanks in advance,
Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
Thanks for the reply Rene,
Any change of a code sample of how u did this?? Im not at all experienced in
Java.
Thanks again for replying
Cheers,
Brad
Nel vino la verità, nella birra la forza, nell'acqua i bacilli
Erik,
thanks, are you able to pint me to some good reference sources on
tokenizer's... i have never come across them before
I have been scouring the web, and am coming up a decided blank. :)
Cheers,
Brad
Nel vino la verità, nella birra la forza, nell'acqua
Thanks Erik, looking now :)
Cheers,
Brad
Nel vino la verità, nella birra la forza, nell'acqua i bacilli
--
In wine there is truth, in beer there is strength, in water there are
bacteria
> From: Erik Price
Can anyone recommend a package suitable for editing HTML files on a remote
server through a PHP interface? Basically, an online HTML editor.
Cheers in advance,
Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
soon find a bit more about perl
itself elsewhere from this list.
Can i indeed use php to 'call' a perl script/function/app whatever its
called?
Cheers,
Brad
Nel vino la verità, nella birra la forza, nell'acqua i bacilli
-
How about:
echo "Link";
Well, I guess that is really HTML, but with the idea that PHP is server
side only you would need a client side method of opening windows. So,
HTML, Javascript, pick your method....
-Brad
Adriaan Nel wrote:
> Hi all,
>
> How do I open a new window f
this helps,
Brad
- Original Message -
From: "Mark McCulligh" <[EMAIL PROTECTED]>
> Hi Other PHP Users,
>
> I have been asked to teach an introduction course on PHP/MySQL at my local
> College.
>
> I am looking for a good beginner book for the course. Lik
Try here:
http://www.hotscripts.com/PHP/Scripts_and_Programs/
or here:
http://php.resourceindex.com/
Enjoy,
Brad
- Original Message -
From: "Giuliano" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 16, 2003 7:42 AM
Subject: [PHP] Re: PHP he
http://www.domain.com";); ?>
Brad
- Original Message -
From: "Sander" <[EMAIL PROTECTED]>
> I'm using php to have several servers communicate between eachother. I
> want to do the following:
> Server A sends a request to server B. Server B stores
Wouldn't this be best done inside your perl script? That way you can have it
retry a few times then if it hard fails return to the PHP script.
Brad
- Original Message -
From: "Dave [Hawk-Systems]" <[EMAIL PROTECTED]>
To: "php list" <[EMAIL PROTECTED]>
code(). Is there a function to strip escape charechters?
I think you want stripslashes().
http://us4.php.net/manual/en/function.stripslashes.php
Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Sat, 2003-06-21 at 16:59, Kyle Babich wrote:
> $entry = fread($entryGet, filesize("postEntries/{$entriesIndex}"); //67, line /w
> parse error
Missing a ')'
Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If you aren't supposed to be able to use func_get_args() as a function
parameter, but you can get away with it if you make it the *first* param,
is that a bug or a feature?
works:
funcy(func_get_args(), 'p1', 3);
fatal error:
funcy('p1', 3, func_get_args());
i assume this works
it's the WHERE clause, it's illegal there.
what are you trying to do? if you want to change the heading & paragraph
columns of every row in malibu_data where the page_name & par_id match
your values, this should be an UPDATE.
if you want to create a new record in malibu_data for every record
th
On Wed, 14 Aug 2002, [iso-8859-1] César Aracena wrote:
> Thanks. I must apology as I made a mistake when writing the incoming
> variable's name. I had it wrong so it would pass the variable but the
> incoming script was looking for a variable that wasn't passed. In the
> meantime, and now that I
hanks in advance,
Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
have you tried printing them out with surrounding characters, like
echo 'row8=(',$row[8],') LOGINNAME=(',$LOGINNAME,')';
to see if there are leading or trailing spaces?
On Mon, 19 Aug 2002, Pafo wrote:
> heh,, is it just me or can anyone see whats wrong with this code...
>
> $query = "SELECT
What I would do is change the include filename to something like
functions.inc like I do. This way the server won't try and run it for you.
---
Brad Dameron
Network Account Executive
TSCNe
'w+' - Open for reading and writing; place the file pointer at the beginning
of the file and truncate the file to zero length. If the file does not
exist, attempt to create it.
Change it to "r" since you are only reading. Also check to make sure your
pathing is correc
/src/apache_1.3.26
./configure --activate-module=src/modules/php4/libphp4.a
make
make install
Any help is greatly appreciated. I apoligize iin advance for being such
a newbie.
Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ok for the cause of this problem. Any suggestions would be appreciated.
Thanks in advance,
Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
and see how it responds? Chances are there
is some error there, and you'll get more meaningful feedback from the
database backend.
HTH
-Brad
Olli Sinerma wrote:
> Hi,
> I´m having a weird problem with getting my forms work within
> php. I have a running MySQL server, php installed
Not quite sure what you are getting at here? A hyper link would direct
the user to another page :-)
If you mean after a timeout/auto-magically perhaps you can try meta refresh:
http://www.htmlhelp.com/reference/html40/head/meta.html
HTH
-Brad
Meltem Demirkus wrote:
> Is there anyway
that's: $_SEVER['HTTP_HOST']
Cirstoiu Aurel Sorin wrote:
> I also tried $_HTTP['HTTP_HOST']. Not working. The host has php 4.1.2
> version
>
> --
>
> Cirstoiu Aurel Sorin
> InterAKT Support
>
> http://www.interakt.ro
>
> "Erwin"
instance of that and see how it works..
HTH
-Brad
Steve Gaas wrote:
>Can anyone tell me what's wrong with my code? All I get output from this is
>the LAST row of data from my Database. There are 2 rows, how do I make it
>pull data from all of the rows? It's not going throu
yourself. i.e. mysql_data_seek($result, 0) would set you back at the
beginning, record one.
-Brad
Steve Gaas wrote:
> OK, this works.. This is wonderful.. But I don't get it.. I assigned two
> separate variables to that array function.. I don't understand why this
> works
man chown
(change ownership) (i.e. chown my_username:my_groupname )
-or-
man chmod
(change permissions)(i.e. chmod uga+w -or- chown 4777
)
-Brad
Bryan wrote:
> Situation:
> I want to create a file to a directory, but the premission denied, how to
> solve this problem by us
from the drop down list.
-Brad
Chuck PUP Payne wrote:
> Hi,
>
> I would like to know if there is a way that I can pass on an information
> from a pull down menu into a sql query. Right now I have to right a PHP page
> for each piece I am wanting to pass on. Example I have a movie dat
How about giving this page a look over:
http://www.macromedia.com/desdev/topics/php.html
Here's an article especially for using PHP and MySQL with Flash MX
http://www.macromedia.com/desdev/mx/flash/articles/flashmx_php.html
HTH
-Brad
"Thomas Edison Jr." wrote:
>
> I h
I think it is a global configuration setting, so it would not be
possible to turn it off for an individual script.
Just use the $_SERVER['variable_name']
-Brad
Anup wrote:
>
> Hello I am working on a PHP server which has register_globals off. In my
> script is there a
ow_num','$last_update')", $sql4)
or print mysql_error();
}
You need the '(' and ')' in your query to group VALUES
(And what's with all the escaping with '\'? They don't appear to be
needed and make it look very cluttered
e to "Off" in php.ini does.
So, is this allowable to set in user scripts? Or is the dosumentation
correct in saying it cannot?
-Brad
Jome wrote:
>
> > Hello I am working on a PHP server which has register_globals off. In my
> > script is there anyway to turn it on, just
unzip that and cd into it and read the INSTALL file
tar -xzvf php-4.2.3.tar.gz
cd php-4.2.3
less INSTALL
HTH
-Brad
Anil Garg wrote:
>
> hi,
>
> i am a newbie to php...
> i have downloaded php-4.2.3.tar.gz from http://www.php.net/downloads.php
> can someone please poi
pplend it to
another variable, which at the end would have strictly the numbers...
That would be my initial approach, but I'm sure there are many,many
others...
-Brad
M1tch wrote:
>
> it doesn't use ereg, but it (should) would work:
>
> $mystring = "I have $56.55 dollars,
I would say that is the best way, or if you have other information
there, write to abother directory that is owned by "apache"
-Brad
Donahue Ben wrote:
> I have a php script that tries to write files in a
> particular directory. When the script writes files
> the ownershi
I like textpad, because it will write files in a Unix friendly way, i.e. none of that
annoying ^M at the
end of lines! :-)
Bryan McLemore wrote:
> Hi guys, just wondering if anyone could recomend a good editor that is based on
>windows. Thanks, Bryan
--
PHP General Mailing List (http://www
;
}
next($myArr);
}
This code only echoes one dimension of a multi-dimension array. I can't
find a way to reliably store more than that. Any suggestions?
Thanks in advance,
Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Debbie,
Yes. I could use recursion, but what's really hanging me up is keeping
track of how deep into an array I am. It should be fairly simple, but I
seem to be having a brain freeze.
Brad
Debbie_dyer wrote:
> You could use recursion example:-
>
> function p
Since it is
the same every time it is like doing string compares on the same encrypted
value so it authenticates, of course this is also the vulnerability of md5.
I suppose that with cracking software and time, someone could get it, but it
also might be better then sending it in the clear.
-
OK. Now I have something I can work with. Thanks everyone.
Brad
Brad Harriger wrote:
> I'm trying to write a function that will display the full contents of an
> array. If one of the keys contains a value that is an array, the full
> array (all indices) should be shown.
>
I think this should be a good reference for you:
http://www.php.net/manual/en/function.mysql-fetch-array.php
HTH
-Brad
Ken wrote:
> I am kind of new to PHP. I know how to use a select statement and a query to
> get data out of a table in MySQL, but how do I assign those fields to
>
I have been trying to save a variable using PHP sessions.
What I find is that while most of the time the variable content is restored
and available on the subsequent pages, however there are times that the
variable seems to be there but the contents are not. If I hit the browser
refresh a couple
Is there such a thing of a software package with no vulnerabilities
and/or bugs?? (Windows perhaps :-)
The advantage to apache/php is the ability to quickly address those
problems once found.
-Brad
Steve Keller wrote:
> At 9/30/2002 06:17 PM, you wrote:
>
> >Is there any versio
document_root is the root path to the webserver.
Check out:
http://www.php.net/manual/en/function.getcwd.php
HTH
-Brad
Tony Crockford wrote:
> Hi
>
> what exactly does document_root do?
>
> Does it give to path to the file from the server root?
>
> or does it give the pa
se with
another user and grant the "web user" only select permissions on it.
-Brad
"John W. Holmes" wrote:
> > Hi, is it possible to make a certain field in a table or row, so that
> the
> > content is uneditable after insertion?
>
> What does this have t
here:
http://www.php.net/manual/en/faq.general.php#faq.general.what
-Brad
"John W. Holmes" wrote:
> > I am trying to understand in deatil exactly what PHP is, I know that
> it is
> > a
> > scripting markup type language, but.
> >
> > Is it correct to
I think:
string getcwd ( void)
would do the trick. (dirname() requires that you know the path of a file and
want to extract just the directory path)
-Brad
"John W. Holmes" wrote:
> OK. My bad. That's why I see DOCUMENT_ROOT on sourceforge is /var/www/,
> while my scripts
Hello...
Don't know if this has been discussed but I saw a book on PHP5 listed on
Amazon, saying that PHP5 would be released in the fall of 2002? Was
wondering if there has been any information posted about this?
-Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
perhaps glean it from the SERVER_SOFTWARE variable?
-Brad
Alex Shi wrote:
> Is there any way to report PHP version?
>
> --
> ---
> TrafficBuilder Network:
> http://www.bestadv.net/index.cfm?ref=7029
>
> --
> PHP General Mailing List (http://www
Sorry...
I think:
http://www.php.net/manual/en/function.phpversion.php
will be more inline with what you want...
-Brad
Alex Shi wrote:
> Is there any way to report PHP version?
>
> --
> ---
> TrafficBuilder Network:
> http://www.bestadv.net/
ut, I know there are code
repositories sitting out there in cyber-space that will have at least something
to start off of.
-Brad
Justin French wrote:
> I don't understand. Twice.
>
> Tell us what you need, slowly and clearly.
>
> Justin French
>
> on 02/10/02 10:35 AM, Je
TRUE each time, but the field is not updated. The only explanation I
can think of is that there is something wrong with the date value. I've
echoed it to the screen and it looks fine, but the query still doesn't
work. Any suggestions?
Thanks in advance,
Brad
--
PHP General Ma
ted date read from a text field on a form on
>> the previous page. When I run the query using mysql_query, it returns
>> TRUE each time, but the field is not updated. The only explanation I
>> can think of is that there is something wrong with the date value.
>> I
Maybe your /etc/hosts file.
What does you maillog say?
# tail /var/log/maillog
Brad
On Mon, 2002-10-07 at 10:52, @ Edwin wrote:
> Hello,
>
> Perhaps, a DNS setting problem?
>
> - E
>
> On Tuesday, October 08, 2002 1:25 AM
> Negretti, John (CCI-San Diego) wrote:
&
Another way is to use javascript with PHP to pull the database every so many
seconds. I have seen this in I think it was PHPChat. Been a long time
however.
---
Brad Dameron
Network Account Executive
TSCNet Inc
Question about a change coming in PHP 5 / ZendEngine2 :
I'm not clear on exactly why you would want to nest class definitions,
especially if the proposed change to namespace handling goes away
- i.e. you still have to do $this->otherclassfunc() inside a class
function, instead of just otherclassf
ro so. So, it's
more important to protect the actual SOURCE then the information stored in the
source. Of course this is a debate that coudl go on forever, when does hardware
encryption rule all?
-Brad
"SHEETS,JASON (HP-Boise,ex1)" wrote:
> Storing passwords in MD5 or another ha
This should be a FAQ!
I would say it would point to register globals being turned off in php.ini for
the newer versions of php.
check this pages for more information:
http://www.php.net/manual/en/security.registerglobals.php
-Brad
abw wrote:
> This week we upgraded our solaris 8 server us
what database are you using? because the answer is different, depending.
on postgres, for example, which supports subselects, you can do
select * from TableA where FieldA1 not in (select FieldB2 from TableB)
with mysql, there are no subselects, so you'd have to do something like
select TableA
scope. For example, to get DOCUMENT_ROOT you'll
use $_SERVER['DOCUMENT_ROOT'] instead of $DOCUMENT_ROOT, or $_GET['id'] from the
URL
http://www.example.com/test.php?id=3 instead of $id, or $_ENV['HOME'] instead of
$HOME.
Brad Bonkoski wrote:
> This should
will have more control over what your
variables are set to.
Just some food for thought...
-Brad
abw wrote:
> Thanks Brad! Dead on!
>
> Unfortunately, after the upgrade, the old php.ini was not saved, so I
> couldn't compare what the former employee changed in there. I turned
How about a code snippet of how you are retrieving the variable?
-Brad
Gary wrote:
> Hello,
> My host has upgraded to 4.2 but still uses the old ini setting. I am
> trying to rewrite my scripts so when the day comes for my host to make
> the change I will be ready. Everything ha
now how to
correct it so that it sends the bounces to the person sending it? This is on
a virtual host machine with hundreds of domains.
Thank you,
---
Brad Dameron
Network Account Executive
This is being done. And no that is not how sendmail works unfortunately.
---
Brad Dameron
Network Account Executive
TSCNet Inc.
www.tscnet.com
probably register globals is turned off in php.ini for the new PHP version
instead of:
echo $id;
-try-
echo $_SERVER['id'];
-Brad
Gary wrote:
> There is not real code to catch it. It is passed to a hidden field in a
> form, echoing the id number and then a query based on
variable to another page?
...spark any additional ideas??
-Brad
Peter Houchin wrote:
> howdy,
>
> I have a page that I want to control the errors etc for a site, now what I
> want is to perform a query on one page but if there's an error it opens a
> different page with the
what I _believe_ die() looks at
/* or at least this is what the manual says the function returns on a query
error */
{
$error = mysql_error();
Header("Location: logerror.php?op=insert_error&err_value=$error");
}
// else continue as normal
HTH
-Brad
Peter Houchin wrote:
sounds like an apache config problem to me, if it is not even getting
there... perhaps you should check the httpd.conf file to look into the
UserDir settings to make sure the path is a web accessible path.
-Brad
Pushpinder Singh Garcha wrote:
> Hi
>
> I am wanting to use PhpMyAdm
Is there any way to create ALT tags in secondary nav bars with rollover
images? (NOF 7)
Thanks in advance,
Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I think Glimmer is pretty good.
http://glimmer.sourceforge.net/
Brad
On Fri, 2002-10-25 at 07:49, Maxim Maletsky wrote:
>
> VIM :)
>
>
>
> --
> Maxim Maletsky
> [EMAIL PROTECTED]
>
>
> www.PHPBeginner.com // PHP for Beginners
> www.maxim.cx
I would say, it depends on your configuration. See if you can get this info from you
configuration file, if not, fire up the server and run 'netstat -pna | more' and see
if that tells you what port you are trying to
use.
HTH
-Brad
Stephen wrote:
> This isn't exactly PHP
Hey,
Got a problem using the header function on a file upload page to redirect
the user back to a web page. Here's the code:
#!/usr/bin/php -q
http://www.webfusion.net.au...";);
else
print("Error");
Any ideas on how i would get this to work. The error which shows is
Warning:
Hey Guys,
Can anyone please point me to any URLs or give me some code which will loop
through form fields and delete the particular file which is passed from the
form. The user will click a checkbox next to each file needed deleting and
we must perform a unlink() to each file.
Thanks.
--
PHP
Alternatively, you could set php.ini to use the semi-colon (;) to seperate
arguments.
HTH
Brad
"Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
news:Pine.LNX.4.44.0211082246320.2586-10@;www.lerdorf.com...
> and in your php.ini file add:
>
> arg_separator.outpu
e function mssql_connect() is not a core php
function, so the local debugger doesn't recognize it.
All you have to do is use the server debugger, where you have all the php extension
modules actually installed.
Brad
>-Original Message-
>From: dark rotter [mailto:darkrotter@;yah
i'm doing a POST to an https server using fsockopen(). after doing the writes,
i do fread($fp, 4096) until feof($fp) returns true. this seems to work fine,
except that i get an SSL protocol error on the last read.
can anybody with a better understanding of this give me an idea why that's
happenin
Hey Again,
I am doing the output from a _POST array and it seems to replace all spaces
and '.'s in the file names with '_'. so a file name brads doc.htm outputs
as brads_doc_htm. Any suggestions, PLEASE.
Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:/
Hello,
Can anyone point me towards a tute (or any info) about using php to upload
and download medium size (~500k-1meg) files into a mySQL database (as
blob's i assume).
Cheers,
Brad
Nel vino la verità, nella birra la forza, nell'acqua
le it near the local copy of the php manual and the websafe
palette. =)
Cheers,
Brad
Miguel Cruz wrote:
>On Tue, 11 Jun 2002, Håkan Askengren wrote:
>
>
>>I have managed to load images to database through php, but what about other
>>file types as MS Word (yes I dare to
Aha! Nice one. thanks for that!
Miguel Cruz wrote:
>I usually just grep through the one that comes with Apache; it's fairly
>thorough. You might find it in /usr/local/apache/conf/mime.types
>
>miguel
>
>On Wed, 12 Jun 2002, Brad McCrorey wrote:
>
>
>>This
Hi all,
I have been able to upload a wav file to a mxSQl db using PHP script. Wanted
to be able to get that wav file from the db and embed it into a web page
using the default media player to play it.
Can anyone help???
Cheers,
Brad
Nel vino la verità, nella birra la forza, nell'
Sorry... that should be mySQL database
Cheers,
Brad
Nel vino la verità, nella birra la forza, nell'acqua i bacilli
--
In wine there is truth, in beer there is strenght, in water there are
bacteria
> From: Bra
correct (ie the tags etc are done correctly).
Any help is greatly appreciated
Cheers,
Brad
Nel vino la verità, nella birra la forza, nell'acqua i bacilli
--
In wine there is truth, in beer there is strenght, in water t
'ON' in the
php.ini file, but I'd like to try to make this work the 'right' way rather
than cut corners and just make the server work for my code, instead of
making my code work for the server. ;-)
Thanks very much for any input.
...Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
what the
browser sees as output. Thanks again.
...Brad
"John Holmes" <[EMAIL PROTECTED]> wrote in message
news:000f01c21cbd$7f49e0e0$b402a8c0@mango...
> Sorry if I was a little rude. The thing to remember that anything
> outside of a is considered output, even if it's
'
and then it was trying to output again later in the header() function. By
moving my include statement outside the in the intial section
of code, it wasn't providing the output until after my header() function had
completed and there wasn't an issue anymore.
Thanks for your help.
MySQL-Front) so I suspect I'm doing something stupid in my foreach
loop.
I'm hoping someone will spot my dumb mistake. Thanks very much for any help
at all on this.
Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
array. Anyway, I'm going to
revisit the mysql_fetch_array function right now. Thanks for your help, it
is greatly appreciated.
...Brad
"Steve Edberg" <[EMAIL PROTECTED]> wrote in message
news:p05100300b943f2a7feef@[168.150.239.37]...
> At 3:27 PM -0700 6/29/02, Brad Mele
ce to help
someone else next time. :-)
"Steve Edberg" <[EMAIL PROTECTED]> wrote in message
news:p05100300b943f2a7feef@[168.150.239.37]...
> At 3:27 PM -0700 6/29/02, Brad Melendy wrote:
> >Hi All,
> >I've stumped myself here. In a nutshell, I have a function tha
Is there any way I can set up a php script so that it will detect the
login of the current Netware user on a PC and use that user's
information to customize a greeting for the user?
Thanks,
Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.ph
. Any suggestions
would be apprecieated.
Thanks in advance,
Brad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
variables
in the session?
Cheers,
Brad
Nel vino la verità, nella birra la forza, nell'acqua i bacilli
--
In wine there is truth, in beer there is strenght, in water there are
bacteria
--
PHP General Mai
101 - 200 of 771 matches
Mail list logo