[PHP-WIN] Multiple result sets using PDO and PostgreSQL.

2009-06-04 Thread Hartman, Matthew
you-return-multiple-result -sets-using-pdo-and-postgresql Matthew Hartman Programmer/Analyst Information Management, ICP Kingston General Hospital (613) 549- x4294 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] getting started - need pointers

2009-05-29 Thread Hartman, Matthew
ble (within the manual but worth it's own bookmark) http://php.net/types.comparisons NetBeans for an IDE (http://www.netbeans.org/) with Xdebug for debugging (http://xdebug.org/index.php) Stack Overflow (for general reading in the PHP tag) http://stackoverflow.com/ Matthew Hartman Programmer

[PHP-WIN] Error Question!

2008-05-23 Thread Matthew Gonzales
t the mysql string to the browser and then copy and paste it to PHPmyadmin and do an sql query and it comes back with the correct results. I don't know what is up. Thanks! Matt G ** -- Matthew Gonzales IT Professional Specialist Enterprise Information Technology Services University of G

[PHP-WIN] If Question!

2008-05-21 Thread Matthew Gonzales
retrieve your user profile. Please contact the webmaster. You have been logged out to protect your data. Return to Home Page to login'; } //If profile is not there display form to submit profile elseif ($profile_results <= 0) { //Display notify me

Re: [PHP-WIN] Sessions Question!

2008-05-13 Thread Matthew Gonzales
beautiful country! Matt G Matthew Gonzales IT Professional Specialist Enterprise Information Technology Services University of Georgia Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Phone: (706)542-9538 Alf Stockton wrote: Matthew Gonzales wrote: What function would I use to cle

Re: [PHP-WIN] PHP and Windows - problem with php_mysqli.dll

2008-05-13 Thread Matthew Gonzales
Brereton, Try this website. I had the hardest time getting PHP 5 and MySQL to work with IIS6 and W2K3. This article is for IIS5.5 but the configuration of PHP and MySQL is the same. It worked for me. Matt G Matthew Gonzales IT Professional Specialist Enterprise Information Technology

Re: [PHP-WIN] Sessions Question!

2008-05-12 Thread Matthew Gonzales
What function would I use to clear the browser cache. Matt G Matthew Gonzales IT Professional Specialist Enterprise Information Technology Services University of Georgia Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Phone: (706)542-9538 Alf Stockton wrote: Matthew Gonzales wrote

Re: [PHP-WIN] PHP and Windows - problem with php_mysqli.dll

2008-05-12 Thread Matthew Gonzales
Brerton, Here is a guide on a wiki for phpGEDView that I used to get my 2K3 server working. http://wiki.phpgedview.net/en/index.php?title=How_to:Install_IIS_with_PHP_and_MySQL Matt G Matthew Gonzales IT Professional Specialist Enterprise Information Technology Services University of Georgia

[PHP-WIN] Sessions Question!

2008-05-12 Thread Matthew Gonzales
happening. Below is the Script I am using to destroy the session data. //Unset all of the global variables! session_unset; //Destroy the session session_destroy(); Matt G -- Matthew Gonzales IT Professional Specialist Enterprise Information Technology Services University of Georgia Email: [EMAIL

[PHP-WIN] Include Question!

2008-05-09 Thread Matthew Gonzales
page. Hope that makes sense. Matt G -- Matthew Gonzales IT Professional Specialist Enterprise Information Technology Services University of Georgia Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Phone: (706)542-9538 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

[PHP-WIN] Session Question!

2008-05-07 Thread Matthew Gonzales
Hello All, Sorry. I have already asked this question once but my computer's HDD died and I could not retrieve the email from the dead drive. So my question, once again! How would I create a time out function for my session. I want users to log in, store the session, and then have the system

[PHP-WIN] Question about Sessions!

2008-04-23 Thread Matthew Gonzales
From my understanding of session, the session will be destroyed if the browser is closed or the user initiates a command to destroy it. (a button "log out"). Is there a way to set a time variable on sessions. Say to 20 minutes of idle time or must a user log out? Matt G -- Matthe

[PHP-WIN] Upload Files!

2008-04-15 Thread Matthew Gonzales
advance. Matt G -- Matthew Gonzales IT Professional Specialist Enterprise Information Technology Services University of Georgia Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Phone: (706)542-9538 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.p

[PHP-WIN] Ajax and PHP

2007-10-10 Thread Matthew Gonzales
Has anyone out there conquered Ajax and PHP? Do you recommend any books or websites that provide good tutorials? Thanks! Matt -- Matthew Gonzales IT Professional Specialist Enterprise Information Technology Services University of Georgia Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

[PHP-WIN] Authentication Question!

2007-10-09 Thread Matthew Gonzales
Hello, Could some one offer their opinion one which is better to use when creating a password protected area, a $Cookie or a $Session. I have found alot of info on both and can't really make up my mind. I am running PHP and MySQL on IIS 6.0. Matt G -- Matthew Gonzales IT Profess

[PHP-WIN] Windows IIS Question!

2007-06-19 Thread Matthew Gonzales
get PHP to work so I can deploy a web app. Thanks for your help! Matt G -- Matthew Gonzales IT Professional Specialist EITS [EMAIL PROTECTED] 706-542-9538 Office -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] IIS Help

2007-06-18 Thread Matthew Gonzales
Hello, My name is Matthew Gonzales and I am new to PHP and I am loving it. I am having all kinds of trouble though getting it to work with IIS. I have a web applications that I have created using WAMP but I need to be able to host the site on IIS. That is my companies policy. Does anyone out

[PHP-WIN] php & DOTNET

2005-08-23 Thread Peltzer, Matthew D
ths-old posts with this same problem, but no solutiuon or any reply at all is attached. Also, I find if I try DOTNET/COM on apache, things crash, so for now I'm running under IIS. I've tried php 5.0.4, and the 2005.08.22 snapshot under IIS 5.1 (Windows XP SP1) & apache 2.0.54.0 (i.e

[PHP-WIN] zip_enrty_read fails to return data

2004-10-26 Thread Matthew Richardson
Hello, I'm trying to write the contents of a zip file to disk. Unfortunately the script creates zero length files. The problem has to be with zip_entry_read below... $zipFile = zip_open($uploadFile); $zipEntry = zip_read($zipFile) $filePointer = fopen($outputXLSFile, 'w+b');

[PHP-WIN] Muting Errors

2004-04-27 Thread Matthew Huggins
Hey all, I happened to catch on an ambiguous page describing one of the PHP functions that you can "mute" errors from functions by using the "at" (@) character immediately before the function name. (e.g.: @objConnection = @mysql_connect(...);) I can't find any documentation on the PHP website ot

[PHP-WIN] PHP Errors

2003-01-14 Thread Matthew Clark
efined, it defaults to "C:\PHP\Pear". Any ideas would be most appreciated! If anyone needs any more info, just ask. Matthew Clark Divergent Systems Incorporated

RE: [PHP-WIN] Newbye question

2002-06-22 Thread Matthew Hillebrand
I don't think this will solve your problem, but you probably meant to write: action="" I've never heard of a predefined variable named $PATH_INFO... |-Original Message- |From: Saci [mailto:[EMAIL PROTECTED]] |Sent: Saturday, June 22, 2002 9:56 PM |To: [EMAIL PROTECTED] |Subject: [PHP-

[PHP-WIN] IIS Custom 404 Error script doesn't work

2002-06-21 Thread Matthew Hillebrand
IIS displays my custom 404.php script in plain text. I've heard of people successfully using IIS with custom Perl, ColdFusion, and ASP scripts for 404 errors. Has anyone overcome this problem? Apache does it just fine, but unfortunately I might need to move to IIS. Matt

RE: [PHP-WIN] IIS Sucks!

2002-05-28 Thread Matthew Workman
You could save time by using a VMWare session. It would allow you to setup and mess up windows environments without worry since it is a virtual operating system. That may not be giving any direct help here, but it will be something to consider for the future. Peace. MW -Original Message---

[PHP-WIN] Security Alert!-cgi.force_redirect=0

2002-04-25 Thread Matthew Gotth-Olsen
I'm running IIS on a WinXP box, I've got everything installed, however whenever I try to access a php script I get this error which I'm sure you all are familiar with: -- Security Alert! PHP CGI cannot be accessed directly. This

[PHP-WIN] Re: Caching

2001-11-29 Thread Matthew Walden
I put these lines in to stop caching complely : header ("Cache-Control: no-cache, must-revalidate"); header ("Pragma: no-cache"); But then the back buttons do not work. To allow the back buttons to work, I just use this : session_cache_limiter('public'); But then I have problems with them app

[PHP-WIN] Caching Secure Pages

2001-11-29 Thread Matthew Walden
I am having problems using sessions and caching. I have an application that requires you to log in to be able to access certain pages. The pages that require a login include a file which checks the session data and ensures that you have a valid session etc. My problem is that if the user logs o

[PHP-WIN] RE: [PHP-DB] Re: [PHP-DEV] Re: [PHP-WIN] call a function from a DLL?

2001-11-09 Thread Matthew Loff
You can system()/exec()/passthru() and run rundll32 on the library, can't you? -Original Message- From: James Moore [mailto:[EMAIL PROTECTED]] Sent: Friday, November 09, 2001 12:34 PM To: Alain Samoun; GRI Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] S

[PHP-WIN] CORRECTION: 4.06 CGI IIS - MAIL abnormalities

2001-10-12 Thread Matthew Luchak
The error occurs for emails addresses entered into the header field as : $header="From: $email_required"; NOT in the $recip field. Sorry 'bout that. ________ Matthew Luchak Webmaster Kaydara Inc. [EMAIL PROTECTED] -Original Message- From: Matth

[PHP-WIN] 4.06 CGI IIS - MAIL abnormalities

2001-10-12 Thread Matthew Luchak
n HTML form, fails to mail with certain email addresses in the $recip var. The same script in 4.04pl2 does not fail with the same addresses. Any thoughts on this? Matthew Luchak Webmaster Kaydara Inc. [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.n

Re: [PHP-WIN] this is for you IIS 5 people

2001-04-30 Thread Matthew Ralston
huh...footers...yeah...like they worked!!! :( -- Thanks, Matt [EMAIL PROTECTED] < www.mralston.co.uk /> "Voodoo Phreeek Boy" <[EMAIL PROTECTED]> wrote in message 9ciq41$ut4$[EMAIL PROTECTED]">news:9ciq41$ut4$[EMAIL PROTECTED]... > anybody know of a way to make IIS 5 footers (you know, that neet

[PHP-WIN] Get the string between custom delimiters

2001-04-30 Thread Matthew Ralston
Is there a nice easy function that could be used to get a sub string that lies in between two other sub strings in one big string. For example... get the text that lies in between "" and "" (without the quotes) in the code of a web page. I'm after a function like: string getstring_between_custo

Re: [PHP-WIN] PHP & IIS5

2001-04-03 Thread Matthew
I had lots of trouble running PHP & IIS together... after a few running a few scripts IIS would hang or crash completely. I tried running PHP as a CGI program but then got lots of problems with paths like "/php/php.exe/graphics/background.gif" when it should have been "/graphics/background.gif".

Re: [PHP-WIN] /i modifier with preg_replace

2001-04-03 Thread Matthew
Thanks Carsten & Daniel...that works. Daniel... that (? "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 09:32 03.04.2001 +0100, Matthew wrote: > >Hello... > > > >I'm trying to imp

[PHP-WIN] /i modifier with preg_replace

2001-04-03 Thread Matthew
Hello... I'm trying to implement a case insensitive str_replace (bearing in mind that I'll be performing the replace on a paragraph of text so I don't want to convert it all to upper or lower case first). Somebody suggested using the /i modifier with pregreplace but I don't know where to put the

Re: [PHP-WIN] Case insensitive str_replace

2001-04-03 Thread Matthew
I'm not sure where to put the /i. If I had code like: $print preg_replace("test", "this is a test", "test TEST tEsT TEst") where in that code would i put the modifier? -- Matt [EMAIL PROTECTED] [EMAIL PROTECTED] < www.mralston.co.uk /> ""James Moore"" <[EMAIL PROTECTED]> wrote in message [EMAI

[PHP-WIN] Case insensitive str_replace

2001-04-02 Thread Matthew
Hello... Does anyone know how to do a case insensitive str_replace? I don't want to alter the case of the original string (so I can't do a strtolower first). I've seen some functions used with the likes of [^Aa] in them but I'm not sure how to use this... Anyone got any ideas? -- Matt [EMAIL

[PHP-WIN] IIS Index Server COM

2001-03-09 Thread Matthew Podwysocki
I'm reworking some parts of php index server page and I ran into an access violation of "PHP has encountered an Access Violation at 01A63A11". It happens when I try to execute this "$RankField = $RS->Fields("rank");" I can pass along more. Can anyon

RE: [PHP-WIN] Formatting Date

2001-02-01 Thread Matthew Hopkins
The .chm file from php.net is very useful and one of the smallest formats to download. To get the output you need use; date("w, F d, Y") -Matt -Original Message- From: Flint Doungchak [mailto:[EMAIL PROTECTED]] Sent: 01 February 2001 22:10 To: 'Ben Cairns'; [EMAIL PROTECTED] Su