RE: [PHP-WIN] Trying to retrieve/confirm referrer URL in a PHP page/script

2012-02-22 Thread Warren Vail
line it's not always trustworthy, some clients can, under certain circumstances, fake being referred from one of your own pages. Warren Vail Vail Systems Technology war...@vailtech.net (510) 444-5380 -Original Message- From: Lester Caine [mailto:les...@lsces.co.uk] Sent: Tuesday, Fe

RE: [PHP-WIN] Re: Need Help in setting up a server

2010-06-29 Thread Warren Vail
may see the "public IP" for that machine, which can be used for linking to your server, but is not guaranteed to stay with that machine depending on powering up and down of your systems, and your ISP's procedures for assigning IP's. Hope this helps, Warren Vail Vail S

RE: [PHP-WIN] proofing login success using sessions

2010-04-23 Thread Warren Vail
cases for several reasons; 1. there is no easy way to decrypt the value. 2. even though I haven't used it, I believe it may be available as a javascript or html function, so that if you setup your logon form as http: reference, that piece of data always travels across the internet encrypted, never

RE: [PHP-WIN] Problem with php and MySQL: inserting strings into database

2010-04-22 Thread Warren Vail
nt that your code was supposed to do. My 2 cents, Warren Vail Vail Systems Technology -Original Message- From: Alexander Schunk [mailto:asch...@gmail.com] Sent: Thursday, April 22, 2010 10:34 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Problem with php and MySQL: inserting st

RE: [PHP-WIN] PHP Data Grid

2009-12-07 Thread Warren Vail
Try one of the following; http://www.jquery.com http://www.extjs.com Warren Vail -Original Message- From: Harpreet [mailto:harpr...@crispincorp.com] Sent: Monday, December 07, 2009 7:52 AM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP Data Grid Looking for ways to add a

RE: [PHP-WIN] PHP 5.2.6 not giving or logging any errors

2008-06-03 Thread Warren Vail
I had this occur with a wamp server package that I installed, seems strict was set and the error log file was not set or was set to null. I suggest you start adding the php.ini overrides in your script to setup exactly the error reporting you want, includig a location the log file, with full write

RE: [PHP-WIN] Newbie - am wondering how to use PHP (?) to get the name of the user logged on to 'my' https:// site

2008-02-20 Thread Warren Vail
rvers, including apache servers running your php. I believe the interface is much like Gustav mentions below, but special software and SSL certificates establish a trusting relationship between your apache server and the Active Directory servers (windoz based). HTH, Warren Vail -Original Me

RE: [PHP-WIN] Use PHP to open outlook

2008-01-16 Thread Warren Vail
lid URL (Get method), which means the subject and body will need to be very short Warren Vail If you really meant to open outlook on your server machine, check out COM access in the manual, which will obviously need to be a windows server. > -Original Message- > From: Harpreet [mailt

RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefinedfunction db2_connect()

2008-01-03 Thread Warren Vail
mailto:[EMAIL PROTECTED] > Sent: Thursday, January 03, 2008 9:20 AM > To: Warren Vail > Cc: 'McCallister, Jason'; php-windows@lists.php.net > Subject: RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to > undefinedfunction db2_connect() > > My plan is using Apache and Mysql

RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread Warren Vail
You might consider using ODBC to connect. I've had better luck with that on windows using apache, no IIS experience. Warren Vail > -Original Message- > From: McCallister, Jason [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 03, 2008 8:55 AM > To: php-windows@lists.

RE: [PHP-WIN] new --- a question

2008-01-03 Thread Warren Vail
If you device is available via a com port, then using file IO is probably best, but if that is not enough try; http://us.php.net/manual/en/ref.dio.php This goes without saying, the very real potential for hacking a computer with device exposure via a web interface can be disasterous, so caviat em

RE: [PHP-WIN] time function

2007-10-19 Thread Warren Vail
form and submit that along with any other data to your server. Google can help you find lots of scripts to do this, or you can just go to http://www.hotscripts.com and find one there. Hope this helps, Warren Vail -Original Message- From: Nishantha Pradeep [mailto:[EMAIL PROTECTED] Se

RE: [PHP-WIN] Authentication Question!

2007-10-09 Thread Warren Vail
u may wind up storing your session data on one server and with the next request the visitor could be directed to a different server (you get the idea). Probably more than you wanted to know, Warren Vail -Original Message- From: Gustav Wiberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, Octob

RE: [PHP-WIN] single sign on

2006-07-05 Thread Warren Vail
using different mysql tables for each app (and different routines, of course). Warren Vail -Original Message- From: Dale D. Attree [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 10:58 PM To: Martin Staiger; php-windows@lists.php.net Subject: RE: [PHP-WIN] single sign on Make u

RE: [PHP-WIN] single sign on

2006-07-05 Thread Warren Vail
on appears if it is a new (and of course, empty) session, the rest is dependent on your application. Hope this helps, Warren Vail > -Original Message- > From: Martin Staiger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 05, 2006 11:34 AM > To: php-windows@lists.php.n

RE: [PHP-WIN] Re: Perplexed - wont parse tags in html

2005-07-09 Thread Warren Vail
by the php processor, at least not in this implementation. Renaming your file to be "something.php" instead of something.html should do the trick. Keep in mind that the PHP processor will pass any raw html and javascript straight thru to the browser. HTH, Warren Vail > -

RE: [PHP-WIN] printing

2005-02-14 Thread Warren Vail
via the Adobe interface http://us4.php.net/manual/en/ref.pdf.php the other is accomplished via JavaScript. You should be able to find some help with printing a web page at http://www.hotscripts.com HTH, Warren Vail > -Original Message- > From: Jason Beaver [mailto:[EMAIL PRO

RE: [PHP-WIN] Page not displaying all my data

2005-01-20 Thread Warren Vail
Louis, A long shot but does one of the rows contain a "<" less than character in one of the data elements? Warren Vail > -Original Message- > From: Louis Young [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 20, 2005 12:11 AM > To: [EMAIL PROTECTED];

RE: [PHP-WIN] Displaying An Image / Non-Web accessible Dir

2004-10-31 Thread Warren Vail
ctually will output the image behind the headers that's all there is If there are better PHP options, hopefully someone will provide them here. Good Luck, Warren Vail -Original Message- From: Armando [mailto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004 10:29 PM To: PHP

[PHP-WIN] zlib.dll

2004-10-19 Thread Warren Vail
really the same files, if not are they similar, if not does the Z in zlib relate to zend at all? Warren Vail

[PHP-WIN] File permissions in XP

2004-08-27 Thread Warren Vail
dos attrib command. I'm not sure this is related to my problem but it seem logical to me. What am I missing? Warren Vail

RE: [PHP-WIN] chmod

2004-01-02 Thread Warren Vail
More like Holy Gates, I suspect ;-> Warren Vail [EMAIL PROTECTED] -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Sent: Friday, January 02, 2004 8:02 AM To: 'Warren Vail '; ''Bobo Wieland ' '; '[EMAIL PROTECTED] ' Sub

RE: [PHP-WIN] chmod

2004-01-02 Thread Warren Vail
There is a note in the manual; http://us2.php.net/manual/en/function.chmod.php Where someone detected that only 775 and 666 worked, another concluded that a few additional values are valid on windows platforms (777 was not one of them). Warren Vail [EMAIL PROTECTED] -Original Message

RE: [PHP-WIN] Problem: URL Encoded Parameters

2003-09-28 Thread Warren Vail
probably one of the more annoying differences between windows and Unix/Linux is that Unix recognizes the "\n" as end of line, windows requires "\r\n". Warren Vail [EMAIL PROTECTED] -Original Message- From: The Hub [mailto:[EMAIL PROTECTED] Sent: Sunday, September

RE: [PHP-WIN] Array question

2003-08-26 Thread Warren Vail
[$rowno][$colno]; This may not answer your questions, but perhaps give you a few more ideas. Just try a few to learn more. good luck, Warren Vail [EMAIL PROTECTED] -Original Message- From: Disko_kex [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 1:55 AM To: 'Warren Vail

RE: [PHP-WIN] Array question

2003-08-25 Thread Warren Vail
" => 1, "1" => 2, "2" => 3 ... "99" => 100) you will need to use some other tricks to access them. hope this is what you are looking for, you used several terms like "select" and "know the value" of that are somewhat ambiguous ;-)

RE: [PHP-WIN] COMPLETE! newby

2003-06-25 Thread Warren Vail
check http://us4.php.net/register_globals. there is a good explanation there. Warren Vail [EMAIL PROTECTED] -Original Message- From: JAY REIDY [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 5:23 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] COMPLETE! newby I just installed PHP

RE: [PHP-WIN] Paging in PHP

2003-05-30 Thread Warren Vail
If you are using MySQL check out the LIMIT n,n clause of the SELECT query. http://www.mysql.com/doc/en/SELECT.html Warren Vail [EMAIL PROTECTED] -Original Message- From: Guru P Chaturvedi [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 5:16 PM To: [EMAIL PROTECTED] Subject

RE: [PHP-WIN] Outputing text with an image

2003-03-12 Thread Warren Vail
else, unless you first send the html page and tell the browser where in the page to place the image. . ... This is a square Then create the image in program2, the header tells the browser what format the image is in. hope this helps, Warren Vail [EMAIL PROTECTED] -Original

RE: [PHP-WIN] newbie form question..

2003-01-24 Thread Warren Vail
file through your browser with a URL like http://localhost/firstfile.php You can get the symptoms you describe by not invoking the file through your web server. Warren Vail [EMAIL PROTECTED] -Original Message- From: paradiddles [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 9:

RE: [PHP-WIN] Using the GET Method

2003-01-12 Thread Warren Vail
lemented. Try using http://localhost/page1.php, and you will be using the browsers server links. See if that does it. Warren Vail [EMAIL PROTECTED] -Original Message- From: Wade [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 11, 2003 9:42 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN]

RE: [PHP-WIN] TEXT (again)

2003-01-10 Thread Warren Vail
this gives you a few places to look. Warren Vail [EMAIL PROTECTED] -Original Message- From: Bobo Wieland [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 3:15 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] TEXT (again) Sorry about this. My mailserver hates me ;) Hi everybody! I&#

[PHP-WIN] php_ming

2003-01-07 Thread Warren Vail
Any ideas where I can get an up-to-date php_ming.dll binary for windows. Seems I can only get source from http://www.opaque.net. Warren Vail (510) 444-5380 [EMAIL PROTECTED]

RE: [PHP-WIN] Capturing Events

2003-01-06 Thread Warren Vail
ns GtkPlug GtkSocket Misc. Objects GtkAdjustment GtkItemFactory GtkInvisible Warren Vail [EMAIL PROTECTED] -Original Message- From: Luke Woollard [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 05, 2003 7:33 PM To: [EMAIL PROTECTED] Cc: Harvey Frey Subject: RE: [PHP-WIN] Captur

RE: [PHP-WIN]

2002-10-26 Thread Warren Vail
Don't know if this will help, but it looks to me that you are trying to identify a browser based scripting language in html format;