I don't see anything special about my Netflix queue. Am I missing
something there? And I have no idea what "Flex" is referring to, so I'll
check that out if anyone lets me know where. :o)
Martin Austin
Burhan Khalid <[EMAIL PROTECTED]>
03/24/2005 12:27 A
$url = ".HtmlEntities($url)."\">".";
It appears the parse error is at the end of your opening link tag, so PHP
doesn't know what >.HtmlEntities($url) means. I'm at work so I can't test
it, but that appears the culprit to me.
$url = "" .
text here"
You can place variables into a string, but if you are using a function to
work on that variable, you must concatenate it.
"" . htmlentities($url) . ""; (needs concatenation)
"$url"; (no function used, no concatenation
necessary)
Good luck!
Martin A
ly wrong in this approach, but it has
always worked for me. :o)
Martin Austin
Miles Thompson <[EMAIL PROTECTED]>
03/30/2005 10:18 AM
To: php-general@lists.php.net
cc:
Subject:Re: [PHP] How to format every secound row in a
database result
Maintain
I agree with this solution, though it only effects the OP if he is using a
login system of sorts.
Martin Austin
"Mikey" <[EMAIL PROTECTED]>
03/30/2005 12:39 PM
Please respond to frak
To:
cc:
Subject:RE: Re[6]: [PHP] asking comme
ase server you are
using, than with PHP? I assume database since you are querying something.
Just curious.
And Jay: I'm using Lotus Notes R6, not much I can do about top quoting.
Martin Austin
xfedex <[EMAIL PROTECTED]>
03/30/2005 06:27 PM
Please respond to xfedex
To:
I know I sure appreciate reading any discussions on OOP issues, as they
are something I just cannot seem to grasp.
Thanks!
Martin Austin
Brent Baisley <[EMAIL PROTECTED]>
04/04/2005 08:44 AM
To: DuSTiN KRySaK <[EMAIL PROTECTED]>
cc: PHP
Subjec
Perhaps you can do some juggling to make this work, passing the query to
the server, then using a client side language to transmit those results to
the appropriate frame. Sounds like a big headache to me though.
Martin Austin
John Nichel <[EMAIL PROTECTED]>
04/05/2005 11
Why don't you two just email each other instead of including us all in
your little pissing contest?
Stanley G. Martin
-Original Message-
From: -{ Rene Brehmer }- [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 20, 2004 4:59 PM
To: PHP Mailing List
Subject: Re: [PHP] PHP Web Ho
-jpeg-dir=/usr' '--with-png' '--with-mysql=/usr/local/mysql'
'--with-mm=/usr' '--enable-trans-sid' '--enable-shmop'
'--enable-sockets' '--with-regex=php' '--enable-sysvsem'
'--enable-sysvshm' '--enable-yp' '--enable-memory-limit'
'--with-tsrm-pthreads' '--enable-shared' '--disable-debug' '--with-zlib'
'--disable-libxml' '--with-pgsql'
What is wrong
\Martin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
subproject to Dia supports PHP.
Dia:
http://www.lysator.liu.se/~alla/dia/
Dia2Code:
http://dia2code.sourceforge.net/
/Martin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Try Umbrello
http://www.blinkenlights.de/arcade/index.en.html
/Martin Eriksen
Matthias H. Risse wrote:
Hi,
I wonder if anyone here is aware of UML Tools
for PHP? I know of ArgoUML whichs PHP-codegenerator
seems to be very beta.
Maybe there are or are planned and well intergrated plugins for
This time with the correct URL
http://uml.sourceforge.net
/Martin Eriksen
Martin Hjort Eriksen wrote:
Try Umbrello
http://www.blinkenlights.de/arcade/index.en.html
/Martin Eriksen
Matthias H. Risse wrote:
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
Fidencio Monroy wrote:
Does PHP 5 documentation exist?
I have not found it in php.net.
can someone send link please?
Tnx
http://www.zend.com/php5/zend-engine2.php
/Martin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
, etc. in.
/Martin Eriksen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have a file where the pointer is set at EOF.
Is it possible, in a very easy way, to rewind it 5 lines? Thereby being
able to return the last 5 lines of the file with "fgets".
regards
Martin Eriksen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://w
speed != $this->num_speeds )
{
$this->speed++;
return;
}
if( $this->speed != 1 )
{
$this->speed--;
}
?>
I will be thankful for any help/hints that leads to a solution. If anymore
info are needed, please let me know.
Regards,
Martin
--
PHP General Mailing List (http://
was added in 3.0.4.
I don't know if you can use a php.ini override command to do this, but it's
worth a try :)
// Martin
-Original Message-
From: Beauford [mailto:[EMAIL PROTECTED]
Sent: 22. september 2006 18:42
To: PHP
Subject: [PHP] Override php.ini
Is there a way I can use <
Hi all.
I have written a guestbook (I know, there's a ton out there), which until
recently did not get any spam, so now I'm trying to remove the spam-ad by
using preg_replace:
$melding = preg_replace('/(
not using the stadard
packages, that did not work either.
The settings within php allow fileupload, so the problem should not be
there.
Has anybody else had similar problems????
/Martin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jason Wong wrote:
On Monday 08 March 2004 23:35, Martin Hjort Eriksen wrote:
I am running a fullt upgraded Debain "testing" system, and I have a
smaller problem with uploading files.
Does the example in the manual work for you?
If it does, what does the php error log say wh
files.
upload_max_filesize = 2M
/Martin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi all,
I'm trying to use the LDAP function ldap_8859_to_t61() but I get this error:
PHP Fatal error: Call to undefined function: ldap_8859_to_t61()
The PHP version is 4.3.3 and I use others LDAP functions like ldap_connect()
without any problem.
Can anyone help me?
Thanks in advance
Juanan
--
Are you maybe looking for something like this:
The above will output: 098f6bcd4621d373cade4e832627b4f6 as MD5 hash value.
For more info, http://se2.php.net/manual/en/function.md5.php
Best regards,
Martin
-Original Message-
From: Michelle Konzack [mailto:[EMAIL PROTECTED]
Sent: 30
$Email = ereg_replace( "cc:", " ", $Email );
$Senders_Name = preg_replace( "/[\n\r]+/", " ", $Senders_Name );
$Message = preg_replace( "/[\n\r]+/", " ", $Message );
$recipient = preg_replace( "/[\n\r]+/",
$Email = ereg_replace( "cc:", " ", $Email );
$Senders_Name = preg_replace( "/[\n\r]+/", " ", $Senders_Name );
$Message = preg_replace( "/[\n\r]+/", " ", $Message );
$recipient = preg_replace( "/[\n\r]+/",
--
System Administration: It's a dirty job,
but someone told I had to do it.
-
Martín Marqués email: [EMAIL PROTECTED]
Santa Fe - Argentina http://math.unl.edu.ar/~martin/
Administrado
[EMAIL PROTECTED]
Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
El Jue 01 Feb 2001 13:49, Alexander Skwar escribió:
> So sprach Martin A. Marques am Thu, Feb 01, 2001 at 12:20:54PM -0300:
> > yes (depending)
>
> On what?
It depends on the charset you use.
Saludos... :-)
--
System Administration: It's a dirty job,
but someone
ntinahttp://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
email: [EMAIL PROTECTED]
Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo
ail: [EMAIL PROTECTED]
Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
,
but someone told I had to do it.
-
Martín Marqués email: [EMAIL PROTECTED]
Santa Fe - Argentina http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
; ground!
Well, when I sent the mail to the mailling list we have here in our LUG, I
got a responce from Roberto Alsina (KDE developer) that said he was working
on something like that, with C++ and it was 80% compete.
So lets see what comes out of all this.
> Gracìas, Martin!
De nada. ;-)
AIL PROTECTED]
Santa Fe - Argentina http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mai
ion: It's a dirty job,
but someone told I had to do it.
-
Martín Marqués email: [EMAIL PROTECTED]
Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/
Administrador de sistemas en m
--
System Administration: It's a dirty job,
but someone told I had to do it.
-
Martín Marqués email: [EMAIL PROTECTED]
Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
,
but someone told I had to do it.
-
Martín Marqués email: [EMAIL PROTECTED]
Santa Fe - Argentina http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-
--
PHP General Mai
aludos... ;-)
--
System Administration: It's a dirty job,
but someone told I had to do it.
-
Martín Marqués email: [EMAIL PROTECTED]
Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/
Administrador de
inistration: It's a dirty job,
but someone told I had to do it.
-
Martín Marqués email: [EMAIL PROTECTED]
Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-
Try the number_format
example:
$Price = number_format($BasePrice,2);
Martin.
-Original Message-
From: Michael Hall [mailto:[EMAIL PROTECTED]]
Sent: 12 February 2001 10:35
To: PHP List
Subject: [PHP] money maths
I'm building a demo shopping cart and have sorted out most thing
he
process.
Thanks,
Martin.
--
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]
it's on a AMD K6-2/366 with 128mb
ram. I have a Athlon 900 that I could run it on but that's not a machine I
want to tinker too much with - will go for a trusty old 450 first.
Is it a surprise that it might take up to 20 or 30 minutes to build over
20,000 simple HTML files?
Martin.
-
Martín Marqués email: [EMAIL PROTECTED]
Santa Fe - Argentina http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-
--
PHP General Mailing List (http://www.php.net/)
To un
--
Martín Marqués email: [EMAIL PROTECTED]
Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-
--
PHP General Mailing List
meone told I had to do it.
-
Martín Marqués email: [EMAIL PROTECTED]
Santa Fe - Argentina http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-
--
;s a dirty job,
but someone told I had to do it.
-
Martín Marqués email: [EMAIL PROTECTED]
Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/
Ad
t's a dirty job,
but someone told I had to do it.
-
Martín Marqués email: [EMAIL PROTECTED]
Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-
s email: [EMAIL PROTECTED]
Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [E
7;s a dirty job,
but someone told I had to do it.
-
Martín Marqués email: [EMAIL PROTECTED]
Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-
--
told I had to do it.
-
Martín Marqués email: [EMAIL PROTECTED]
Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/
Administrador de sistemas en m
had to do it.
-
Martín Marqués email: [EMAIL PROTECTED]
Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-
Mensaje citado por: Bruno Freire <[EMAIL PROTECTED]>:
> Hi!!
>
> My name is Bruno, From Brazil!!!
>
> I need to know how can i discovery the ip address when somebody access
> my
> home page
>
> What function can I use
Bruno, check the phpinfo() function, which will give you lots of i
Mensaje citado por: Kath <[EMAIL PROTECTED]>:
> Why do a lot of people use libraries like PHPLib?
>
> I find it a lot better to write my own basic functions.
>
> Is it just the attitude "Someone else coded it already, why should I?"
Like some said to me "Don't re-invent the wheel"
Saludos...
t; cache. If you wish you can repost the form
> data to recreate the document by pressing the reload button.
Whta does the error file say (error_log in apache)?
> I am having this message since I include session handling in the code.
Change the expire time?
> Is there any way to avoid t
Hi, I'm about to make a function with two arguments, and I want the second one
to be optional. Can I just write the function and use it with one or two
arguments without problems (I check if the second argument was passed inside the
function).
Is this OK?
Saludos... :-)
Martin Marques
--
Hello. Does anybody know any class or similar for 3d graph like bars,
lines, etc?
Thanks
Pablo
--
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 PROT
Hi, anybody knows where can i change the telnet timeout on a linux red
hat 6.2?
Thanks
Pablo
--
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 PROTEC
I add something like a critical section or semaphore to
overcome this problem.
Thanx,
Martin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> I have lots of places where I used to do this. Since MySQL 4.1 I've
> changed it to something like:
>
> "INSERT INTO mytable SET id = 123, bla = '$x' ON DUPLICATE KEY UPDATE
> bla='$x'"
>
> This saves you a query, and makes it easier to isolate the insert/
> update as it will play nicely with aut
Newbe question:
How does one convert an array into a HTML GET request easely? Are
there any standard functions?
Same for HTML POST requests.
Thanks,
Martin.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello! I've installed php4 like apache module, with enable gd. But I
have't got gif support.
How can I install php with gif support?
Thanks
Pablo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To c
Hello, I'm trying to make a multiple select...
I've this code...
1
2
3
then I select more than one option but when I see the value of $test, I only see
the last value that I checked.
Somebody can help me?
Thanks
Pablo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
Maybe it's too late to say this, but if your real problem is that you
don't want the function reading
the rss feed to block the rest of your page, you can always put the
output of the reading of the feed
on a separate page, and include this through an iframe.
darren kirby wrote:
Hello all,
M
Well, it was a bad example to begin with, first of all max() is already
defined in php, I should at least checked that before posting. Second, I
forgot PHP (the Zend engine) has an interesting way of handling
variables, when you copy assign a var or pass it as an argument of a
function, a real
Ussually, the browsers send a header with information about the language
preferences of the user.
This header is HTTP_ACCEPT_LANGUAGE.
You can retrieve its value in PHP through the array $_SERVER:
$_SERVER['HTTP_ACCEPT_LANGUAGE']
Here you can find about the format of this header:
http://www.w3.o
Use the EXPLAIN sql command to check what your queries are really doing,
you'll have to read the manual for the database you're using to figure
out the information returned by this command.
[EMAIL PROTECTED] wrote:
Hi to all!
I was developing one site with fake records in DB. Now, I put it l
Just what I needed today, another guy trying to find solutions when he
doesn't even comprehend what the real problem is.
A complete waste of my time.
James Crane wrote:
I've written a short paper on the future of PHP and I'd appreciate it
if you folks would take a look at it and exchange your
That's exactly what the manual says.
session_destroy() doesñ't clean the session cookie (if one is used),
that's probably why your session persists.
Peter Hoskin wrote:
I've also had this issue from time to time. Used the following to
destroy it under all circumstances.
if (isset($_COOKI
Original Message-
From: Martin Alterisio "El Hombre Gris" [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 19 April 2006 12:36 PM
To: Peter Hoskin
Cc: Shannon Doyle; php-general@lists.php.net
Subject: Re: [PHP] session_destroy
That's exactly what the manual says.
session_destroy() d
This is just my personal opinion on the subject.
I don't believe nowadays programming contests are of any worth when
judging a developer's talent, at least not what I expect from a coder.
These contests usually prove that an a coder can pull out an development
as an individual, but from lookin
Matt Todd wrote:
There's nothing wrong with staying true to the philosophy at all, I
just think that it may well be detrimental in the end. And that is
what I said in the (toilet)paper, that there will be (emphasis on the
eventuality, not on the present actuality) a time that PHP will become
t
It's really that hard to read the whole manual page about session_destroy()?
Quoting the php manual:
"In order to kill the session altogether, like to log the user out, the
session id must also be unset. If a cookie is used to propagate the
session id (default behavior), then the session cookie
Please, explain how are you logging the errors.
Weber Sites LTD wrote:
Hi
I'm using PHP 4.4.0 (cli) and all of the errors / warnings are written to
file.
I can see all of the direct errors but when I have an error inside an
include
file the script fails and the error is not shown in the log. I
Ezra Nugroho escribió:
Well,
Since my original post failed to generate reasonable feedback, not even
a successful kick at people's funny bone or a flame, let me restate my
question with a story.
Php reduces the barrier to web development quite a bit, such that less
technical people can jump in
Rabin Vincent escribió:
On 5/4/06, Jon Earle <[EMAIL PROTECTED]> wrote:
$ret_val = 0;
if ($aday == $bday) {$ret_val = 0;}
else {$ret_val = ($aday < $bday) ? -1 : 1;}
return ret_val;
You're missing the $ for ret_val on the return line.
PHP thus understands the return value as a string,
icy escribió:
chris smith wrote:
What does your code look like?
I just realized that when called a second time, set_error_handler()
returns my custom error handler but it is never triggered.
Code looks like this:
';
trigger_error('test error');
var_dump(set_error_handler('core_er
took them over last year. I can't contact them either. Does anyone
know anything that may have happened here? I suspect I need to find
another web hosting company before my site just goes away.
Stanley G. Martin
System Administrator
Sprint - EAS Business Intelligence
[EMAIL PROTECTED]
Stanley G. Martin
System Administrator
Sprint - EAS Business Intelligence
913.762.8667
913.221.8241 PCS
[EMAIL PROTECTED]
-Original Message-
From: Richard Davey [mailto:[EMAIL PROTECTED]
Sent: Monday, April 19, 2004 3:26 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] PHP Web Hosting
Hel
's time to move on.
Thanks for the link Justin.
Stanley G. Martin
System Administrator
Sprint - EAS Business Intelligence
[EMAIL PROTECTED]
-Original Message-
From: Justin Palmer [mailto:[EMAIL PROTECTED]
Sent: Monday, April 19, 2004 5:01 PM
To: [EMAIL PROTECTED]
Subject: RE
Here's a neat little tool I came across while taking an ASP.NET course
at a local college for creating regular expressions. I've used it with
my Perl/PHP scripting also.
Regular Expression Designer
http://www.radsoftware.com.au/web/Default.aspx
Stanley G. Martin
System Administra
s for building PHP and followed them, but that didn't help.
Here is the configure line I used for PHP:
./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs
Now nothing works right.
Stanley G. Martin
System Administrator
Sprint - EAS Business Intelligence
913.762.8667
913.221
I'm getting a segmentation fault in the Apache error log whenever I
access a page the doesn't finish.
Stanley G. Martin
System Administrator
Sprint - EAS Business Intelligence
[EMAIL PROTECTED]
-Original Message-
From: John Nichel [mailto:[EMAIL PROTECTED]
Sent: Thursday, Ma
OK. Here it is
[Thu May 20 11:52:41 2004] [notice] child pid 19615 exit signal
Segmentation fault (11)
Stanley G. Martin
System Administrator
Sprint - EAS Business Intelligence
[EMAIL PROTECTED]
-Original Message-
From: raditha dissanayake [mailto:[EMAIL PROTECTED]
Sent: Thursday
file libphp4.so
and I'm loading it in Apache (which I didn't have to change because it
was there before). I did notice before the changes that when I executed
httpd -l to list loaded modules, PHP was listed and it's not now. I
didn't have mod_so loaded before, but I loaded it this
Yes. I used --enable-module=so.
Stanley G. Martin
System Administrator
Sprint - EAS Business Intelligence
913.762.8667
913.221.8241 PCS
[EMAIL PROTECTED]
-Original Message-
From: John Nichel [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 20, 2004 1:21 PM
To: [EMAIL PROTECTED]
Subject
so
I have everything back to normal now, but was wondering if this is a bug
in the 4.3.6 installation where it doesn't create the needed library
files.
Stanley G. Martin
System Administrator
Sprint - EAS Business Intelligence
[EMAIL PROTECTED]
-Original Message-
From: Aaron Gould
1901 - 1987 of 1987 matches
Mail list logo