[PHP] Apache module failure

2002-08-25 Thread Casey Allen Shobe
er PHP would not build at all with --with-apxs2=/usr/sbin/apxs on another machine with Apache 2.0.40 installed. In any case, I really need to get something working. Any advice is appreciated. -- Casey Allen Shobe / Network Security Analyst & PHP Developer SecureWorks, Inc. / 404.327.6339 x169 /

[PHP] Additional: [PHP] Apache module failure

2002-08-25 Thread Casey Allen Shobe
On Sunday 25 August 2002 06:10 am, Casey Allen Shobe wrote: > I would much rather be using Apache 2.0.40, however PHP would not build at > all with --with-apxs2=/usr/sbin/apxs on another machine with Apache 2.0.40 > installed. I was stupid in saying that without mentioning any furth

Re: [PHP] Re: How do I keep a page from caching in I.E

2002-09-06 Thread Casey Allen Shobe
ave to click on > >> Refresh to get the actual page content. I've placed the following at > >> the top of the HTML file but it doesn't seem to do anything. Any help > >> would be appreciated. > > Krzysztof Dziekiewicz -- Casey Allen Shobe / Network Security An

Re: [PHP] setcookie()

2002-01-06 Thread Casey Allen Shobe
amsus wrote: > They are identical except for the PHP SetCookie() version using a 2-digit > year (which can be changed in your php.ini file with the y2k directive). -- Casey Allen Shobe [EMAIL PROTECTED] 'Why do people with closed minds always open their mouths?' -- PHP General M

Re: [PHP] Connect to IBM DB2

2002-01-06 Thread Casey Allen Shobe
02 08:13 am, Jerry wrote: > Now, how to connect to a DB2 database server without ODBC ? -- Casey Allen Shobe [EMAIL PROTECTED] 'Why do people with closed minds always open their mouths?' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECT

[PHP] Setting cookie very broken! Please help!

2002-01-15 Thread Casey Allen Shobe
r any other information required to diagnose, I would be very thankful. I need to get this working ASAP, and have been fighting it to no avail for the past few hours. -- Casey Allen Shobe [EMAIL PROTECTED] 'Why do people with closed minds always open their mouths?' -- PHP Genera

Re: [PHP] Setting cookie very broken! Please help!

2002-01-15 Thread Casey Allen Shobe
On Tuesday 15 January 2002 10:22 am, Richard Crawford wrote: > On the new machine, does your code work in Netscape or Mozilla or Opera? > > Does it work in IE on other machines? > > If yes, then double-check the security settings in the new installation > of IE on the new comp

[PHP] Database query failure! (multiple datasources)

2002-01-30 Thread Casey Allen Shobe
_id and registration.sw_nibc=\'955\''); $num_queue_alerts = db_query ($db2_conn, 'select count(*) from alerts where egad=-1'); ...then the output is '15'. What is the logic here? I see none... Does anyone else use multiple data sources? -- Casey Allen Shob

Re: [PHP] PHP Work in New York

2002-02-13 Thread Casey Allen Shobe
> Erik > > > > > > Erik Price > Web Developer Temp > Media Lab, H.H. Brown > [EMAIL PROTECTED] -- Casey Allen Shobe [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] jklingler@secureworks.com

2002-04-18 Thread Casey Allen Shobe
-- Casey Allen Shobe / Network Security Analyst & PHP Developer SecureWorks, Inc. / 404.327.6339 x169 / Fax: 404.728.0144 [EMAIL PROTECTED] / http://www.secureworks.net Content is my own and does not necessarily represent my company. -- PHP General Mailing List (http://www.php.net/

[PHP] Running out of sockets! Help!

2002-05-20 Thread Casey Allen Shobe
files in system I don't know how to track this down - any help would be appreciated. The operating system is Linux; the webserver Apache. I cannot connect to the database when I start seeing these. Restarting Apache makes the problem go away for a few days. -- Casey Allen Shobe / Ne

Re: [PHP] Running out of sockets! Help!

2002-05-20 Thread Casey Allen Shobe
nning out of memory). Fixed. I downloaded lsof, and determined that every httpd process had a lot of /tmp/freetds.log handles open, so I disables logging in the freetds.conf file. Excellent. I love UNIX. -- Casey Allen Shobe / Network Security Analyst & PHP Developer SecureWorks, Inc. / 4

[PHP] publicfile

2002-05-23 Thread Casey Allen Shobe
Hey, Anybody gotten PHP to work with Publicfile? Is there documentation somewhere? Thanks, -- Casey Allen Shobe / Network Security Analyst & PHP Developer SecureWorks, Inc. / 404.327.6339 x169 / Fax: 404.728.0144 [EMAIL PROTECTED] / http://www.secureworks.net Content is my own and does

Re: [PHP] Can php do this?

2001-11-24 Thread Casey Allen Shobe
alternative is using wget on the URL, or links -dump if you have that instead. Or if your script has #!/usr/bin/php or whatever path at the top and is made executable, you can just call that script without relying on the webserver. I think, even if it's just a normal php file you could cron

Re: [PHP] PHP to ASP ?

2001-11-26 Thread Casey Allen Shobe
> EuroVox > 4, place FĂ©lix Eboue > 75583 Paris Cedex 12 > Tel : 01 44 67 05 05 > Fax : 01 44 67 05 19 > Web : http://www.eurovox.fr > -- Casey Allen Shobe [EMAIL PROTECTED] GCS/CM d+ s+:-

Re: [PHP] cookies

2001-11-27 Thread Casey Allen Shobe
s it's value to the page that loads when you submit the form. So in the page that sets the cookie: if ($checkbox == 1 ) { setcookie (whatever); } else { setcookie (whateverelse); } -- Casey Allen Shobe [EMAIL PROTECTED] GCS/CM d+ s+:->+: a-- C++() ULU$ P- L+++>++

Re: [PHP] setcookie BUG w/ IE 5.5, 6.0 & Netscape!

2001-11-27 Thread Casey Allen Shobe
setcookie and started using this: $date = gmdate("D, d-M-Y H:i:s", ($time)); header ('Set-Cookie: username='.$username.'; expires='.$date.' GMT; path=/; domain='.$SERVER_ADDR); Problem is, I just upgraded a machine to Netscape 6.2 from 6.1, and now it won

[PHP] PHP access to MS SQL Server 2000

2001-11-28 Thread Casey Allen Shobe
find a way... -- Casey Allen Shobe [EMAIL PROTECTED] GCS/CM d+ s+:->+: a-- C++() ULU$ P- L+++> E- W++ N++ !o K- w-- !O M V- PS++ PE Y+ PGP>++ t+ 5+ X R>+ tv-- b++ DI+ D G++ e h-(*) r--- z-- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PRO

Re: [PHP] Setting Cookies

2001-12-10 Thread Casey Allen Shobe
d users section. Should I > be setting the cookie on the top of the page that I am sending them to? Yes, or do what I do and redirect to a dologin page that sets the cookie and autorefreshes after one second to the real page, which requires the cookie to be set already. -- Casey Allen Shob

Re: [PHP] Cookie

2001-12-12 Thread Casey Allen Shobe
lders? > > Steve Osborne > Database Programmer > Chinook Multimedia Inc. > [EMAIL PROTECTED] -- Casey Allen Shobe [EMAIL PROTECTED] -- 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]

Re: [PHP] Searching for a new provider

2001-12-12 Thread Casey Allen Shobe
GDLibrary >= 2.0 > > > > - PHP installed as module > > > > - mind 5 Subdomains > > > > - mind 100 MB Speicherplatz > > > > - evtl. Java VM > > > > - MySQL > > Thanx andy -- Casey Allen Shobe [EMAIL PROTECTED] -- PHP General Ma

Re: [PHP] If/else conditional statement ...

2001-12-23 Thread Casey Allen Shobe
s false. I heavily dislike this coding style, however, and personally would use something like this: $varA was '); if ($varA == true) { print ('true'); } else { print ('false'); } print ('.'."\n"); ?> -- Casey Allen Shobe [EMAIL PROT