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
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
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
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
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
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
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
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
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
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,
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
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
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
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]>
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
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
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
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
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');
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
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
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-
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
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---
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
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
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
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
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
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
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
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
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".
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
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
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
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
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
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
39 matches
Mail list logo