Re: [PHP] mail function fails

2001-07-02 Thread Julia A. Case
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really for.] [ Admining

Re: [PHP] passwd in php....

2001-06-30 Thread Julia A. Case
. Somebody Knows how to use passwd in php? I mean, create linux users on my httpd server using a php page. I already try the EXEC(), but i had no sucess.. Any help will be needed Thanks everyone -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer

Re: [PHP] Please Help......

2001-06-30 Thread Julia A. Case
-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really for.] [ Admining Linux ] [ To thine own self be true

Re: [PHP] reading records alphebetically

2001-06-30 Thread Julia A. Case
General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large

Re: [PHP] Pricing Advice Needed

2001-06-29 Thread Julia A. Case
administrators, e-mail: [EMAIL PROTECTED] -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really for.] [ Admining Linux ] [ To thine own self be true. ] [ Windows/WindowsNT ] [ Fair

[PHP] math question

2001-06-23 Thread Julia A. Case
$theta = 15*pi/360; gives a value of 0 for $theta... it should be something like 0.131... Julia -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really for.] [ Admining Linux ] [ To thine own

Re: [PHP] php 4.06 as an apache DSO Error

2001-06-23 Thread Julia A. Case
] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really for.] [ Admining Linux

[PHP] Developer mailing list

2001-06-22 Thread Julia A. Case
Hi, I'm trying to write a module for PHP and need a little help, I went to http://lists.php.net to see if there was a developer list, but only found the defualt Apache web page... Can someone direct me in the proper direction? Thanks, Julia -- [ Julia Anne Case ] [Ships are safe

[PHP] compiling with the gd library

2001-06-22 Thread Julia A. Case
I have a client that wants to have the gd library compiled into php, I got a modern version of the gd lib (1.8.4 and 2.0.1) and both state that they dropped support for gifs... but the ext/gd/gd.c tries to use gif calls... I'm confused. Julia -- [ Julia Anne Case ] [Ships

Re: [PHP] SQL statement for clearing a table

2001-06-22 Thread Julia A. Case
PROTECTED] -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really for.] [ Admining Linux ] [ To thine own self be true. ] [ Windows/WindowsNT ] [ Fair is where you take your cows

[PHP] gd library

2001-06-22 Thread Julia A. Case
errors on GIF function calls. Is there a way around this? Julia -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really for.] [ Admining Linux ] [ To thine own self be true. ] [ Windows

Re: [PHP] HELP problems running PHP4 script in CRON

2001-06-20 Thread Julia A. Case
://www.moreover.com/cgi-local/page?c=Graphics%20industry%20ne wso=html,graphicsnews.php,mynews=); ? All help and advise is as always gratefully received! Splashy. -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships

Re: [PHP] RE: Lists are back up

2001-06-18 Thread Julia A. Case
Quoting ckieninger ([EMAIL PROTECTED]): thanks can you renable the gtk-php mailing list. Thanks, Julia -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really for.] [ Admining Linux

Re: [PHP] MySQL database

2001-05-16 Thread Julia A. Case
] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really for.] [ Admining Linux

[PHP] PHP CGI-Binary

2001-02-25 Thread Julia A . Case
Ok, I give up... how do I build PHP as a CGI-Binary? I've spent two days searching the configure file for this. Julia -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really for.] [ Admining Linux

[PHP] sockets...

2001-02-25 Thread Julia A . Case
port? Julia -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really for.] [ Admining Linux ] [ To thine own self be true. ] [ Windows/WindowsNT ] [ Fair is where you take your cows

[PHP] adding lib files...

2001-02-14 Thread Julia A . Case
If I have a lib.so file can I just link it in with php and have access to the functionality in lib.so? If not can someone show me the way to adding things to php? Julia (sorry if this is a stupid question) -- [ Julia Anne Case ] [Ships are safe inside the harbor

Re: [PHP] Telnet with php?

2001-02-09 Thread Julia A . Case
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- [ Julia Anne Case ] [Ships are safe inside the harbor

[PHP] string vs. integer...

2001-02-07 Thread Julia A . Case
How do I detrmine of a value is a string or a integer? I'm trying to tell the differnce between "machine.domain.com" and "192.168.2.1" I was going to explode on "." and parse through the data and validate it. Julia -- [ Julia Anne Case ] [Sh

[PHP] PHP/MySQL question

2001-01-29 Thread Julia A . Case
Is it possible to move through an array that is returned as a recordset and then move back to the beginning of the array. Julia -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really for.] [ Admining

[PHP] PHP on FreeBSD 3.2

2001-01-26 Thread Julia A . Case
I'm having some trouble with PHP4 on a FreeBSD 3.2 machine. PHP3 compiles and works fine, but PHP4 gives a floating point error (both as a module and static). PHP4 under FreeBSD 4.2 works fine. Any ideas, Julia -- [ Julia Anne Case ] [Ships are safe inside the harbor

Re: [PHP] PHP on FreeBSD 3.2

2001-01-26 Thread Julia A . Case
Thanks, it works now. Julia Quoting Rasmus Lerdorf ([EMAIL PROTECTED]): Try a snapshot from http://snaps.php.net This should be fixed. -Rasmus On Fri, 26 Jan 2001, Julia A . Case wrote: I'm having some trouble with PHP4 on a FreeBSD 3.2 machine. PHP3 compiles and works fine

Re: [PHP] Sendmail User ID

2001-01-18 Thread Julia A . Case
ional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really for.] [ Admining Linux ] [

[PHP] using ssh via popen

2001-01-14 Thread Julia A . Case
{ echo $string; } pclose($fp); } echo "running sshBR"; maxpsi(0); ? -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really for.] [ Admining Linux ] [ To thine own self be true.