RE: [PHP] Browser?

2001-02-26 Thread Brian V Bonini
HTTP_USER_AGENT http://php.net/manual/en/language.variables.predefined.php -Brian > -Original Message- > From: Paulson, Joseph V. "Jay" [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 26, 2001 11:16 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Browser? >

[PHP] Browser?

2001-02-26 Thread Paulson, Joseph V. \"Jay\"
Is there a way to tell what browser is being used by the client in php? Thanks, Jay -- 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]

[PHP] Very strange Nutscrape behavior - PHP/JS/DHTML???

2001-02-26 Thread Brian V Bonini
This could be a JS issue but right now I'm really not sure. I have this code, } elseif ($cat == 'bikes' && $sub_cat == 'Road') { $i = 1; while ( list($type,) = each($bikes[$sub_cat])) { echo "\n"; echo "$type\n"; $i++; } echo ""; Which creates this (in IE), Tre

[PHP] Array Help

2001-02-23 Thread Brian V Bonini
I've tried and tried and tried ;-) I have this array; $bikes = array( "Road" => array( "Trek" => array( "Trek 5200" => "road.php?brand=t5200" ), "Schwinn" => array( "Schwinn Fastback Pro" => "road.php?bra

RE: [PHP] size of directory

2001-02-22 Thread Robert V. Zwink
If you are running linux try du -shc /path/to/directory If you are running some other unix flavor, omit the -h and try -k Robert Zwink http://zwink.levitate.org -Original Message- From: Andris Jancevskis [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 6:29 AM To: [EMAIL PR

RE: [PHP] Terrible Hosting Experience

2001-02-22 Thread Brian V Bonini
perience > > > At 11:32 AM -0500 21/2/01, Brian V Bonini wrote: > >This is actually a Vservers product. Vservers merged with > >HostPro back about 8 months ago. They continue to develop > >their own product line under the HostPro moniker with HostPro > >providing the f

RE: [PHP] Terrible Hosting Experience

2001-02-21 Thread Brian V Bonini
5 minutes to reply that they would be more than happy > to get your IP and go over any problem you might have reaching > WeberDev.com. > > Now, how is that for service? > > Sincerely > > berber > > Visit http://www.weberdev.com Today!!! > To see where PH

RE: [PHP] a good hosting experience

2001-02-21 Thread Brian V Bonini
Wasn't 3.23 just declared stable like a couple weeks ago? > -Original Message- > From: Mark Maggelet [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 21, 2001 1:50 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP] a good hosting experience > > > The last time I us

RE: [PHP] Terrible Hosting Experience

2001-02-21 Thread Brian V Bonini
Hmmm, well I guess everyone has different experiences. We've been with them (Vservers) for 5 years now and never had a single problem with downtime... > -Original Message- > From: Gary [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 21, 2001 11:49 AM > To: [EMAIL PROTECTED] > Subje

RE: [PHP] Terrible Hosting Experience

2001-02-21 Thread Brian V Bonini
This is actually a Vservers product. Vservers merged with HostPro back about 8 months ago. They continue to develop their own product line under the HostPro moniker with HostPro providing the font-line tech support and billing and of course taking all the credit ;-) It's a very flexible packag

RE: [PHP] Terrible Hosting Experience

2001-02-21 Thread Brian V Bonini
Check out http://www.hostpro.com/hosting/shared/unix_products.html It's a semi-dedicated virtual environment with complete root access. -Brian > -Original Message- > From: Hrishi [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 21, 2001 10:10 AM > To: PHP List > Subject: Re: [PHP]

RE: [PHP] Terrible Hosting Experience

2001-02-21 Thread Brian V Bonini
ything, very professional (specially in PHP / MySQL). > > Sincerely > > berber > > Visit http://www.weberdev.com Today!!! > To see where PHP might take you tomorrow. > > > -Original Message- > From: Brian V Bonini [mailto:[EMAIL PROTECTED]] > Sent

RE: [PHP] Terrible Hosting Experience

2001-02-20 Thread Brian V Bonini
Hmmm, last I heard they were using an OC-3 circuit, that's not too impressive. lots of those floating around. We've been running on an OC-48 for some time now > -Original Message- > From: Krznaric Michael [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 20, 2001 5:56 PM >

RE: [PHP] Terrible Hosting Experience

2001-02-20 Thread Brian V Bonini
We host and provide servers to a good number of clients that have come over from Alabanza. All of them complaining of similar experiences I think that company has been plagued for a long time -Brian *** > -Original Message- > From: richard merit [mailto:[EMAIL PROTE

RE: [PHP] Display Format

2001-02-20 Thread Robert V. Zwink
In Reply to: >Firstly is there any way I can sort these in alphabetical order?? > >More importantly is there any way of formatting them so they display > >Paul Mark >Tom Ade > >So they are in two columns in a table rather than one?? > >Thanks for any help >Ade http://www.php.net/manual/en/functi

RE: [PHP] file grabber help

2001-02-20 Thread Brian V Bonini
Is this what you mean? $fp = fopen("http://www.domain.com/file.xxx", "a+"); -Brian > -Original Message- > From: Brian C. Doyle [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 20, 2001 11:27 AM > To: [EMAIL PROTECTED] > Subject: [PHP] file grabber help > > > Hello all, > > I need to

RE: [PHP] redirect if sql = nothing

2001-02-20 Thread Brian V Bonini
$sql = "select * from table where bla bla bla"; if(!isset($sql)) { do this; } else { do this; } I think ? -Brian ** > -Original Message- > From: Matt Davis [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 20, 2001 11:33 AM > To: Php Mailing List > Su

Re: [PHP] Getting LDAPS to work

2001-02-20 Thread Victor V . Evtushenko
* John Hallam <[EMAIL PROTECTED]> [010215 17:58]: > I have got php 4.0.4p1 configured with openssl 0.9.6 > and ldap and I'm trying to get an ldap_connect to work > over ldaps as described in the ldap_connect > documentation. > > I have no problem connecting using > ldap_connect(hostname) format b

Re: [PHP] Pay for help

2001-02-19 Thread Robert V. Zwink
TECTED] -Original Message- From: Boaz Yahav [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 17, 2001 2:26 PM To: '[EMAIL PROTECTED]'; PHP Lists Subject: RE: [PHP] PHP Book Recommendations And I remind you all to buy them at WeberDev.com and help us pay the hosting :)

RE: [PHP] Fax manipulation?

2001-02-19 Thread Brian V Bonini
There are actually many ways to send an email to a fax gateway. So, you could generate an email, send it to a FAX gateway, ... and presto! -Brian * > -Original Message- > From: Joshua Long [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 19, 2001 9:26 AM > To: [EMAIL PROTE

RE: [PHP] Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Brian V Bonini
Maybe Flash is an option? > -Original Message- > From: Peter Skipworth [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 17, 2001 9:29 AM > To: Siim Einfeldt aka Itpunk > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROT

[PHP] PHP Book Recommendations

2001-02-16 Thread Brian V Bonini
Can I get some recommendations on some good PHP books. Something broad but with good novice concepts -- 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:

RE: [PHP] Does anyone have experience to customize the phorum

2001-02-16 Thread Brian V Bonini
What do you want to do to it? > -Original Message- > From: Fang Li [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 16, 2001 12:26 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Does anyone have experience to customize the phorum > > > Hello All, > > Would anyone give me any advice to

RE: [PHP] Sending multiple files through ftp in telnet.... PHP files that is

2001-02-16 Thread Brian V Bonini
Ummm, Turn off interactive prompting, make sure you in ASCII mode then, ftp>mput *.php -Brian ** > -Original Message- > From: Brandon Orther [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 16, 2001 11:58 AM > To: PHP User Group > Subject: [PHP] Sending multiple files through

RE: [PHP] PHP Editors

2001-02-16 Thread Brian V Bonini
Are you using 4.5.2? It runs much smoother then 4.5.1a. Haven't had a single crash since upgrading, even with Photoshop, Illustrator, & HS all runnning at the same time. The FTP integration works much better too, no hang time while opening remote files. -Brian > -Original Message- > From

RE: [PHP] How to make text BOLD

2001-02-16 Thread Brian V Bonini
How about: li.bold {font-weight: bold;} The following Webpage is added or updated: DATE: Equipment: Topic: URL: or The following Webpage is added or updated: DATE: Equipment: Topic: URL: > -Original Message- > From: Nguyen, David M [mailto:[EMAIL PROTECTED]] > Sent: F

RE: [PHP] ereg_replace

2001-02-15 Thread Brian V Bonini
bject: Re: [PHP] ereg_replace > > > >>>>> "VB" == "Brian V Bonini" <[EMAIL PROTECTED]> writes: > > > Ah right, strings not words, I feel like a dummy now... ;-) > > >> -Original Message- From: John Vanderbeck >

RE: [PHP] ereg_replace

2001-02-15 Thread Brian V Bonini
Ah right, strings not words, I feel like a dummy now... ;-) > -Original Message- > From: John Vanderbeck [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 15, 2001 10:57 AM > To: [EMAIL PROTECTED]; Robin Vickery; [EMAIL PROTECTED] > Subject: Re: [PHP] ereg_replace > > > > why does t

RE: [PHP] ereg_replace

2001-02-15 Thread Brian V Bonini
PROTECTED]] > Sent: Wednesday, February 14, 2001 5:05 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] ereg_replace > > > >>>>> ""VB" == "Brian V Bonini" <[EMAIL PROTECTED]> writes: > > > I know you can replace A or B or

Re: [PHP] deleting cart items on session expire

2001-02-15 Thread Jørg V . Bryne
Well, why not store the item's in the session-var? When the session dies because of timeout or user-intervention, the items dissapear too. Or store a timestamp along with the items, and refresh the timestamps as needed. Then put in a cron-job to delete out-of-date items left in the DB at regul

RE: [PHP] PHP scripts in HTML

2001-02-14 Thread Brian V Bonini
Don, Why don't you just rename your .html file to .php and use 'include' to call an external php script. -brian * > -Original Message- > From: Scott Mebberson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 14, 2001 4:47 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] PHP

RE: [PHP] Help Work with files

2001-02-14 Thread Brian V Bonini
exec fclose feof fflush fgetc fgetcsv fgets fgetss file file_exists fileatime filectime filegroup fileinode filemtime fileowner fileperms filesize filetype > -Original Message- > From: Karl J. Stubsjoen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 14, 2001 10:14 AM > To: PHP Mai

RE: [PHP] ereg_replace

2001-02-14 Thread Brian V Bonini
That's exactly what I want to do Thanks! > -Original Message- > From: Robin Vickery [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 14, 2001 5:05 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] ereg_replace > > > >>>>> "&q

[PHP] installing MySQL with PHP4.0.3pl1

2001-02-13 Thread Paulson, Joseph V. \"Jay\"
Hello everyone- I'm trying to get MySQL to work with php, however I'm running php on a WinNT box and I was wondering if I needed to install MySQL in a specific location on the hard drive? The reason I as is that when I try to connect to a database I create in MySQL in php it doesn't find any data

[PHP] ereg_replace

2001-02-13 Thread Brian V Bonini
I know you can replace A or B or C with D but can you replace A with B and C with D exclusively with one call to ereg_replace or does this need to be done seperately? -Brian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

[PHP] serialize/deserialize data

2001-02-12 Thread Brian V Bonini
What exactly does serialize/deserialize data mean? -- 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] How to check if vaiable is defined or not?

2001-02-12 Thread Brian V Bonini
if (isset($var)) > -Original Message- > From: SED [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 12, 2001 6:22 PM > To: [EMAIL PROTECTED] > Subject: [PHP] How to check if vaiable is defined or not? > > > Hi, > > I'm sending a form, with check-boxes, via post to PHP-script and if the

RE: [PHP] imagecolorallocate / imagesetpixel / palette size?

2001-02-12 Thread Brian V Bonini
That's because it was originally designed for gif's. Gif's only have a 256 color palette.. > -Original Message- > From: Dan Harrington [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 12, 2001 12:30 PM > To: Matt McClanahan > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] imagecolorall

[PHP] Newbie dummy questions..... error messages

2001-02-12 Thread Brian V Bonini
I get the following on one of my pages, Warning: Use of undefined constant month - assumed 'month' in /usr/local/etc/httpd/vhosts/eastcoastbicycles.com/htdocs/index.php on line 121 Warning: Use of undefined constant mday - assumed 'mday' in /usr/local/etc/httpd/vhosts/eastcoastbicycles.com/htdoc

RE: [PHP] Cookies

2001-02-09 Thread Brian V Bonini
lets see some code.. > -Original Message- > From: Matthew Bean [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 09, 2001 5:01 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Cookies > > > I am having major problems with cookies, it's been stressing me out for > over 9 hours. > > I have

Re: [PHP] Arrays through URL

2001-02-09 Thread Jørg V . Bryne
9, 2001 11:32 AM Subject: Re: [PHP] Arrays through URL On Friday 09 February 2001 10:31, Jørg V. Bryne wrote: > check out: serialize(); > > I'm trying to pass a multi dimensional array through a url link but > > I'm having a hard time doing this. Is it actually possible?

Re: [PHP] Arrays through URL

2001-02-09 Thread Jørg V . Bryne
check out: serialize(); - Original Message - From: "Jamie" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Friday, February 09, 2001 10:28 AM Subject: [PHP] Arrays through URL > I'm trying to pass a multi dimensional array through a url link but I'm > having a hard time doing th

Re: [PHP] Raspuns: [PHP] Cron + PHP

2001-02-09 Thread Jørg V . Bryne
or even better; compile PHP as CGI in addition to an Apache module, and put it somewhere in the path. You can then set cron to: 0 20 * * * php -q myphpfile.php > results_to_this_file.txt This could be useful if you need to run a script that is not available on the web-server, for instance. -J

[PHP] PHP not sending email

2001-02-08 Thread Paulson, Joseph V. \"Jay\"
Hello everyone- I'm having a small problem with PHP not sending email anywhere using the mail() function. Here are my settings for sending mail in the php.ini file (PHP version 4.03pl1 - OS Solaris) [mail function] SMTP= localhost ;for win32 only s

RE: [PHP] include("blah.php?var=this"); doesn't work?!

2001-02-08 Thread Brian V Bonini
Adding ?asin=$asin doesn't make much sense but do it like this: include('book_reviews.php?asin=' . $asin); -Brian > -Original Message- > From: John Vanderbeck [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 08, 2001 12:27 PM > To: [EMAIL PROTECTED] > Subject: [PHP] in

Re: [PHP] Variable quantity chooser.

2001-02-08 Thread Jørg V . Bryne
The slider control is not a regular html-form-object. (on Windows you can see one in the recycle-bin properties). If you want to, or need to, i guess you can use an active-x control og make a javascript to do it. I wouldn't reccomend either... However if you need to set a not so spesific number y

RE: [PHP] Getting image size from gif/jpeg

2001-02-05 Thread Brian V Bonini
getimagesize (string filename [, array imageinfo]) http://php.net/manual/en/function.getimagesize.php > -Original Message- > From: r a n d y [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 05, 2001 2:55 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Getting image size from gif/jpeg >

RE: [PHP] XML Parsing with PHP

2001-02-05 Thread Brian V Bonini
You know, some of these guys are members of this list. I don't think they make any claims about being the definitive end all be all source for all things PHP but rather are a bunch of folks sharing their PHP experiences/knowledge. I'd say that's pretty generous of them. -Brian

RE: [PHP] include files

2001-02-05 Thread Brian V Bonini
> -Original Message- > From: David VanHorn [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 05, 2001 1:04 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [PHP] include files > > > At 12:50 PM 2/5/01 -0500, Brian V Bonini wrote: > >DOCUME

RE: [PHP] include files

2001-02-05 Thread Brian V Bonini
DOCUMENT_ROOT ??? http://php.net/manual/en/language.variables.predefined.php > -Original Message- > From: David VanHorn [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 05, 2001 12:16 PM > To: [EMAIL PROTECTED] > Subject: [PHP] include files > > > I've got kind of a deep page structu

[PHP] XML -> HTML via PHP

2001-02-05 Thread Brian V Bonini
Has anyone successfully used PHP to transform XML to HTML on the fly? Can you point me to some info/tutorials. -Brian *** -- 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 adm

RE: [PHP] Pricing for PHP programming???

2001-02-01 Thread Brian V Bonini
ks, -Brian * > -Original Message- > From: Joe Stump [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 01, 2001 9:52 AM > To: Brian V Bonini > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Pricing for PHP programming??? > > > You are taking this WAY to seriously. What y

RE: [PHP] Pricing for PHP programming???

2001-02-01 Thread Brian V Bonini
Isn't it illegal in the US to discuss rates in this manner? It's always been my understanding that The U.S. law specifically makes discussion of pricing between competitors (all or some) a federal offense. Am I taking this too literally? -- PHP General Mailing List (http://www.php.net/) To un

RE: [PHP] Problems with majodomo

2001-01-29 Thread Brian V Bonini
I missed the beginning of this thread, I've got a subscribe routine set up on a website for Majordomo, what are you trying to do? Bring me up to speed -Brian > -Original Message- > From: Alan Todd [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 29, 2001 10:33 AM > To: Phpg > Subje

RE: [PHP] Problem!

2001-01-29 Thread Brian V Bonini
$today = getdate(); $month = $today[month]; $mday = $today[mday]; $year = $today[year]; print "$month $mday, $year"; -Brian ** > -Original Message- > From: Fredrik Arild Takle [mailto:[EMAIL PROTECTED]] > Sent: Sunday, January 28, 2001 2:32 PM > To: [EMAIL PR

RE: [PHP] can .inc run php script?

2001-01-29 Thread Brian V Bonini
Well if your using .inc then your probably including this into a php file via include "config.inc"; in which case it will become part of a php file so yes it will be parsed. If your trying to run it as a standalone then that will depend on your web server config and which files you've told it to

RE: [PHP] Where is my contrab file located?

2001-01-27 Thread Brian V Bonini
You could just create a text file with cron commands and then load it into cron using, %>crontab cronfile > -Original Message- > From: Richard Lynch [mailto:[EMAIL PROTECTED]] > Sent: Saturday, January 27, 2001 12:03 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Where is my contrab fil

[PHP] test

2001-01-26 Thread Brian V Bonini
test -- 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] html table

2001-01-25 Thread Brian V Bonini
$color = "tan"; FOR ($i=0 ; $i < $numrows ; $i++) { if ( ($i % 2) == 0 ) { ECHO ("\n"); } else { ECHO ("\n"); } } > -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 25, 2001 4:19 PM > To: Mike > Cc: [EMAIL PROTECTED] >

RE: [PHP] Test for Cookies

2001-01-24 Thread Brian V Bonini
You'll need to at least reload the page so the cookie can be sent back to the server after it's set. Try this: it's taken directly from the annotations on the setcookie function page of the php manual. Cookie Check Cookie Check Status: %s ;', $status ? "00FF00" : "FF", $status

[PHP] Posting to list

2001-01-24 Thread Brian V Bonini
Everytime I send a post to [EMAIL PROTECTED] The message goes through but I also recieve back the following This is the Postfix program at host kgb.ijs.si. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For further assistance,

RE: [PHP] Test for Cookies

2001-01-24 Thread Brian V Bonini
By trying to set a cookie and read it back. > -Original Message- > From: Karl J. Stubsjoen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 24, 2001 11:50 AM > To: PHP Mailing List > Subject: [PHP] Test for Cookies > > > Hi, > > I need to test for cookies. What is the simplest wa

Re: [PHP] db connection error: need help badly

2001-01-24 Thread Jørg V . Bryne
I always use mysql_setpermission, which is a script for easy adding of users and permissions etc. step by step. It comes with the standard dist. of mysql. Mvh Jørg - Original Message - From: "Jacky@lilst" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 24, 2001 10:45

Re: [PHP] multple select forms... going to hit my head against a wall ..

2001-01-23 Thread Jørg V . Bryne
If you don't put it in a session var, and need to transport it you can use f. x. : This puts double pipe-chars between the array variables. You can later (when u need to use the vars again) use: $select = explode( "||", $user_selections ); to put it into an array again. -J - Original Messag

Re: [PHP] RE: url hide

2001-01-23 Thread Jørg V . Bryne
If you include a forreign url using the fopen etc. functions you must parse and alter all urls. A nightmare... -Jørg - Original Message - From: "Tim Ward" <[EMAIL PROTECTED]> To: "'AJDIN BRANDIC'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 23, 2001 10:09 AM Subject:

RE: [PHP] picture quality question

2001-01-22 Thread Robert V. Zwink
This could be your video card or something. I doubt is has anything to do with php. If you have an older card, or not enough ram on the card, you might experience something like that. Try updating your video card driver, or replace the card. Robert Zwink http://zwink.levitate.org -Origina

RE: [PHP] PHP conventions or classes

2001-01-22 Thread Paulson, Joseph V. \"Jay\"
:37 AM To: Paulson, Joseph V. "Jay" Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHP conventions or classes > Does anyone know where I can find information about training classes for php > or conventions that are taking place? I'd like to know so I can start > attending these

RE: [PHP] Newbie: array help....

2001-01-22 Thread Brian V Bonini
I apparently misunderstood your implementation, your right, it does work perfectly Thank you! > -Original Message- > From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 22, 2001 12:27 PM > To: Brian V Bonini > Cc: PHP Lists > Subject

RE: [PHP] Newbie: array help....

2001-01-22 Thread Brian V Bonini
-- > From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 22, 2001 11:56 AM > To: Brian V Bonini > Cc: PHP Lists > Subject: Re: [PHP] Newbie: array help > > > each($bikes["Road"]) > > > > On Mon, 22 Jan 2001, Brian

[PHP] Newbie: array help....

2001-01-22 Thread Brian V Bonini
I have this array; $bikes = array( "Road" => array( "Trek 5200" => "URL", "Schwinn Fastback Pro" => "URL", "Va Moots" => "url" ), "Mountain" => array( "Trek Fuel 90" => "url", "Schwinn Homegrown" => "url" ), "BMX"

[PHP] PHP conventions or classes

2001-01-22 Thread Paulson, Joseph V. \"Jay\"
Hello everyone-- Does anyone know where I can find information about training classes for php or conventions that are taking place? I'd like to know so I can start attending these functions. Thanks, Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP] url hide

2001-01-22 Thread Jørg V . Bryne
I saw this done with a frameset recently. The domain blah.com had a frameset which opened the real page (at www.hotel.com/blahblah ) in a frame. -J - Original Message - From: "AJDIN BRANDIC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 22, 2001 11:30 AM Subject: [PHP]

RE: [PHP] cookies - not working with Nutscrape

2001-01-20 Thread Brian V Bonini
Actually, it's excepting the time/date. It's the path/domain that is creating a problem. For some reason your original suggestion of leaving the domain out is working today. setcookie("ecb",$val,$expires,"/"); I could not get this to work for the life of me yesterday. Either I was overworked/tir

RE: [PHP] cookies - not working with Nutscrape

2001-01-20 Thread Brian V Bonini
: RE: [PHP] cookies - not working with Nutscrape > > > > have you checked the date element? > > the browsers differ in how they handle post-y2k dates. > > DanO > > > -Original Message- > From: Brian V Bonini [mailto:[EMAIL PROTECTED]] > Sent: Fr

RE: [PHP] cookies - not working with Nutscrape

2001-01-20 Thread Brian V Bonini
on January 23, 2001! | Start here: > http://www.zend.com| http://l-i-e.com/artists.htm > - Original Message - > From: Brian V Bonini <[EMAIL PROTECTED]> > To: Richard Lynch <[EMAIL PROTECTED]>; "Brian V Bonini" > <[EMAI

[PHP] cookies - not working with Nutscrape

2001-01-19 Thread Brian V Bonini
Why would this work in IE but not NN (4.08)? If I remove "/" ".mydomain.com" it works with NN but not IE. Vice versa if I leave it in. Thanks, -Brian *** = 5) { $val = 1; } else { $val = $ecb; $val++; } } else { $val = 1; } $expires = mktime(12, 00, 0

[PHP] cookies - not working with Nutscrape

2001-01-19 Thread Brian V Bonini
Why would this work in IE but not NN (4.08)? If I remove "/" ".mydomain.com" it works with NN but not IE. Vice versa if I leave it in. Thanks, -Brian *** = 5) { $val = 0; } else { $val = $ecb; } } else { $val = 0; } setcookie("ecb", $val+1,mktime(12, 00, 00,

RE: [PHP] Something cool I found in Wired,

2001-01-18 Thread Brian V Bonini
Sounds a lot like Netmeeting > -Original Message- > From: Dallas Kropka [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 18, 2001 12:41 AM > To: PHP LIST > Subject: [PHP] Something cool I found in Wired, > > > > Ok, I know that this is PHP, but I thought that allot of > the

Re: [PHP] what is wrong with this sniplet?

2001-01-16 Thread Jørg V . Bryne
print(" at the end of the input-tag print(""); - Original Message - From: "Jacky@lilst" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 2001 11:28 PM Subject: [PHP] what is wrong with this sniplet? Hi people Looking for a piece of advice about what is wrong with t

Re: [PHP] javascript and php

2001-01-16 Thread Jørg V . Bryne
thing run queries or whatever... Wrote the above from memory, so the syntax might be a bit of, but the flow is the same. have a nice day! -Jørg V. Bryne - Original Message - From: "Patrice ROTH" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 200

[PHP] Easy MySQL question

2001-01-11 Thread Paulson, Joseph V. \"Jay\"
Hello everyone-- I've got a easy question that I can't seem to answer for myself. I'm running a query in MySQL and want to know how many entries are in a table and then echo that out onto a page. I thought this would be easy but I don't know why it's not working. Anyway, here's what I am doing:

RE: [PHP] Calling a Windows Com object or an Extended Fetch?

2001-01-10 Thread Paulson, Joseph V. \"Jay\"
EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 5:37 PM To: Miles Thompson Cc: Paulson, Joseph V. "Jay"; [EMAIL PROTECTED] Subject: Re: [PHP] Calling a Windows Com object or an Extended Fetch? Or you could just look at the phpbuilder.com column on using COM objects in php, or you could RTFM

<    1   2   3   4   5   6