On 4/19/07, Edward Vermillion <[EMAIL PROTECTED]> wrote:
Fedora, and I'm assuming RedHat and possibly others that use their
system layout, will put the loading line in /etc/httpd/conf.d/
php.conf so yes it can be in an external configuration file.
That's the exact location, and it's a shared o
headerfields
$fullto = $recipientname . " <" . $recipient . ">";
//$fullto = $recipientname . " <" . $recipient . ">".", ".$recip2;
ini_set('sendmail_from', 't...@test.com');
mail($fullto, $subject, $mail_body, $header); //mail command :)
?>
Thanks,
c...@hosting4days.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Sep 12, 2009, at 3:47 PM, c...@hosting4days.com wrote:
I'm having a problem with mail body issue trying to use 'do while'
loop in the $mail_body var.
this line:
do { echo $row_get1['name'] } while ($row_get1 = mysql_fetch_assoc
($get1))
will show ok when i
I have many of these tags on a site...
They work well with all browsers i've tested - except explorer 8 (pc)
'; ?>
It just goes into an endless loop but stays on the original page -
never going to page2.php
Q: Any idea how to fix this?
Thanks,
c...@hosting4days.com
On Sep 12, 2009, at 7:57 PM, kranthi wrote:
'; ?>
may b u should have
'; ?>
Thanks kranthi & HallMarc Websites
url= ... - that did the trick!
Thanks,
c...@hosting4days.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
& $col3 to the full contents of
each for each line (not just 1st char)?
'; // this shows the whole line ok
echo "c1 is $col1 and c2 is $col2 and c3 is $col3".''; // this
shows just 1st char of each field
}
?>
Thanks,
c...@hosting4days.com
-
9 11:21:37 AM = not good for sql import
Q: any way to turn this auto reformat off in excel and keep it the
way I had it? (I saw nothing in pref's)
Thanks,
c...@hosting4days.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
help - dave
Thanks,
c...@hosting4days.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jim Lucas wrote:
I would recommend http://www.rgraph.net/
It was written and is currently maintained by a member of this list.
Jim Lucas
Hi Jim,
rgraph looks cool... most demos I see show just a few points - do you
think this could display 500 points? (I'm looking through their docs now.
eg":
case "jpg": $ctype="image/jpg"; break;
case "wav":
case "mp3": $ctype="application/iTunes"; break;
default: $ctype="application/force-download";
}
header("Pragma: public");
header("Expires: 0");
header
Thanks Gaurav & Shawn,
I'll check into your suggestions.
Thanks,
c...@hosting4days.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
PHP converts x[a]=b parameter of the HTTP request as an array named x
with its item named a set to value b. So, it seems possible to have the
following (X)HTML code:
Unfortunatelly, HTML specification does not allow neither "[" nor "]"
inside the id attribute. Specifically:
* Must begin
How should I follow the HTML specification while having the passed
parameters automatically converted to arrays in PHP?
The "name" attribute, not the "id" attribute, is used as the key when
submitting form values.
The "name" and "id" attributes do not have to be the same.
Thank you, I thought
How should I follow the HTML specification while having the passed
parameters automatically converted to arrays in PHP?
The "name" attribute, not the "id" attribute, is used as the key when
submitting form values.
The "name" and "id" attributes do not have to be the same.
Thank you, I thought
The "name" and "id" attributes do not have to be the same.
Thank you, I thought it should be the same
You're probably thinking of:
http://www.w3.org/TR/html401/struct/links.html#h-12.2.3
"The id and name attributes share the same name space. This means that
they cannot both define an anchor w
I am trying to add 5 business/week days to today's date. Does anyone
know a good way of how to do it?
Thanks,
Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I've got a problem with quote characters and building XPath query
expressions (PHP 5.0.3). What do I need to do to get them to work? I've
tried various encoding functions but cannot figure it out.
Given this expression, if $id contains one or more double quotes, an
error is thrown.
$query = '/
$name . '"]';
Variable Assignment:
$name = utf_encode('"Home"');
Using the expression throws the "Invalid Predicate" Error.
On 2005-03-16 12:06:24 -0500, [EMAIL PROTECTED] (Jason Barnett) said:
C Drozdowski wrote:
...
$query = '//book/chapter' .
I have been doing some testing and need confirmation that the following
is correct.
You have a DOMDocument that potentially contains UTF-8 encoded data (it
might not however).
You want to search it via DOMXpath->query() using a value that comes
from a $_POST value.
If the page that posts the
Hey,
I used a single line of code (ver batim) from a pear class in my own
code. I try to always be honest and not steal code but this single line
does exactly what I need. The code is for a NPO website and will never
be sold or anything like that.
How should I give credit for the line of code i
There is a pear package that does this: XML_sql2xml.
It's at:
http://pear.php.net/package-info.php?pacid=18
There is more info at:
http://php.chregu.tv/sql2xml/
It's pretty flexible. But not so complicated that you cannot read
through the code to figure out what's going on.
--
PHP General Mailing
I'd like to be able to "timeout" a user if they are inactive for X
minutes. Say, if they walk away from the browser leaving sensivive data
in plain view.
Is there any reason that using the header() function as below wouldn't
be a reliable way to do this (albeit user-unfriendly)? It "works for
Howdy,
I'd like to access some of the private members of my classes as
read-only properties without resorting to function calls to access
them. (e.g. $testClass->privateMember instead of
$testClass->privateMember(), etc)
Based on my research and testing, using the __get and __set overloading
m
Hi,
I would appreciate help on the following.
I have been looking up ways to implement a cancel button with php. Basically, I
have a mypictures.php file. There are select statements, grep statements, and
a call to executables. I don't understand why there isn't that much around
about this c
user from making some
huge request then going away for a couple of days.
I don't want to restrict the requests of a user however how can I stop them
from monopolizing the server?
thanks!
"Chris W. Parker" <[EMAIL PROTECTED]> wrote:
newbie c
on Tuesday, April 05, 2005 11
I need to be able to store UTF-8 characters from a form into a MySQL
table. But I need to support pre-UTF-8 MySQL (< 4.1).
So I'm converting UTF-8 characters into their numeric entities (e.g. ñ
= ñ).
The problem is that if the user enters a character that gets converted
to an entity, the strin
I'm using Exceptions and variously handling them in try..catch blocks
or defaulting to my set_exception_handler handler.
When I create an Exception I'd like to prepend the class of the
Exception to the message. Can this be done with code or do I have to
hard code the name of the Exception class
In a setup like you've got with a SimpleXML object, where object
properties aren't necessarily declared in the class definition but are
added on an ad hoc basis, is there any performance hit?
If not, other than the ability to mark properties as private, is there
any other particular advantage to d
This might be a dumb question with an obvious answer somewhere, but
I'm wondering if it's possible to build php extensions as shared
objects that plug into the PHP binary much like an apache shared
module plugs into apache.
Is PECL close to this?
Sorry if this is obvious. Searches on the topic a
On Thu, May 29, 2008 at 7:11 PM, Chris <[EMAIL PROTECTED]> wrote:
> See http://www.php.net/dl (though a lot of hosts disable this
> functionality for security reasons).
Fortunately, I'll have full control of the hosting environment in the
context this matters. :)
dl is definitely interesting, bu
Hello, I just finished making a PHP contact form for my webite, and I can
run through the whole thing, and get no errors, but it doesnt email me the
form contents.
*Here is th actual form page:*
Contact
Me
Please
Gotta a question whose answer should be really obvious to me but, for
some reason, is just eluding me.
Which encodings can PHP handle for source files? I've been using
iso-8859-1 but what about utf-8?
Thanks,
C Drozdowski
--
PHP General Mailing List (http://www.php.net/)
To unsubs
Just curious if anyone knows the rough timeline for PHP 5.3.
Also curious if anyone knows whether anon functions/closures or a
shorter JSON-ish array syntax are being considered for inclusion. I
know there were two patches announced in December/January:
http://marc.info/?l=php-internals&m=1198336
I just switched over an app from PHP 4 to PHP 5, and one of the weird
things I'm noticing initially is that some of the html output seems to
be html entitized. For example, a link that was showing up in html
output as:
"http://metaphilm.com/philm.php?id=29_0_2_0";>Is Tyler Durden
Hobbes?"
now ge
Somehow .. I feel this isn't PHP Related.
On Sat, Aug 2, 2008 at 11:08 AM, Robert Cummings <[EMAIL PROTECTED]>wrote:
> On Sat, 2008-08-02 at 14:01 -0400, Daniel Brown wrote:
> > On Sat, Aug 2, 2008 at 1:58 PM, Robert Cummings <[EMAIL PROTECTED]>
> wrote:
> > >
> > > Sorry, I hired a profession fo
is it possible because you can assign $func = foo and call $func() and it
will call foo(), maybe that its creating an endless loop of assigning the
function to itself?
On Sun, Aug 3, 2008 at 11:17 AM, brian <[EMAIL PROTECTED]> wrote:
> Waynn Lue wrote:
>
>> I've been running the script below:
>>
Is the a way to have an array, or use __get() to provide different data
if you are echoing a variable, rather than if you are using it in a 'if'
statement?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I recently downgraded from a build of 5.3 to 5.2.6 on OS X, and had a
bit of time figuring out what was going on when "make install" didn't
seem to actually copy the CLI binary and Apache SO to their target
spots.
Has anyone else seen this problem?
What category would a bug report for this be und
On Tue, Aug 19, 2008 at 9:43 AM, Jason Pruim <[EMAIL PROTECTED]> wrote:
> Is there a particular reason you are downgrading?
I'm pretty happy with some of the features in 5.3, but have been asked
to work with a codebase that turned out to have some issues under 5.3
that didn't show up under 5.2.x.
Hi,
I'm trying to server an image(s) up from a php script, this script, checks
for the image and then outputs the required header types, I'm trying to
get the browsers to download the requested image (when they click the
link), rather than display inline.
I've got it working on both Mozilla and I
Once upon a time Mark C was quoted as saying:
> Hi,
>
> I'm trying to server an image(s) up from a php script, this script,
> checks for the image and then outputs the required header types, I'm
> trying to get the browsers to download the requested image (when they
>
Once upon a time Jason Wong was quoted as saying:
> On Friday 02 April 2004 16:39, Brent Clark wrote:
>
>> anyone know of a quick way to convert a tiff file to a pdf format
>> file. I was thinking of a shell script.
you could give ImageMagick a try,
i.e
convert somefile.tif somefile.pdf
http://
ve tried system, exec, passthru), yet they all give this error:
Warning: exec(): Unable to fork [C:\WINNT\SYSTEM32\CMD.EXE /?] in
index.php on line 45
>From googleing this would seem a windows specfic problem, but as of yet I
have not found an answer, it seems pretty common on windows.
Has a
Hi,
I'm trying to submit a file from "index.php" to "index2.php". I know how to
do file upload in PHP. On "index.php"
I have:
The next page would only need to use $HTTP_POST_FILES['myfile'] to access
the submitted file.
My question is: if I already know which file I want to submit, say
"fil
ws:[EMAIL PROTECTED]
> You can't, at least you SHOULDN'T. Just think about what you're asking
> for, you want to download a file from a users computer, without them
> knowing about it.
>
> Major security/privacy issues there that browsers try to prevent.
>
> Chris
&g
P the file from one
> server to the other. Just 2 examples. And, you could even POST the file
> from one to the other.
>
> That solution seems a bit icky to me, but it all really depends on what
> you need. Pulling is generally easier than pushing.
>
> Chris
>
> Victor C.
Hi,
I'm trying to get PHP to display the millisecond of current time. I can't
find that option in "Date()".. Any hints?
Thanks a lot
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thank you all for answering! Really appreciate it.
"John Nichel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Victor C. wrote:
> > Hi,
> >
> > I'm trying to get PHP to display the millisecond of current time. I
can't
> > find
Is there a way to get PHP to display the full name of time zone?
date(t) only displays in the format of 'EDT', 'PDT', etc.. But I need the
full name of the timezone, ie. "Pacific daylight saving time".
I know I can hard code all of these using switch statemetns. I'm just
wondering if there is a fu
Hi,
I'm trying to pass XML file from Site A to Site B for Site B to parse.
Site B is maintained by other company, so I only need to worry about sending
over the XML file. I've been hinted that fsockopen() can do the job.
I've done the following through PHP:
$port="80";
$host="134.134.134.134"
$
Hi,
I have a line of php that I don't really understand.
foreach($this->orders as $OrderID => $value) {
echo $OrderID."";
$OrderObject =$this->orders[$OrderID=>$value];
echo $OrderObject->OrderID."<--all the same";
}
I know that $this->orders is an array of "order" objects.
the resul
But why would the this line generate different OrderID on lines 1 and 3?
"Ben Ramsey" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Victor C. wrote:
> > $OrderObject =$this->orders[$OrderID=>$value];
>
> This line is confusing. $OrderI
firsttime] => 1 ) [OrderID] => 392 [CartID] => 90
[TemplateID] => 1 [UserID] => E2401 [completed] => 1 [ordername] => 4312
[existsindb] => 1 [cost] => 3665.2 [totalcopies] => [directmailquantity] =>
[directshippingmethod] => [overprintquantity] => 4312
[overprint
Hi Ben,
I tried your portion of code and find out what was wrong... Apparently I
used & in adding order to the array and that was messing things up...
Everything is working now.
Thanks for all the help
"Victor C." <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTE
Hi,
Is there anyway to redirect php page other than using
HEADER("LOCATION:URL") ?
Header can only be called if nothing is written to HTML... Is there anyway
around it?
Thanks,
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have a form which has a text box which then stores in MySQL. When I
write seperate paragraphs and try and then view what I wrote it lumps
it all together in one paragraph when I echo. I am sure I am doing
something simply wrong. Anyone have any ideas?
--
PHP General Mailing List (http://www.
Does anyone know of a PHP quick reference or documentation system for Emacs?
I have been playing around with the HTML manual, trying to get it to load
into a window based on the current function, but I'm not having much
success. Any help would be greatly appreciated!
Thank you,
Phil.
--
PHP G
Something wrong is with your "uploader" program... look at this:
Content-Disposition: form-data; name="upload"; filename="C:\Documents
and Settin
gs\gossep\Desktop\ewimages\1.gif"
And if you look closer to the data in the file, you will see it has 2
GIF or somethi
On Wed, Jan 08, 2003 at 04:38:25PM -0200, José Manuel Valente wrote:
> Hy Guys,
>
> I´m a newby here.
>
> I´am trying to compile PHP 4.3.0 with Oracle support. When it
> compiles oci8.c , it returns an error, like follows:
>
> /bin/sh libtool --sil
Hey everybody,
I'm new the list and to PHP, so I thought I'd launch right in with a
question.
I have a file which contains the following syntax:
; Events listings
[event]
month = january
day = 23
year = 2003
venue = some club
description = this is an event
[event]
month = january
day = 12
year
> Hey everyone,
>
> I am reading an ini file into an array using the parse_ini_file() function. What I
>want to do is delete a section from the ini file, and > thought that the best way to
>do it would be to unset one of the keys in the array returned by the parse function.
>I then want to >
Hey everyone,
I am reading an ini file into an array using the parse_ini_file() function. What I
want to do is delete a section from the ini file, and thought that the best way to do
it would be to unset one of the keys in the array returned by the parse function. I
then want to write the mod
Hi everyone,
A quick question about html tags and PHP. I have a text area where users
can submit text, and I need them to able to have links in the text if they
so choose.
The contents get written to an ini style flat file database.
The problem comes when I try to print that content back out fr
;*' token
/root/downloads/php-4.3.0/ext/oracle/oracle.c: In function
`ora_set_param_values':/root/downloads/php-4.3.0/ext/oracle/oracle.c:1731: `cursor'
undeclared (first use in this function)
/root/downloads/php-4.3.0/ext/oracle/oracle.c:1749: `isout' undeclared
(first use in this
x27; token
/root/downloads/php-4.3.0/ext/oracle/oracle.c: In function
`ora_set_param_values':/root/downloads/php-4.3.0/ext/oracle/oracle.c:1731: `cursor'
undeclared (first use in this function)
/root/downloads/php-4.3.0/ext/oracle/oracle.c:1749: `isout' undeclared
(first use in this
Hi, please see the following red code... it adds info to a MySQL Table called
"Schools". Whats the problem? Although the first time you execute it, it works, after
the first time you send the form you get ERROR.
$qs = 'INSERT INTO Schools (LongName, Abbreviation) VALUES (' .
"'" . add
)){
> $displaypage =$displaypage.
> "
>
>".$row["blobcolumn"]."";
".$row["BLOBCOLUMN"]."";
>
>};
> $displaypage="
> <\table>";
> r
or that might
be specific to my OpenBSD/Apache server? (In short, will this work properly
on the Red Hat Linux/Apache installation that this script will be placed on?)
Or is this a known bug in PHP 4.3.1? (As I seem to have no problem with a few
other ini_get() calls.) Or is this behavior just
Does anyone have experience with any of these email reminder programs or
can someone suggest a better alternative?
"myAgenda"
"E*Reminders"
"Flash - Reminders"
"Email Reminders"
These seem to address my needs (support web-based creation of reminder,
support single or recurring reminders, can
Hi,
Does anyone know of a php (or other really) based web app that provides
spreadsheet like tables with formulae support?
Cheers,
Brad
--
Bradley C. Goldsmith <[EMAIL PROTECTED]>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I just downloaded 4.3.2 and tried to compile it and got the following error.
tmp/ccD1yFXu.s: Assembler messages:
/tmp/ccD1yFXu.s:948: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccD1yFXu.s:948: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccD1yFXu.s:948: Error: Rest of
The build doesn't even get past the first program to compile. I used
the defaults in configure and ran make an it fails immediately.
Evan Nemerson wrote:
Don't know about 4.3.2, but at the end of 5.0-dev make, the following message
is output:
Build complete.
(It is safe to ignore warnings abou
If unspecified, the call to nl2br() would continue to
function as it always has. However if specified, and set to false, the
function would return the HTML compliant break tag .
Thoughts? Comments?
--
Raymond C. Rodgers
http://bbnk.dhs.org/~rrodgers/
http://www.j-a-n.net/
--
PHP Genera
Can someone tell how to get information from an XML file, without the F*
commands, in PHP?
e.g.:
Hello
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Tue, Jul 23, 2002 at 11:00:43AM -0700, Eric Thelin wrote:
> Is there a way to limit the total number of persistent connection to an
> oracle database? I know this functionality exists for MySQL through a
> setting in the php.ini but I haven't found it for oracle. I am in an
> environment wher
ting a new
session over an already established link is still fast)
- not use oracle (just kidding;-)
or, do you have any better ideas?
re,
tc
>
> Eric
>
> On Tue, 23 Jul 2002, Thies C. Arntzen wrote:
>
> > On Tue, Jul 23, 2002 at 11:00:43AM -0700, Er
On Tue, Aug 20, 2002 at 11:28:55AM +0200, Petre Agenbag wrote:
> Hi
> Can someone please tell me what settings to check for on 4.1.2 in order
> to ensure that scripts that runs on 4.0.4 will run on 4.1.2?
>
> I HAVE checked registered_globals = on, but I still get variables that
> are not passed
> On Tue, 2002-08-20 at 11:52, Thies C. Arntzen wrote:
> > On Tue, Aug 20, 2002 at 11:28:55AM +0200, Petre Agenbag wrote:
> > > Hi
> > > Can someone please tell me what settings to check for on 4.1.2 in order
> > > to ensure that scripts that runs on 4.0.4 will
what are the components to be use if you want to set
up a site that SENDS Free SMS and uses PHP?
--
Lejanson C. Go, SDE I
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
le.
The closest PHP example that I have found thus far follows:
[INCOMPLETE] PHP CONDITIONAL INCLUDE EXAMPLE
Extracted from: <http://www.jwweb.com/20010629.html>
------
On Wed, Sep 18, 2002 at 02:48:13PM +0200, Rasmus Sellberg wrote:
> Does PHP release the Oracle connection if I run PHP from the command line?
yes
tc
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
file type,
resolution, color profile, date created, date modified and copyright. The
File Browser also gives you the added advantage of being able to search for
images visually rather than just by file name.
Eric C. Pollitt, Founder
401 E. Illinois Ave.
Peoria, IL 61603
Global Hemp - Portal to the
/Remotely
_Provided_Services/> to find more.
PS I am not affiliated with Elance, just a suggestion.
Eric C. Pollitt, Founder
401 E. Illinois Ave.
Peoria, IL 61603
Global Hemp - Portal to the hemp community
http://www.globalhemp.com/
Create like a god. Command like a king. Work like a slave!
-- Constan
hanks,
Eric C. Pollitt, Founder
401 E. Illinois Ave.
Peoria, IL 61603
Global Hemp - Portal to the hemp community
http://www.globalhemp.com/
"Hemp is of first necessity to commerce and marine, in other words, to the
wealth and protection of the country."
-- Thomas Jefferson
> From: Marek
I haven't tried this, but it's a PHP Class named, "EditPHP."
http://spunge.mirrors.phpclasses.org/goto/browse.html/package/43.html
Eric C. Pollitt, Founder
401 E. Illinois Ave.
Peoria, IL 61603
Global Hemp - Portal to the hemp community
http://www.globalhemp.com/
"
hi,
seems like oreilley will cancel my tutorial about PHP and
Oracle at OSCON in san diego as there are not enough ppls
interested.
so - if you go to oscon, and if you are interested in that
subject _and_ if you have not decided to sign up for my
tutorial - hurry up
On Thu, Jun 27, 2002 at 11:09:23AM -0600, notoriousvic_ca wrote:
> I have an HTML form which allows users to query data in an Oracle 8
> Database. Usualy a search may return over 100 records so I diplay 10
> records per page. I would like to make the search more efficient by
> using the OCISetPre
ess of the host that will access the postgreSQL
database at the server.
i hope i got it right
--
Lejanson C. Go, SDE I
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
What is the best way to detach and run a command line based php script
in the background from a web-based php script, without the need for
reporting?
I have a web-based php script that gathers information and then passes
it off to several functions, which execute several other php scripts.
The
I'm trying to configure/compile PHP4.3.4 on Solaris 2.8.
Seem that 'configure' just hangs now. The 'new' build systems is broken.
I can build older
version with no problem. Seem something that was not broken was 'fixed'.
(Not a good idea.)
So, the old command of: 'configure --prefix=(what ever) --w
I'm trying to configure/compile PHP4.3.4 on Solaris 2.8.
Seem that 'configure' just hangs now. The 'new' build systems is broken.
I can build older version with no problem. Seem something that was not broken
was 'fixed'. (Not a good idea.)
So, the old command of: 'configure --prefix=(what ever) --
$u && $p");
That's it!
I know it sounds a bit complicated, but after you have all the right
components functional it is quite easy.
Hope this helps all those of you who have requested it.
Respectfully,
Gary
Gary C. New wrote:
What is the best way to detach and run a comm
I am trying to figure out how to encrypt data using the web-based php
mcrypt function and then decrypt it using the command line (cli) mcrypt
binary, and vica-versa.
I cannot seem to get the same encrypted output for the same data,
between the two methods. I've tried to ensure I am using the s
Use MySQLODBC... I use it to manage my databases through MS Access.
I haven't integrated it yet with Word, but it is my intention in the
near future.
Hope this helps.
Respectfully,
Gary
Satch wrote:
Is there any way to have a web page (PHP) that draws data from a database (MySQL) then popula
Tom,
I appreciate the suggestion, but even after setting the iv to zero
within the php code and including the --noiv option within the command
line; it still does not produce the same base64 encoded string under
both methods.
I noticed that the command line was keying off of 2 passphrases and
hello all,
Im having troubled with horde and imp with php 4.3.4. I receive the
'' in the login field. This is a bit of a nuisance
whenever someone wants to log in they have to remove this from the
login field. Is there a php.ini configuration setting i can set to get
rid of this?
How do I pr
I have a problem with login fields. Whenever I get to my horde/imp
login screen php dumps into the username field,
I cannot seem to find an answer as how to prevent this.
I am using,
OS X 10.3
Apache 1.3.28
Horde 2.2.4
IMP 3.2.2
PHP 4.3.3 (with imap2002e)
Here is the config line I have to con
standard/head.h"
+#include "ext/standard/file.h"
#include "exec.h"
#include "php_globals.h"
#include "SAPI.h"
@@ -45,6 +46,7 @@
int buflen = 0;
int t, l, ret, output=1;
int overflow_limit, lcmd, ldir;
+
On Wed, Jan 10, 2001 at 02:31:48PM +0100, Markus H. Maussner wrote:
> hi..
>
> is there a solution how i can get all iptc fields out of an immage ?
>
> i tried the 'iptcparse' command wich works quiet well.. just that anny
> commas are taken out..
> like from the original field
> 'red,dog,cat'
thies Sun Jan 14 06:11:38 2001 EDT
Modified files:
/php4/ext/standard file.c
Log:
fixed readfile() fd-leak.
guys, always remember that every function that *generates output* could cause a
bailout if ignore_user_abort is set to false (and the user _aborts
101 - 200 of 504 matches
Mail list logo