hi,
I am new on MySQL en PHP.
I'm making a on-line dictionary. I use PHP and a MySQL Database. Now I want
to add audio-streaming (MP3) and pictures (JPG) to the database. Can sombody
help me out?
The database is working well (only text).
Danny
--
PHP General Mailing List (http://www.ph
e PHP. Can sombody help me out with a little
example-code?
The database is working well (only text).
Danny
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ouldn't store BIG files (like .mp3) into the database.
>
> If you insist checkout the mysql LOAD_FILE()
>
> Elias
>
> "Danny" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > hi,
> >
> > I al
clicjk if you want to hear the sound.
echo "";
echo "NederlandsOostendsUitleg";
while ($row=mysql_fetch_array($result))
{
echo "";
echo $row[woord_nl]. ""
. $row[woord_ost]. ""
. $row[betekenis_nl]. ""
. $row[geluid];
echo ""
thanks it works fine! :-)))
Danny <[EMAIL PROTECTED]> schreef in berichtnieuws
[EMAIL PROTECTED]
> hi,
>
> I already posted this message but the time on my computer was wrong (26/07
> so i post it again).
>
> I am new on MySQL and PHP.
> I'm making a on-line d
I made a MySQL database with a dictionary in it. Above there is a form in
wich you can specify some parameters. The problem is that the navigation
doesn't work well. I always get the first 5 results. Can somebody help me
out? There are about 56 records in the database.
The (not quite) working thi
7;re
> only going to get five rows with that in there.
>
> ---John Holmes...
>
> > -Original Message-
> > From: danny [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, September 29, 2002 3:21 PM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] navigatie does
;s the first time this page is called. If a $tot or
> $van value is passed in the URL, then you should use that.
>
> ---John Holmes...
>
> > -Original Message-
> > From: danny [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, September 29, 2002 3:56 PM
> > To: [E
site while reading the pdf documents).
I Don't like my visitors to scroll down i rather like to use buttons
and
How do you do such a thing in php, or wher can i find some info? (i have no
solution in html)
Danny
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
il to [EMAIL PROTECTED]
Thanks!
Happy php-ing! Danny.
--
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]
some kind of revision. Is
this still sufficient or can you guys give some tips on a more "updated" way of
starting my sessions?
My php.ini file is stock-standard. I am running version 5.2.6-1 with apache
2.2.9 on a Debian 5.04 machine.
Thank You
Danny
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
eave it like it is.
Just one more thing, should I always expand the URL's to an absolute path
instead of using a session variable like I do?
Thnks again guys
Danny
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Gaurav,
Creating a "local" folder solved the problem. I can now catch the session
varaibles.
I think that I am too familiar with setting up everything on a local server and
forgot that there are "other" things to consider when you work on the internet.
Thank You
Danny
&
Hi Jim,
I followed Gaurav's tips on creating a "folder" to store the session info in and
it got solved. I can now catch the session variables but I got A LOT of
"include()"
file errors which was solved by following your suggestion on expanding my URL's.
Thank
Hi Guys,
Thanks to all of you who helped me with my problem. I can now continue with my
life :) . I'm happy and the customer is happy ...
Thank you once again.
Danny
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Mari,
I used "localhost" as a substitute for the real url. My mistake I should've told
you guys. Thanks anyway for your input.
Danny
>On Jun 24 10, Mari Masuda :
>
> Maybe you need to change
>
> $_SESSION['server'] = "http://localhost/~
e for processing, how would I "catch"
the above radio-button's $_POST name since I do not know the name, only that it
starts with "radio_" ?
Thank You
Danny
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi All,
I´ve got a connection, to a MySQL db, and get the following
ResultSet(Category | Name | Code | City)
Customers | John | A36 | New York
Customers | Jason | B45 | Los Angeles
Customers | Max | A36 | Paris
Providers | John | A36 | London
Providers | Mark | B67 | Madrid
And I need the report
e ($row = mysql_fetch_array($resultset, MYSQL_NUM)){
> echo"$row[0] | $row[1] | $row[2]";
> }
>
> Hope this helps,
> Ade
>
> Danny wrote:
>
> >Hi All,
> > I´ve got a connection, to a MySQL db, and get the following
> >ResultSet(Category | Name | Code
se{
> echo"$row[0]$row[1] | $row[2] | $row[3]";
> }
> $group = $row[0];
> }
>
> Ade
>
> Danny wrote:
>
> > Thanks for your help Adrian, but the problem is that I need to show
> > row[0] once (Customers text are repeated), and below the details of
&g
Hi,
I need to extract 50 words more or less from a description field. How can i
do that?. Substr, cuts the words. Is there any other way to that, without
using and array? I mean and implemented function in PHP 4.x
I´ve been googling around, but wordwrap, and substr is driving me mad...
Thanks in
[$wordCounter];
if ( $wordCounter < $count ){ $trimed .= " "; }
else { $trimed .= "..."; }
}
$trimed = trim($trimed);
return $trimed;
}
Usage
$string = "one two three four";
echo trim_text($string, 3);
-- Forw
Hi Gurus,
I´ve got a problem with the result displaying a "TEXT" type field
The data is inserted into db in this way:
"Hello,
This is a sample of first line.
This is another paragraph, blah
blah blah
Bye"
But the result is in one paragraph:
"Hello, This is a sample of first line.
This is an
Hi,
Let me open a discussion about php5 / php4
Why upgrade? It worth? Benefits? Code programming changes?
Is there and end-of-life for php4, in the near/medium future?
What about MySQL and SQLite. What is the future of both? I would like to
open a discussion about the future of both related to
http://www.phpguru.org/TextualNumberExample.php?number=3450
Regards.
Salu2
On 10/29/05, Linda H <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Does anyone know of a function for translating a decimal number into an
> English number. In other words, if you pass it 1 it will return 'one', if
> you pass it
Hi there,
I´m familiar with PHP syntax, but I´ve been reading some sample scripts, in
PHP5 and i´ve seen some "strange" things, like diferent ways to read a
collection of rows, magic functions, wrapers, and operators like "::" and
"->". I know that all is the manual, but before that anyone nows, a
Thanks.
Any other source (some resume pdf or something like "What´s new")
On 11/15/05, Raz <[EMAIL PROTECTED]> wrote:
>
> > "->". I know that all is the manual, but before that anyone nows, a
> website
> > or a simple tutorial or explained samples, in order that the transition
> from
> > PHP4 and
Hi there,
There´s a lot of manufacturers, about PHP code generators. What do you think
about that?
I mean, it seems like PHP Nuke fashion or other portal systems. Everybody
has its portal, but all web pages seems to be the same, because all are
under the same design.
I would like to gather opini
Hi,
I´ve got a web project that daily offers 4 o 5 mp3 files recorded by me.
>From an web based interface I populate a database with titles, descripcion,
images and the path for the mp3 file in the server
The cuestion is I would like to offer the content for Ipod, using
ipodcasting. Then I have t
device? I´ve been googling
around, but I don´t know much about those devices, and IPodCasters
simulators for PC
Thanks again,
Best Regards.
On 12/9/05, Michael Hulse <[EMAIL PROTECTED]> wrote:
>
> On Dec 9, 2005, at 3:45 AM, Danny wrote:
> > How to proceed
>
> I recently
Hi All,
Time ago, somebody sent a sample to the list about how to do an "infinite"
subcategories, based on parent field. I´ve been googling, and searching my
mail history, but cannot find it.
The objective is to create a tree with categories and subcategories of
documents, but with no limit i
http://www.php.net/manual/en/function.number-format.php
- Original Message -
From: "Wilbert Enserink" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 09, 2003 10:44 AM
Subject: [PHP] money
Hi all,
I'm busy making a swebstore. I have troubles with the format of mone
ve in Windows would probably be the best bet - I
think Windows has built in support for mapping WebDAV and FTP servers as
shares so this may be a good starting point.
HTH
Danny.
- Original Message -
From: "Maxim Maletsky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
C
e found at
http://www.php.net/ZEND_CHANGES.txt.
HTH
Danny.
- Original Message -
From: "electroteque" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, January 11, 2003 6:50 PM
Subject: [PHP] php5 cvs
> hi guys just noticed php5 cvs in the snaps page , does this ha
Hi,
No, I wouldn't rely on it at all, I couldn't find a browser that *does* have
that mime-type in it's header! - Here's what IE6 sends :
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/msword, */*
Accept-Language: en-gb
Accept-Encoding: gzip, deflate
Flash, along with a
Try
$query = "SELECT Newsheadline, News, Contact FROM news WHERE Newsid =
{$_GET['id']}";
HTH
Danny.
- Original Message -
From: "Frank Keessen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 15, 2003 10:50 AM
Subject: [PH
Don't make life difficult for yourself :)
SELECT * FROM myTable ORDER BY RAND() LIMIT 0,1
HTH
Danny.
- Original Message -
From: "Brian McGarvie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 16, 2003 9:37 AM
Subject: [PHP] Random Row..
dress if they're behind
a proxy (if this isn't set then they probably aren't behind a proxy so you
can use the remote_addr instead)
HTH
Danny.
- Original Message -
From: "Kyle Lampkin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesda
wasn't present. :-)
I suppose a better solution would be to use the 100-Continue properly (i.e.
send headers + with an expect header and no body) or send HTTP/1.0 requests.
HTH
Danny.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Why are you opening the file in append mode?
As the manual says: " a+' - Open for reading and writing; place the file
pointer at the end of the file."
Try using 'r+' instead or rewind the file pointer before reading.
Danny.
- Original Message -
From: "
Well, Yahoo! have moved/are moving to Smarty and they get a few million
views a day.
The killer part with smarty is that it converts the Smarty tags, in your
template, to real PHP code - that's what makes it so fast. It's also very
easy to extend.
Danny.
- Original Message
There is actually an NTLM Auth module available for Apache.
(http://modntlm.sourceforge.net/).
If you really need to do it though PHP I'd suggest running a packet sniffer
to see what headers IIS sends and what to expect back from IE.
HTH
Danny Shepherd.
- Original Message -
The latest cvs snapshots for PHP4.3.x and PHP5.0.x can be found at
http://snaps.php.net
Danny.
- Original Message -
From: "Leif K-Brooks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 13, 2003 8:50 PM
Subject: [PHP] What's the scoop on
I'd say an even simpler workaround would be to add '[EMAIL PROTECTED]' as
the fifth parameter to the mail function - just as in example 3 of the docs.
Danny.
- Original Message -
From: "Scott Fletcher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent:
Hi,
Well it's hardly rocket science - a flick through the manual and I came up
with :
$name=ucwords(strtolower($name));
HTH
Danny.
- Original Message -
From: "Geoff Caplan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 28, 2003 10:31 AM
Hello,
It doesn't look like it - a note in the constants manual entry reads:
"PHP has no way of recognizing the constant from any other string of
characters within the heredoc block"
Danny.
-Original Message-
From: Daniel R. Hansen [mailto:[EMAIL PROTECTED]
Sent: 01 M
Try:
$strMailServer = "{domain.co.uk:110/pop3}INBOX";
As per the manual.
HTH
Danny.
-Original Message-
From: Alec Wallis [mailto:[EMAIL PROTECTED]
Sent: 03 April 2003 18:35
To: [EMAIL PROTECTED]
Hi
I am currently experiencing some problems connecting to POP3 acco
Try building apache2 and modphp4 using the FreeBSD ports system - that's how
I compiled and it works fine here.
HTH
Danny.
Apache2.0.39/PHP4.2.2/FreeBSD4.6
- Original Message -
From: "Chad Day" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, Ju
Try using:
Education
Profession
That's what I used when doing something pretty similar to you.
HTH
Danny.
- Original Message -
From: "Sheni R. Meledath" <[EMAIL PROTECTED]>
To: "PHP Masters" <[EMAIL PROTECTED]>
Sent: Monday, July 29, 2002 4:1
Checkout this FAQ - http://www.ejip.net/faq/postgresql_win_setup_faq.jsp
HTH
Danny.
- Original Message -
From: "1LT John W. Holmes" <[EMAIL PROTECTED]>
To: "Richard Lynch" <[EMAIL PROTECTED]>; "Hadi" <[EMAIL PROTECTED]>
Cc: <[EM
ge occurs.
So :
The passwords can be encrypted in the database.
The system is difficult to abuse.
Passwords are never sent out over email.
User gets to choose own password.
Well it works for me anyway :)
HTH
Danny.
- Original Message -
From: "Monty" <[EMAIL PROTECTED]>
compiled with pretty much everything.
Thanks a lot people,
Danny.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
For release systems, the recommended setup is Apache 1.3.26 + PHP4.2.2
The developer systems, I'd go for (indeed have gone for) Apache 2.0.39 +
PHP4.2.2
HTH
Danny.
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 30, 2002 11:01
<< Comments inline >>
- Original Message -
From: "Rasmus Lerdorf" <[EMAIL PROTECTED]>
To: "Danny Shepherd" <[EMAIL PROTECTED]>
Cc: "PHP-General" <[EMAIL PROTECTED]>
Sent: Tuesday, July 30, 2002 11:24 AM
Subject: Re: [PHP] S
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Danny Shepherd" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, July 30, 2002 11:30 AM
Subject: Re: [PHP] apache and php
> Danny Shepherd wrote:
>
> > For release systems, the recom
- Original Message -
From: "Rasmus Lerdorf" <[EMAIL PROTECTED]>
To: "Danny Shepherd" <[EMAIL PROTECTED]>
Cc: "PHP-General" <[EMAIL PROTECTED]>
Sent: Tuesday, July 30, 2002 11:52 AM
Subject: Re: [PHP] Sessions - Informed Opinions
> &g
Hi,
Is it necessary to perform addslashes() on serialised data before inserting
it into a database?
Thanks,
Danny.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- Original Message -
From: "1LT John W. Holmes" <[EMAIL PROTECTED]>
To: "Danny Shepherd" <[EMAIL PROTECTED]>; "PHP-General"
<[EMAIL PROTECTED]>
Sent: Tuesday, July 30, 2002 8:18 PM
Subject: Re: [PHP] Serialised Data & DBs
>
I think your actual error is much further up - the sapi appears because
you're building PHP as an Apache module.
The actual error will have a (kind of) English description - post that along
with your config options and a more detailed description of your setup and
maybe we can help.
- Original Message -
From: "Tech Support" <[EMAIL PROTECTED]>
To: "Danny Shepherd" <[EMAIL PROTECTED]>
Sent: Tuesday, July 30, 2002 6:44 PM
Subject: Re: [PHP] Sessions - Informed Opinions
> If you're on a shared system it's very easy for
res you to make the source available for the LGPL components and any
changes you've made to those components but doesn't require you to release
the entire project.
Like most people I know, I'm totally against the GPL license and totally for
Apache/BSD and LGPL licenses.
HTH
Danny.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
aught here.
This method will prevent them resubmitting for the length of their session
(or until $_SESSION['formIsFilled'] is unset)
HTH
Danny.
- Original Message -
From: "Chris Boget" <[EMAIL PROTECTED]>
To: "Dan Vande More" <[EMAIL PROTECTED]>; &q
This is generally caused by using POST as the form's methods. Try using GET
instead.
Danny.
- Original Message -
From: "DonPro" <[EMAIL PROTECTED]>
To: "php list" <[EMAIL PROTECTED]>
Sent: Thursday, August 01, 2002 3:57 PM
Subject: [PHP] Form asking
te
promising - but it's behind closed doors atm.
Danny.
- Original Message -
From: "Bob Lockie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 01, 2002 4:09 PM
Subject: Re: [PHP] web services and PHP
>
> >A'la ASP WebServices perh
Just base64 encode the mcrypt output if the non printable chars bother you,
though I don't really see what the problem is, unless you're pushing the
output to a web page.
Danny.
- Original Message -
From: "Randy Johnson" <[EMAIL PROTECTED]>
Cc: <[EMA
Try:
Apple";
echo $XML;
?>
HTH
Danny.
- Original Message -
From: "Scott Fletcher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 01, 2002 5:03 PM
Subject: [PHP] Problem with "" inside the PHP code, due to "?"
&g
Try setting the database field type to 'BLOB'
Danny.
- Original Message -
From: "Randy Johnson" <[EMAIL PROTECTED]>
To: "Danny Shepherd" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, August 01, 2002 4:51 PM
Subject: Re: [P
I've looked, and can not find out how you send attachments using the mail()
function. I find it difficult to believe that this was left out, so
obviously I'm missing something right in front of my face.
So my question is, how do you send attachments using the mail() fucntion?
-Dann
Ah ... well that's good. I thought I was just being an idiot. Thanks for
the resources, a couple of the classes will do the job nicely.
-Danny
>From: Philip Hallstrom <[EMAIL PROTECTED]>
>To: Danny wall <[EMAIL PROTECTED]>
>CC: [EMAIL PROTECTED]
>Subject: [
>if ($handle = opendir('/my/directory')) {
> echo "Directory handle: $handle\n";
> echo "Files:\n";
>
>
>
> while (false !== ($file = readdir($handle))) {
> echo "$file\n";
> }
Everything is good, you just
This thing's pretty cool! Thanks!
-Danny
>From: Manuel Lemos <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: [PHP] Re: attachements in mail()
>Date: Thu, 01 Aug 2002 17:43:04 -0300
>
>Hello,
>
>On 08/01/2002 03:14 PM, Da
Take a look at this directive :
http://www.php.net/manual/en/configuration.php#ini.open-basedir
Danny.
- Original Message -
From: "Matt Babineau" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 02, 2002 2:04 PM
Subject: [PHP] PHP Hosting
>
http://www.php.net/eval
- Original Message -
From: "Alawi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 03, 2002 11:41 AM
Subject: [PHP] Include php code as variable
> How can I Include my php code code as variable and excute it ?
>
>
> --
> PHP General Mailin
Try,
list($test)=explode(' ',$address);
HTH
Danny
- Original Message -
From: "webmaster" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 02, 2002 5:35 PM
Subject: [PHP] string questions
> I know there has to be an easy way to
http://php.net/die
http://php.net/exit
Both will stop your code. Dead.
Danny.
- Original Message -
From: "Ing. Rajesh Kumar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 03, 2002 3:50 PM
Subject: [PHP] what is equivalent to Response.End ?
try
\\1
- Original Message -
From: "Phil Ewington" <[EMAIL PROTECTED]>
To: "PHP General" <[EMAIL PROTECTED]>
Sent: Saturday, August 03, 2002 5:03 PM
Subject: [PHP] RegEx (back referencing)
> Hi,
>
> I am am writing a function to color code and indent JavaScript source
using
> regular e
If you're trying to get Lots of javascript to look like
Lots of javascript then this will be a start
$string = eregi_replace('<(/?)(scr[^>]*)>', '<\\1font
color="maroon">',$string);
This will produce - Lots of javascript - not perfect, but a
What does the input string contain?
What does the output look like?
It might be a problem with php4.0.4 (I'm using 4.2.2) - why such an old
version?
Danny.
- Original Message -
From: "Phil Ewington" <[EMAIL PROTECTED]>
To: "PHP General" <[EMAIL PRO
Ok, a very slightly modified version of your first attempt should work then
$fcontent = eregi_replace("<(/?)(scr[^>]*)>", "«font
color=maroon»\\0«/font»", $fcontent);
Note the \\0 instead of \\1
HTH
Danny.
- Original Message -
From: "Phil Ewingt
So, go write JSP for someone then and stop bugging us.
- Original Message -
From: "Acer" <[EMAIL PROTECTED]>
To: "Scott" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, August 03, 2002 10:48 PM
Subject: RE: [PHP] Re: Protect PHP coding
> Scott wrote:
> > You're kidding, righ
Have you tried it on a non debug build?
Danny
- Original Message -
From: "Marcello Lupo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 12, 2002 8:14 PM
Subject: [PHP] In version 4.2.1 ereg_replace break Apache
> ## A simple function to re
It's a fairly well known problem now but I'm sure we'll all be using (at
least) 64bit integers for storing this sort of stuff by 2038.
FYI, the current 32bit signed int allows for around 68years - a 64bit signed
int will give us a few billion years :)
Danny.
- Original Mes
http://phpbuilder.com/snippet/download.php?type=snippet&id=1086 - This one
works pretty well - checks most domain (everything except .tv and such)
HTH
Danny.
- Original Message -
From: "David Freeman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday
- if you don't know what the
advantages are, you'll probably be better off with Apache 1.3.26 anyway.
Danny.
- Original Message -
From: "pierre.samson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 20, 2002 4:00 PM
Subject: Re: [PHP]
Mod_ssl is part of the standard Apache2 distro now.
- Original Message -
From: "Jesse Cablek" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 20, 2002 4:22 PM
Subject: RE: [PHP] Why isn't there much info on apache2?
> "Adam Williams" <[EMAIL PROTECTED]> wrote in me
http://www.amazon.com/exec/obidos/ASIN/1884777694/102-5129419-0804910
- Original Message -
From: "EjdeR" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, September 22, 2002 11:12 AM
Subject: [PHP] Elliptic curve cryptology
> i cant find any example about "Elliptic curve cryptol
I will give it a try and let you know what the results where..
Hello,
Adding the following as the first line of overall->load() should solve your
problem.
global $$class;
HTH,
Danny.
- Original Message -
From: "Tularis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 14, 2002 8:18 PM
Subject: [
I think the error is fairly self explanatory here - you can't pass the
parameter by reference. Globalising the $$class var will retain scope.
Danny.
- Original Message -
From: "Tularis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 1
In short - looks as if your version of Apache 2 is out of date.
You're using a version from 28th June, the PHP dll was built against a
version from 3rd September.
Danny.
- Original Message -
From: "Horst Gassner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Actually, GD2 can be compiled (after a patch) to read/write GIFs with LZW
compression (the LZW algorithm is the root of the legal iffyness), but
(AFAIK) you're only legally allowed to enable it if you live outside the US
& Canada. AFAIK only FreeBSD's ports system does this atm.
- Original Me
Yes, you can do that and yes that's how you do it :)
Danny.
- Original Message -
From: "Jay" <[EMAIL PROTECTED]>
To: "Php-General (E-mail)" <[EMAIL PROTECTED]>
Sent: Monday, June 10, 2002 5:17 PM
Subject: [PHP] OO Question
> I was wonderi
I ran into this problem too - but there is a conf directive to handle it now
(even on FreeBSD, which I use) -
http://httpd.apache.org/docs-2.0/mod/core.html#acceptpathinfo
Danny
- Original Message -
From: "a.h.s.boy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
es of FIELD1, TOTAL and
SUB.
Query 1 returns more rows as query 2. Field1 is the same in both queries
so I should be able to 'link' the results of both queries together.
How do I do this??
Thanks!
Danny
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: htt
Analysis & Solutions wrote:
> Hey Danny:
>
> On Mon, Jun 10, 2002 at 10:09:12PM +0200, Danny Kruitbosch wrote:
>
>>Query1: SELECT FIELD1, COUNT(FIELD2) AS TOTAL from TABLE GROUP BY FIELD1
>>Query2: SELECT FIELD1, COUNT(FIELD2) AS SUB from TABLE WHERE FIELD2=1
>&
Analysis & Solutions wrote:
> On Wed, Jun 12, 2002 at 04:54:30PM +0200, Danny Kruitbosch wrote:
>
>>Analysis & Solutions wrote:
>>
>>>Hey Danny:
>>>
>>>On Mon, Jun 10, 2002 at 10:09:12PM +0200, Danny Kruitbosch wrote:
>>>
>>>
On Sunday 16 June 2002 12:46 am, Gerard Samuel wrote:
> Im trying to make a dynamic printf().
> By that I mean ->
>
> function this($foo, $bar)
> {
> if (strlen($bar) == '0')
> {
> print($foo);
> }
> else
> {
> printf($foo, $bar);
> }
> }
>
> Now it works i
On Sunday 16 June 2002 1:13 am, Gerard Samuel wrote:
> check to see if $bar is an array and
> feed the array to vprintf()
Wow, didn't even know that one existed! Might come in handy though :)
Danny.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
/Perl functions.
Thanks!
Danny
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
How would I translate this perl unpack statement to the php equiv.
my ($salt, $xor) = unpack('a2 a*', $something)
Thanks!
Danny
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
1 - 100 of 208 matches
Mail list logo