what your looking for. If you could elaborate a little
I am sure that one of us could help you out.
Cary
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
m
not sure performing a manual request is necessary, but maybe it is.
Chris
--- Todd Cary <[EMAIL PROTECTED]> wrote:
# now we build our query
$query = "GET $abs_url" .
"HTTP/1.0\r\n" .
"Accept-Language: en-us\r\n".
"Host: $host:$port\r\n".
"Connection: close\r\n";
--
I have a DB that the users maintain of usual address information. I would
like to create a report from the current data so that any user can download
it. Is there a "report generator" that will give me the flexibility to use
fonts and fontfaces that works with PHP and MySQL?
Many thanks.
I am running PHP in a RedHat 7.3 environment and I notice that the graphic
functions are not present. Since I am quite new to Linux, I would appreciate
it if someone could explain to me what I need to do to have graphic functions.
Many thanks.
Todd
--
ECTED]...
What functions do you want to use?
You can review the functions in the manual and it will tell you how to
configure php with them...
On Mon, 2002-12-09 at 13:31, Todd Cary wrote:
I am running PHP in a RedHat 7.3 environment and I notice that the
graphic functions
I am new to Linux, so the syntax is still quite foreign for setting up compiles.
Here is what I need to do:
Compile PHP with MySQL, Interbase, and the GD library and then compile Apache
so that it has the newly compiled PHP integrated. Can someone refer me to
some literature on the correct s
Is there a function that can be implemented with PHP to do the
equivalent of a mysqldump?
Todd
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have Apache running on Windows XP, however I am having problems
installing PHP. My PHP directory is C:\Active_Php and the documents say
that I should add the following lines to httpd.conf:
LoadModule php4_module c:/Active_PhP/sapi/php4apache.dll
AddModule mod_php4.c
AddTy
I am having a problem getting Apache to load the php4apache.dll.
I have tried putting the "/" and "\" in every way I can think of and I
get an error that Apache cannot find
c:/active_php/sapi/php4apache.dll (and it IS there).
LoadModule php4_module c:/active_php/sapi/php4apache.dll
I have even
After wasting a day on trying to get Apache to load PHP, I discovered
what I believe to be the probllem, but no solution: M$!!!
I have another box that has Win 2K running on it *AND* it does not have
SP 3! Apache loads like a dream and so does PHP
So, there is something in the new securit
I want to display a file under program control in the same manner as one
would with using an >a> tag e.g.
Click here to open the Race Schedule
In other words, if certain conditions are met, then I want to display
the file. What is the best way to do that?
Many thanks.
Todd
--
Ariste Soft
in the script below.
Justin
on 10/03/03 2:07 PM, Mark Tehara ([EMAIL PROTECTED]) wrote:
On that note, how would i load an image from outside the document root?
- Original Message -
From: "Justin French" <[EMAIL PROTECTED]>
To: "Todd Cary" <[EMAIL P
Thanks to your help, this now is working:
/* Validate session_id here */
header("Content-type: text/html");
header("Content-Disposition: filename=" . $filename);
$fp = fopen($filename, "r");
if($fp) {
fpassthru($fp);
fclose($fp);
}
?>
Now I would like to open the file in a new windo
Ever since PHP 3, I have been using Sockets to pass GET and POST information.
Yes, now that there is the caching ability, I no longer need to do it that
way, however it has never failed me and since I deal with some high visibility
applications, I am reluctant to change.
With my experience li
[Sent this the first time to the wrong list]
In this code:
if ($prtpdf) {
include "letter_new.php";
exit;
}
I create a PDF page, however I would like to continue within the script
(not have the exit). If I do that, the PDF page is corrupted by the
script code.
What is the best
Mark McCulligh wrote:
I am also building a new server. I am going with RedHat 8, but only
installing the Classic server from the CDs. Then installing/configuring
Apache/PHP/MySQL/SSL manually. I like the rpm install programs but I like to
be able to add modules in the future and I find it e
Brad Pauly wrote:
Todd
Cary wrote:
Linux is quite new for me, so please forgive
me if my questions are rather basic.
I have RH 9 installed and I want to add the Interbase extensions to PHP
and then recompile Apache. Conceptually I understand what has to be
done, but I do not know
I would like to encode and embed an image in a file that can be
emailed. Is there some documentation on how to do this?
Todd
--
<>
I want to have a link on a php page that when opened, has to be closed
in order to move on. I have done this on pages using a button and
_javascript_ as follows:
When the button is clicked, the form is *NOT* submitted - this is what
I want.
However, if I use an anchor, the form is submitte
I have a client that insists that I use SQL Server as the DB (vs. MySQL
or Interbase). I have not used PHP's ODBC interface and I am wondering
if anyone on this list has had experience with ODBC and SQL Server.
Todd
--
<>
I am creating a "report" that the user can download and it is a HTML
table. Is there a way to put Page Breaks within the report so if the
user prints it, it will page break a predefined places?
Todd.
--
<>
Can the DB be on a different server than the page server?
Todd
--
I am new to Linux so I need some help for installing the graphics
library. This is what I did to get PHP to inlcude Interbase.
!! Configure PHP with Interbase with apxs
34 ./configure --with-apxs=/usr/sbin --with-interbase=/opt/interbase
35 ./configure --with-interbase=/opt/interbase --w
. You'll probably
still want to get libjpeg and libpng, and link against them with the proper
configure options.
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
--with-gd and of oucrce you need the GD library.
"Todd Cary" <[EMAIL PROTECTED
I would like to have a reccommendation for a PHP class that generates a barcode.
Many thanks...
Todd
--
I am trying to get the Sample Barcode to run on my server, however the
following line does not execute:
echo "";
To see if it is executing, I have an "Echo" statement in the script.
The image.php file is in the same directory as the other script files.
What am I missing here?
Todd
--
ot;;
}
Alex Ciurea wrote:
did u made copy&paste with your code?
yes? then why don't you try to use the path='image.php?blahblahmoreblah'
no? then please give us more details about the error you're getting...
good luck,
Alex
- Original Message -
From: &quo
oken image icon is displayed in IE or nothing in Netscape/Mozilla
(I see you use Netscape). Look at the html, and if the tag is
there, I'm sure your browser tries to read the image.
Todd Cary wrote:
Alex -
The code I placed in the messsage is a copy and paste of the code from the
sa
if u can run a php
script. e.g.: ./myscript.php
- Original Message -
From: "Todd Cary" <[EMAIL PROTECTED]>
To: "Alex Ciurea" <[EMAIL PROTECTED]>
Cc: "php mailing" <[EMAIL PROTECTED]>
Sent: Tuesday, June 03, 2003 6:22 PM
Subject: Re: [PHP] This
Is there a way to check within an application if the "gd" library has been
installed?
Todd
--
I have noticed that quite a few applications are designed with the assumption
that "register_globals = Yes"; in other words, the application does not use
$HTTP_xxx_VARS. In contrast, I always retrieve my vars.
Is there a preference?
Todd
--
Wouldn't I then have to scan the results? I use phpinfo() to checks the
client's installation, but I would like to do it within the app.
Todd
Esteban Fernandez wrote:
"Todd Cary" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]...
Forgive me if my question is confuing, but I am confused so asking the question
properly is difficult.
Currently, I have a PHP application that produces barcodes in HTML. It uses
the following line:
// Create the Barcode
if ($obj) {
if ($obj->DrawObject($xres)) {
echo "";
I have a string,
D:\Htdocs\gilardi\barcode\php\testwrite.php
from
$fullpath = $HTTP_SERVER_VARS[PATH_TRANSLATED];
I want to remove the "testwrite.php" leaving
D:\Htdocs\gilardi\barcode\php\
This does not work
$fullpath = $HTTP_SERVER_VARS[PATH_TRANSLATED];
$fullpath = ereg_replace(
What is the best way to validate a "money" input? For example, 3452.67 versus
3452..67.
Todd
--
My coding is not very concise and I would appreciate suggestions on how
to clean this up even though it works:
/* MySQL to date */
function mysql_to_date($mysql) {
$retval = "";
if ($mysql) {
$parts = explode("-", $mysql);
$mo = $parts[1];
$dy = $parts[2];
$yr = $parts
I have an array of months (monthList) that I use for a drop-down. I
would like to initialize the month to "ThisMonth" using "time()". What
is the best way to get "November"? from "time()"?
Todd
--
Ariste Software, Petaluma, CA 94952
I have a pull-down with the MULTIPLE attribute. If the Form is of Type
GET and two values are selected (e.g. select1 and select2), I see in the
URL the following:
?myvar=select1&myvar=select2
"myvar" appears twice, however, if I check the $HTTP_GET_VARS, I only
have one value: myvar=select2.
Subject:
[PHP] Multiple selections
From:
Todd Cary <[EMAIL PROTECTED]>
Date:
Tue, 12 Nov 2002 16:37:43 -0800
To:
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
David -
Speaking of JavaScript, is there a way to block the Enter key? If I
have two buttons, the Enter key always pushes the one with focus.
What is the accepted way to handle this? With one button it is nice to
let the user press the Enter key and depress the one button - with two,
it can
I am able to open a socket and send POST data, however I do not know the
format of doing the same for the GET method. Here is my POST Query:
Query: POST http://209.204.172.137:80/_calendar/php/selectevent.php HTTP/1.0
Accept-Language: en-us Host: 209.204.172.137:80 Connection: close Content-
?pa_county=&reenter_page=1&sel_from_mo=November&sel_from_dy=22&sel_from_yr=2002&sel_to_mo=December&sel_to_dy=06&sel_to_yr=2002
HTTP/1.1
Host: 209.204.172.137
Accept-Language: en-us
Connection: Close
--- Todd Cary <[EMAIL PROTECTED]> wrote:
I am able to open a socket and send POST data, however I do not
know the format of doing the same for the GET method.
--
ery
$query = "GET $abs_url" .
"HTTP/1.0\r\n" .
"Accept-Language: en-us\r\n".
"Host: $host:$port\r\n".
"Connection: close\r\n";
Todd
Chris Shiflett wrote:
--- Todd Cary <[EMAI
. I have to get my information by calling what would ususally be the
indexes e.g. $HTTP_SCRIPTNAME.
Is there a switch I did not set?
Todd
--
Todd Cary
Ariste Software
2200 D Street Extension
Petaluma, CA 94952
707-773-4523
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To
I agree completely. Here is an editor I like because it can be customized.
http://www.gwdsoft.com/
Todd
--
Todd Cary
Ariste Software
2200 D Street Extension
Petaluma, CA 94952
707-773-4523
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
I would like to provide the surfer with a text input area that would
give a means of using bold, underline and different text colors. Can
this be done with PHP?
Todd
--
<>
I would like to have a HTML editor on a Web site so the user can create
HTML based text. Google brings up too many matches when I type in
"Browser HTML editor Java" that do not match my needs. Does anyone
have a suggestion?
Todd
--
<>
I need to print the following:
moz-txt-link-freetext" href="">http://www.gilardi.com/pdf/gwyt1poc.pdf','','')"
and I am not sure how to escape the " ' " characters.
Actually, the 'http://www.gilardi.com/pdf/gwyt1poc.pdf' will be a
variable, $url.
Can someone point me toward some docs on thi
Has anyone incorporated Ekit with PHP?
If you have Java 2 installed, a simple demo of the Java based HTML
editor can be seen at
http://209.204.172.137/editor/ekit.html
Todd
--
<>
I have located an HTML editor written in Java that works with my clients
various computers (e.g. Linux, PC and Macs). What I need to do is learn
how to take the output from an Applet and put it into a PHP variable.
Since I have no experience with Java, I am at a disadvantage, so if
someone co
=post you could retrieve the value as below;
$htmltext = $_POST["hiddenfld"];
hope this helps,
Warren Vail
-Original Message-
From: Todd Cary [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 11, 2003 3:36 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Integrating an Applet with PHP
I would try before moving on.
Warren
-Original Message-
From: Todd Cary [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 11, 2003 4:39 PM
To: Vail, Warren; [EMAIL PROTECTED]
Subject: Re: [PHP] Integrating an Applet with PHP
Warren -
That works...
Dan -
I am surprised that an Open Source applet would rely on ActiveX. It
appears that there is something I am not doing correctly in setting the
DATA param for Netscape.
Please overlook my ignorance about browsers and applets as I try to get
a better understanding, but is BASE64 encoding/de
PROTECTED]]
Sent: Friday, September 12, 2003 9:10 AM
To: Todd Cary
Cc: Vail, Warren; PHP List
Subject: Re: [PHP] Integrating an Applet with PHP
why does it work in IE and not in Netscape 7.1?
I'm pretty sure ActiveX controls don't run on anything besides MS
Windows
003 11:15 AM
To: Todd Cary
Cc: Vail, Warren; PHP List
Subject: Re: [PHP] Integrating an Applet with PHP
Microsoft (being a monopoly) decided it did not want to follow Sun's
java standard and effectively froze their version of Java available in
IE @ Java 2 1.2 . (or something like that
sers, by adding a link to the download site
on your editor page.
Bet you didn't know that this routine was written by Pandora ;-)
(the owner of the box [or does Bill Gates own that too?])
Warren
-Original Message-
From: Dan Anderson [mailto:[EMAIL PROTECTED]]
Sent: Friday, Septemb
plug in for ie
(extremely crappy) is in fact an activex but that does not mean your
applet behaves like an activex.
Todd Cary wrote:
Dan -
I am surprised that an Open Source applet would rely on ActiveX. It
appears that there is something I am not doing correctly in setting
the DATA para
I notice the use of "_GET" in some messages. Is this the same as
"HTTP_GET_VARS[]"?
Where in the manual is this documented?
Todd
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I may have two buttons on the form and the Form Action has the same
value as the current form, then at the top of my php script, I may have
$continue = $HTTP_POST_VARS[btnContinue];
$cancel = $HTTP_POST_VARS[btnCancel];
followed by
if ($continue) {
//Do something - usually go to another page
Back in the earlier days of PHP, pages were not cached so I developed a
method of "branching to a page" by opening a new socket. Since it has
worked over the years in quite a variety of applications, I have not
changed...but maybe I should. Are there any glaring deficiencies with
doing this:
I have interbase integrated with php on my RH 9 server *BUT* I lost my
notes on how I did it. What I do have is interbase.so and it is in the
/usr/lib/php4 directory.
I need to setup another server and I would like to know how to integrate
interbase with php/apache.
Todd
--
PHP General Maili
erson wrote:
On Friday 24 October 2003 05:58 pm, Todd Cary wrote:
I have interbase integrated with php on my RH 9 server *BUT* I lost my
notes on how I did it. What I do have is interbase.so and it is in the
/usr/lib/php4 directory.
I need to setup another server and I would like to know how to inte
About a year ago, I installed RH 9.0 and in the process
installed/updated php 4.2.2. The directory, /etc/php.d/ contains many
ini files instructing php to load modules including mysql.so and
interbase.so. phpinfo() shows that they have been included.
Not being a Linux guru - in fact, knowing
I am looking for someone that is running RH 9 Linux with Php & Interbase...
Todd
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am using Fedora Core 1 and I downloaded the php
source(php-4.3.3-6.src.rpm).
If I add
--with-interbase=shared,/opt/firebird/lib/
I get the error that it cannot find libgds or libib_util.
libib_util.so is in /opt/firebird/lib/. There is no libgds after
installing Firebird.
What am I missing?
To
I am looking for an example of converting a TIFF image file to a PDF
file that can be viewed by the user. It would be helpful if ths can be
done on the fly using the PdfLib functions. Does anyone have some
sample code for doing this in PHP?
Todd
--
PHP General Mailing List (http://www.php.ne
I am running PHP 4.0.6 on IIS and NT 4. I cannot get PHP 4.2 to run.
Is there something simple I am overlooking?
Todd
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I moved an application from Linux to my Client's NT system and is_file
cannot file the file on the NT system. My directory structure is as
follows:
c:\webroot
\application
\php_code
\filedir
The code is
if (is_file("./filedir/test.txt")) echo "Found it!";
else echo "Not found";
Thi
../tiff/demo.tif
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
The \filedir is under the phpcode directory
c:\webroot
|
|--\application
|
|--\php_code
|
|--\filedir
Eric Bolikowski wrote:
"Todd Cary" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I moved an application from Linux to my Client
Whooops...mis-sent!!
Todd Cary wrote:
../tiff/demo.tif
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I use the pdf class from
http://www.potentialtech.com
Todd
Mike Mapsnac wrote:
Hello
I want to create PDF file from PHP output. So instead of sending output
to the browser, I need to insert PHP output into PDF FILE. How that's
can be done? Looking for some short example or some documentation
I found the problem: PDFlib is expecting the file name to be in the
proper format for the system (Linux or NT). This is my patch:
$workdir = getcwd();
if ($use_unix)
$cl_absolute_image = $workdir . "/tiff/" . $cl_image;
else
I need to pass a query result to a functionas demonstrated below. I get
the error message that $row is not a result type. Is there a way around
this?
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL
Toby -
This is an Interbase DB...
Todd
Toby Butzon wrote:
> Working with what sort of database?
>
> Toby Butzon
> [ criticism spurs improvement ]
>
> - Original Message -----
> From: "Todd Cary" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]&
return 0;
};
};
};
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
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]
unclear & not working...
>
> Regards,
>
> Toby Butzon
> [ criticism spurs improvement ]
>
> - Original Message -
> From: "Todd Cary" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, January 09, 2001 11:04 PM
> Subject: Re: [PH
Is there a PHP simulator for NT? One that can be used for testing and
development?
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact
" with PHP and see if it will run.
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
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]
John -
That sounds feasible. I have always associated Apache with Unix/Linux;
not Windows
The install of PHP 4.0.4 on my Win 2K was an absolute breeze running IIS
5. What is Apache like in the Windows envirnoment?
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
PHP General
:\php_active\
extension_dir = c:\php_active\
In the IIS (5.0) I add ".php" to the application mappings
(c:\php_active\php4isapi.dll) in the Home Directory tab *and* in the
ISAPI Filters. Stop and Start IIS and you should be up and running.
Let me know if this helps
Todd
--
Todd C
Does a calendar program exist in PHP similar to Yahoo's program?
(http://www.yahoo.com/calendar)
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROT
Whooops! Wrong URL!
http://calendar.yahoo.com
Todd
Todd Cary wrote:
> Does a calendar program exist in PHP similar to Yahoo's program?
> (http://www.yahoo.com/calendar)
>
> Todd
>
> --
> Todd Cary
> Ariste Software
> [EMAIL PROTECTED]
>
> --
> PHP
What is the syntax for dividing 7 by 2 and getting 3; not 3.5?
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
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
for help?
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
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]
I have some Delphi code that uses the XOR, if that would help.
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
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
","",$path) . '/';
echo('Path: ' . $path . '');
Track_vars = On
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTEC
With Apache, $HTTP_SERVER_VARS only has the element, "PHP_SELF". What
am I missing in my Apache setup?
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma
I am
only getting the PHP_SELF item.
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
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]
query the correct array?
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
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]
Teo -
That works great for Apache but not for my ISAPI installation that is
using IIS on a Win 2K platform. Is there a way to tell if I am using an
ISAPI server or not? Otherwise I will put that in my parameter file.
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
PHP General
Teo -
Many, many thanks!!! That will do it.
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
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
OK, I then assign the Session ID.
I realize there are many additions to the above that can make it more
secure, but I am not dealing with sensitive data at this time.
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-ma
"&pu_amount=" . urlencode($pu_amount) .
"&pu_ccno=" . $pu_ccno .
"&pu_exp=" . $pu_expiremo . $pu_expireyr .
"&pu_ssn=" . $pu_ssn);
if($fp) {
print '';
fpassthru($fp);
I have a comma delimited string that I need to parse into an array. Is
there a PHP function that will do that ?
Many thanks..
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Thanks all!!
split() works like a champ!!
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
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
($fp,1);
fclose($fp);
$tokenarray = split(",",$result);
$response = $tokenarray[0];
// Response contains "1" which is success
}
?>
Now I cannot go any further.
I need to go to a page, password.php!!
All efforts give an error message.
--
Todd Cary
I have PHP 4.0.4 running on my Win 2K with IIS5 - no problem! When I
try to install the same PHP on a NT4 with SP6 and IIS5 I cannot get the
Isapi filter to work - the status comes up as failed.
Am I overlooking some simple?
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
PHP
Cary
Ariste Software
[EMAIL PROTECTED]
--
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]
instead.
Todd
Rick Hodger wrote:
> Todd Cary <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I am having a very strange problem: PHP 4.0.4 on a NT 4 platform with
> > IIS 5 is only allowing one surfer to do a DB Select. If t
1 - 100 of 312 matches
Mail list logo