[PHP-WIN] ADO & ODBC , for experts only

2002-08-20 Thread Saci
This code works partially only on the 1st on 2nd Execute comand runs well the 3rd one return the error Warning: Invoke() failed: Exceção. Source: Microsoft OLE DB Provider for ODBC Drivers Description: [Microsoft][ODBC Visual FoxPro Driver]Command contains unrecognized phrase/keyword. in But

Re: [PHP-WIN] Any good tutorials on working with IMAP/POP3 and php

2002-08-20 Thread leo g. divinagracia iii
R.S. Herhuth wrote: > I'm looking for some really good tutorials on working with email and > PHP. I'm hoping for some serious industrial strength stuff. I would > even purchase a book or two if need be. > > Thanks, > Ron > thew WROX book BEGINNING PHP4 is what i started out on. chapter on u

RE: [PHP-WIN] Any good tutorials on working with IMAP/POP3 and php

2002-08-20 Thread Ross Fleming
It's remarkably easy to get the hang of. I recently built a php app to do just this, and after some great pointers from this list found: http://www.devshed.com/Server_Side/PHP/PHPMail/PHPMail1/page1.html which pretty much teaches you all you need to know. The industrial strength stuff is really

Re: [PHP-WIN] resolution?

2002-08-20 Thread Luis Ferro
Jim Hunter wrote: >You don't need to know resolution at all. The user knows what size their >monitor is and they can select the correct image to view. If the image is >larger then their browser then they can just scroll to see the extra. >Determining screen/browser resolution is not 100 % accurat

php-windows Digest 20 Aug 2002 21:05:44 -0000 Issue 1299

2002-08-20 Thread php-windows-digest-help
php-windows Digest 20 Aug 2002 21:05:44 - Issue 1299 Topics (messages 15361 through 15399): Query within Mail Function 15361 by: James Meers 15362 by: DL Neil 15363 by: DL Neil 15364 by: James Meers 15366 by: Ross Fleming Re: Redirect 15365 b

Re: [PHP-WIN] Comunications Port Accsess

2002-08-20 Thread Syl
> I wanted to know if there was any way I can control the serial port from > php? A Google search revealed http://www.trios.org/php/serialport/ http://www.lspace.nildram.co.uk/freeware.html Syl -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

RE: [PHP-WIN] Comunications Port Accsess

2002-08-20 Thread David Hollister
I love serial. What about command shell instructions? -Original Message- From: Adam Horden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 06, 2002 3:33 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Comunications Port Accsess Hi Guys, I devloped a general purpose output board from

[PHP-WIN] Comunications Port Accsess

2002-08-20 Thread Adam Horden
Hi Guys, I devloped a general purpose output board from the serial port. This will allow me to do anything I wanted to do. My idea was If i could code it in a website based languages I could control the interface any where! I am unning a 2k advance server running on wundows with apache 2 and php

RE: [PHP-WIN] Any good tutorials on working with IMAP/POP3 and php

2002-08-20 Thread David Hollister
Ya - IMP is good. Personally, I like SquirrelMail (www.squirrelmail.org). Download the code and use these open source projects as learning material. Then you can better the effort or start something new. -Original Message- From: R.S. Herhuth [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Au

Re: [PHP-WIN] Any good tutorials on working with IMAP/POP3 and php

2002-08-20 Thread Scott Carr
You can look at the IMP project from HORDE. http://www.horde.org It uses IMAP, POP3, LDAP and a couple other acronyms as well as being used by several companies in the 1 user range. I use it for all of my email including this one. -- Scott Carr OpenOffice.org Documentation Maintainer http:

[PHP-WIN] Any good tutorials on working with IMAP/POP3 and php

2002-08-20 Thread R.S. Herhuth
I'm looking for some really good tutorials on working with email and PHP. I'm hoping for some serious industrial strength stuff. I would even purchase a book or two if need be. Thanks, Ron -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] resolution?

2002-08-20 Thread php
If you really want to use it. I'd say use a CSS file to make your margins to 0 -- save this as css.css --- Body { margin:0; } img { height:100%; width:100%; } - in the html file put this something have the user press F11 to ma

Re: [PHP-WIN] resolution?

2002-08-20 Thread DL Neil
Afan, links to open new window, full size, full screen and according visitors resolution I'll put appropriate image (600x480 or 800x600 or 1024x740) as a background. So what about the (Windows) tool bar - is it hidden or present? - what size is it? - which of the four sides of the screen is it

RE: [PHP-WIN] resolution?

2002-08-20 Thread Svensson, B.A.T. (HKG)
I don't get the principal benefit? It seams like in both case the image need to be downloaded anyway to the remote machine in order to display it on the remote machines monitor. > That's ok, but I wanted to show how exactly will look like wallpaper - > before user will download it. That's why I w

RE: [PHP-WIN] resolution?

2002-08-20 Thread Svensson, B.A.T. (HKG)
It is a little bit hard for me to read an e-mail from you in this list sent directly and only to me. > Sorry, try then from list > > Thanks. > > > > - Original Message - > From: Svensson, B.A.T. (HKG) > To: Afan Pasalic > Sent: Tuesday, August 20, 2002 1:33 PM > Subjec

RE: [PHP-WIN] resolution?

2002-08-20 Thread Ross Fleming
That's not the question that was asked however. He asked whether you could show an image dependant on what the resolution was, ie without user intervention (removing the need for the user to scroll through the various images or make a selection at all) I stand by my answer. Ross > -Origina

Re: [PHP-WIN] resolution?

2002-08-20 Thread Afan Pasalic
Thanks. Well said. You're right. I agree. afan - Original Message - From: Svensson, B.A.T. (HKG) To: Afan Pasalic ; [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 1:54 PM Subject: RE: [PHP-WIN] resolution? Afan: my point is this: let the decision making process be h

RE: [PHP-WIN] resolution?

2002-08-20 Thread Svensson, B.A.T. (HKG)
Afan: my point is this: let the decision making process be handled by the human and not the machine. Machines are simply not smart enough - yet - to handles these kind of decisions, since what you tries to do is to interpret the users intention. The decision you're trying to make automatically i

Re: [PHP-WIN] resolution?

2002-08-20 Thread Afan Pasalic
That's ok, but I wanted to show how exactly will look like wallpaper - before user will download it. That's why I want to use fullscreen window (by javascript, no borders, toolbars...) and set as background wallpaper - according the resolution of screen. Scrolling you can see what I will offer,

Re: [PHP-WIN] resolution?

2002-08-20 Thread Jim Hunter
You don't need to know resolution at all. The user knows what size their monitor is and they can select the correct image to view. If the image is larger then their browser then they can just scroll to see the extra. Determining screen/browser resolution is not 100 % accurate so you shouldn't try.

Re: [PHP-WIN] resolution?

2002-08-20 Thread Afan Pasalic
Ok. That's answer I asked. Huh! Thanks! afan - Original Message - From: Ross Fleming To: Afan Pasalic ; Svensson, B.A.T. (HKG) ; Php Win32 list Sent: Tuesday, August 20, 2002 1:36 PM Subject: RE: [PHP-WIN] resolution? The definitive point is... you can't do it in php.

Re: [PHP-WIN] resolution?

2002-08-20 Thread Afan Pasalic
Sorry, try then from list Thanks. - Original Message - From: Svensson, B.A.T. (HKG) To: Afan Pasalic Sent: Tuesday, August 20, 2002 1:33 PM Subject: RE: [PHP-WIN] resolution? I can't read mail directly sent to me from you: please send them in plain/text ASCII forma

RE: [PHP-WIN] resolution?

2002-08-20 Thread Ross Fleming
The definitive point is... you can't do it in php. exit(1); Ross > -Original Message- > From: Afan Pasalic [mailto:[EMAIL PROTECTED]] > Sent: 20 August 2002 18:36 > To: Svensson, B.A.T. (HKG); Php Win32 list > Subject: Re: [PHP-WIN] resolution? > > > Yeah,that's true! That point I fo

Re: [PHP-WIN] resolution?

2002-08-20 Thread Afan Pasalic
Yeah,that's true! That point I forgot. Thanks. - Original Message - From: Svensson, B.A.T. (HKG) To: Php Win32 list Sent: Tuesday, August 20, 2002 1:28 PM Subject: RE: [PHP-WIN] resolution? > It's about desktop wallpapers. Before I had three links, for each > resolutio

Re: [PHP-WIN] resolution?

2002-08-20 Thread Afan Pasalic
I want to try to escape to tile background, that's the point. Does this really add any significant... - that's other question, for me yes, for others maybe not... Does the user really need... - let's say, they will appreciate it... - Original Message - From: Corn Vollney-R7019C T

RE: [PHP-WIN] resolution?

2002-08-20 Thread David Hollister
>And assume the user wants to have the megamaxsized images for his >monitor at home, and tries to download the picture at work with >a 800x600 resolution, wouldn't that be a pity then? Is megamaxsized anything like supersize or are those different species? -- PHP Windows Mailing List (http:/

Re: [PHP-WIN] resolution?

2002-08-20 Thread Afan Pasalic
I repeat again: it's just for one, only one page, to show wallpaper it should look like, before user download it! Not a whole site. - Original Message - From: Svensson, B.A.T. (HKG) To: Ross Fleming Cc: Php Win32 list Sent: Tuesday, August 20, 2002 1:25 PM Subject: RE

RE: [PHP-WIN] resolution?

2002-08-20 Thread Svensson, B.A.T. (HKG)
> It's about desktop wallpapers. Before I had three links, for each > resolution, and visitor have to click according his resolution. Now I want > to give just one link and it will show to visitor (full size window) how it > should look like. It will not be a "long term using resolution code"... G

RE: [PHP-WIN] resolution?

2002-08-20 Thread Svensson, B.A.T. (HKG)
You raise a very good point there Ross: Never violate the users integrity! A suggestion would be to make the website first fit lets say display things fitted for a 800x600 resolution, and then have an option menu where the user can select other resolutions - which then are set during the rest of

Re: [PHP-WIN] resolution?

2002-08-20 Thread Afan Pasalic
links to open new window, full size, full screen and according visitors resolution I'll put appropriate image (600x480 or 800x600 or 1024x740) as a background. - Original Message - From: David Hollister To: [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 1:20 PM Subject:

RE: [PHP-WIN] resolution?

2002-08-20 Thread David Hollister
Links to download wallpaper or links to the same site in varying resolutions? Sounds like you have too much time on your hands. Is it really worth it? -Original Message- From: Afan Pasalic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 12:18 PM To: Svensson, B.A.T. (HKG); [EM

RE: [PHP-WIN] resolution?

2002-08-20 Thread Svensson, B.A.T. (HKG)
> > how an I find resolution on visitors monitor? > > I need, according his resolution, use different image size... > > And how will you handle the possibility that a user > can change the screen resolution during a session? And worse: the evil minded end user may even switch the entire monitor

RE: [PHP-WIN] resolution?

2002-08-20 Thread Mikey
Use JavaScript to find out client side information... > -Original Message- > From: Afan Pasalic [mailto:[EMAIL PROTECTED]] > Sent: 20 August 2002 18:00 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] resolution? > > > Hi, > how an I find resolution on visitors monitor? > I need, according

Re: [PHP-WIN] resolution?

2002-08-20 Thread Afan Pasalic
It's about desktop wallpapers. Before I had three links, for each resolution, and visitor have to click according his resolution. Now I want to give just one link and it will show to visitor (full size window) how it should look like. It will not be a "long term using resolution code"... Got it

RE: [PHP-WIN] resolution?

2002-08-20 Thread Ross Fleming
You don't. I'd be more than annoyed if a web site could find out details that specific to me. The resolution of the screen is inconsequential anyway, there's no guarantee that they've got their browser window maximised. Web page design shouldn't really be concerned with this type of information

RE: [PHP-WIN] resolution?

2002-08-20 Thread Rich Gray
Afan PHP runs on the server ... you will need to use javascript or some other client side stuff to determine that... Rich -Original Message- From: Afan Pasalic [mailto:[EMAIL PROTECTED]] Sent: 20 August 2002 18:00 To: [EMAIL PROTECTED] Subject: [PHP-WIN] resolution? Hi, how an I find re

RE: [PHP-WIN] resolution?

2002-08-20 Thread Svensson, B.A.T. (HKG)
> how an I find resolution on visitors monitor? > I need, according his resolution, use different image size... And how will you handle the possibility that a user can change the screen resolution during a session? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

[PHP-WIN] resolution?

2002-08-20 Thread Afan Pasalic
Hi, how an I find resolution on visitors monitor? I need, according his resolution, use different image size... afan

RE: [PHP-WIN] Query within Mail Function

2002-08-20 Thread James Meers
Thanks, My aim is to run this script at the end of each day so it will email me a list of all the new users. My problem is trying to get the query to run and print out all results within the message part of the email. I am not using it for mailing list etc... its just a simple way of me getti

RE: [PHP-WIN] Query within Mail Function

2002-08-20 Thread Ross Fleming
Ross PS Just as an added bonus tip: Don't store an age in a database. I'm 21 now, but won't be in a month. Store a dob and calculate it from that > -Original Message- > From: James Meers [mailto:[EMAIL PROTECTED]] > Sent: 20 August 2002 13:32 > To: [EMAIL PROTECTED] > Subject: [PHP

RE: [PHP-WIN] Redirect

2002-08-20 Thread Ross Fleming
It may sound rather obvious, but don't send any header information :) The error you are getting means that you have echoed or printed something to the output, and have already started generating the HTML page. Don't do this. Jump into the php code straight away (no introductory HTML code) and te

Re: [PHP-WIN] Query within Mail Function

2002-08-20 Thread DL Neil
James, > I have a rather long list of names and I want to email the whole list and not one by one, do you know what I mean? May I suggest that you always reply to the list: someone else may answer better/faster/in color... Also how about a clear specification of need: why are you retrieving a s

Re: [PHP-WIN] Query within Mail Function

2002-08-20 Thread DL Neil
Hi James, Please bear with my limited knowledge of PHP... Does anyone know if it is possible to code a sql query within the message part of the mail function, e.g.: mail( "$to_mail","$sumject"," $sql = mysql_query("select * from table") or die("error with query\n"); while ($row = m

[PHP-WIN] Query within Mail Function

2002-08-20 Thread James Meers
Hi, Please bear with my limited knowledge of PHP... Does anyone know if it is possible to code a sql query within the message part of the mail function, e.g.: mail( "$to_mail","$sumject"," $sql = mysql_query("select * from table") or die("error with query\n"); while ($row =

php-windows Digest 20 Aug 2002 08:57:53 -0000 Issue 1298

2002-08-20 Thread php-windows-digest-help
php-windows Digest 20 Aug 2002 08:57:53 - Issue 1298 Topics (messages 15352 through 15360): Redirect 15352 by: Rodrigo San Martin 15355 by: Jim Hunter 15357 by: Jens Habegger Re: My Scripts are not seeing querystring vars. 15353 by: Saci Re: Virtual Domain

[PHP-WIN] Re: Apache2.0.40/php4.2.2/Win XP home

2002-08-20 Thread Stuart Hamilton
Andrew, Thanks for the info. I managed to get apache to work with a php module after downloading the following file and extracting the php4apache2.dll to the sapi dir. http://snaps.php.net/win32/php4-win32-latest.zip Check out the latest version 7? of the php manual it has a lot of usefull li