hey,
this isn't a php problem, but an XHTML/CSS one.
have a look at www.speedzor.com/woopsie.php, and please tell me where my
problem is.
i'm stuck at this for hours by now :p
thanks in advance,
jeroen
_
Gratis chat, g
.I'm running PHP 4.4.2/Apache 2.0.5
I think it would be helpful if you post the complete error. Also, is
it the browser
or the script (PHP) giving the error?
--
Jeroen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I ask
myself. Is it usefull or don't I understand the stratergy?
what to do with the many to many relationships, the composite keys and
multiple foreignkeys per table ???
kind regards
Jeroen Olthof
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 9/22/05, Michael Sims <[EMAIL PROTECTED]> wrote:
> http://lists.ibiblio.org/pipermail/freetds/2005q3/018774.html
>
> According to that it's in 0.64
I'll have it a go tomorrow. Looks hopeful!
Will let you know.
--
Jeroen
--
PHP General Mailing List (http://www
x27;t help either.
It's quite easy to reproduce. Just create a idiotic long query and see
what happens ;)
I have the limit now at 10 (which i presume are seconds)
But thanks for the tip, i'll have a look at the beedling edge versions
of freetds.
Thanks!
--
Jeroen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
p has had times that it was waiting way longer then that before
it died without any error message. (6 hours and more).
--
Jeroen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
.
set_time_limit() will not work because it does not have any affect on input.
Am i overlooking a function?
--
Jeroen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Sat, 29 May 2004, Dave Carrera wrote:
>
> Link returned = Of to some page
>
> The bit I want to play with is ./somepage.php.
>
$str = 'Of to some page';
if( preg_match("//Ui", $str, $matches) )
echo $matches[1];
else
echo "string didn&
url to url_encode and that should do it to pass it succesfully to
your other page.
echo "http://www.ecocam.com/mview.php?id={$id}"; . ( $ln == 'NL' ? '&ln=NL' : ''
) ) . "\">Link";
--
Jeroen
Like the creators of sitcoms or jun
On Sun, 23 May 2004, Richard Davey wrote:
>
> It cares enough to raise a script Warning ;)
>
That's true, but it should be giving an error instead of a warning imho ;-)
--
Jeroen
Anybody who thinks a little 9,000-line program [Java] that's distributed free and can
be
username] will have the same result as $_SESSION['username']
--
Jeroen
Be nice to nerds. Chances are you'll end up working for one.
-- Bill Gates
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Fri, 21 May 2004, AMC wrote:
>
> Yes
>
It's the first time I hear response.write() and php together ... confused :S
--
Jeroen
Describing the difference between computer hardware and software:
"Those parts of the system that you can hit with a hammer (not advised) a
On Fri, 21 May 2004, Curt Zirzow wrote:
>
> Are we talking about PHP here?
>
It smells like asp ;-)
--
Jeroen
Like the creators of sitcoms or junk food or package tours, Java's designers were
consciously designing
a product for people not as smart as them.
-- Paul G
catpid=10&catname=HTML
--
Jeroen
Programming today is a race between software engineers striving to build bigger and
better idiot-proof programs,
and the Universe trying to produce bigger and better idiots. So far, the Universe is
winning.
-- Rich Cook
--
PHP General Maili
ot;.$value['key']."\n";
> }
>
I'm not sure about what you mean, cause these variables have other names
than before :-)
But what I think you mean is this:
foreach( $clients as $id => $name )
echo "{$name}";
Correct me if this isn't w
On Fri, 21 May 2004, Tom Playford wrote:
>
> I suppose I could use https, but does that encrypt the url and post data?
>
Your data is encrypted when using ssl.
--
Jeroen
Describing the difference between computer hardware and software:
"Those parts of the system that you can hit
On Fri, 21 May 2004, Edward Peloke wrote:
>
> $clients[]=array();
>
Here you should probably use $clients = array();
--
Jeroen
Anybody who thinks a little 9,000-line program [Java] that's distributed free and can
be cloned by anyone
is going to affect anything we do at Micr
>getField('id')=>$sql->getField('fname')));
Another possible solution is like this:
$clients[$sql->getField('id')] = $sql->getField('fname');
--
Jeroen
There are only two kinds of programming languages: those people always bitch about and
tho
On Fri, 21 May 2004, mustafa ocak wrote:
> Hi,
>
> Is there a way to create new email accounts with PHP?
> Server is RedHat Linux 8.
>
What mailserver are we talking about?
--
Jeroen
The only thing more frightening than a programmer with a screwdriver or a hardware
engineer wi
> Hi,
>I want program execution to go to one of several other files
> based on a decision.
> For Example.
>
> if (1==a)
>go to this .php file
>
> if (1==b)
>go to that .php file
>
> if (1==c)
>go to the other .php file
>
>
> Than
You have to put it between double quotes.
Jeroen
--
Thou shalt not follow the NULL pointer, for chaos and madness await thee at
its end.
(Henry Spencer)
Politics.be op imode!
http://i.politics.be/
-Original Message-
From: Biph [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 30
exec()?
http://php.net/exec
Jeroen
--
Thou shalt not follow the NULL pointer, for chaos and madness await thee at
its end.
(Henry Spencer)
Politics.be op imode!
http://i.politics.be/
-Original Message-
From: Reidar Solberg [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 30, 2003 7
This should do it, also check the links on the left.
http://php.net/manual/nl/pcre.pattern.syntax.php
Citeren "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>:
> Hi,
>
> I see from the postings that I should learn Regular Expressions quite fast.
>
> Is there somewhere a decent online tutorial you could
exprerience the same problem? I'm using PHP 4.3.2
Thanks,
Jeroen
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml";>
1. Some title
Some text
';
$text = strip_tags($text,
'');
print($t
http://www.millipede.nl/ectemplate
very fast!! , no overhead functions, it does what it needs to do, separate
your code from the html.
take a look
greetings,
"Henry" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi All,
>
> I'm looking for a way to seperate
e. So both
modifiers gets it all to work! Thx for the tip!
Kind regards
Jeroen Olthof,
"John W. Holmes" <[EMAIL PROTECTED]> schreef in bericht
000801c29af6$a1a28450$7c02a8c0@coconut">news:000801c29af6$a1a28450$7c02a8c0@coconut...
> > take a look at the following
help !!!
kind regards Jeroen olthof,
';
$closetag = '';
// building the string in this script will give the wanted result
$string = '';
$string .= 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>';
$string .= 'http://www.w3.org/1999/xhtml";
et without the limit OR make use
of count(*) and parse the result of count.
Since it only returns 10, it's correct the the total matched rows is 10.
sql query
Regards,
Jeroen Geusebroek
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
We have ordered Interbase 6.5 last week, but I was wondering if it is
even supported
by PHP at this moment since the 6.5 version is not open source.
Does anyone have experience with this version?
Kind regards,
Jeroen Geusebroek
Is there a simple function that validate an email adres
Thx
Jeroen Timmers
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
>Date: Fri, 31 May 2002 12:13:40 +0200
>To: Jon Haworth <[EMAIL PROTECTED]>
>From: Jeroen Timmers <[EMAIL PROTECTED]>
>Subject: RE: [PHP] Cache Control
>
>I want info on the internet where i can find a manuel.
>
>I want a statement that de page always ref
indeed
more specific
Jeroen
At 11:00 31-5-2002 +0100, you wrote:
>Hi Jeroen,
>
> > Where i can find more help about cache control
>
>Here: http://www.google.com/search?q=help+about+cache+control (495,000
>results)
>
>Or did you mean something a bit more specific
Where i can find more help about cache control
Thx
Jeroen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
i want to check if a given string has only numbers
for exampl
$test = "343124312" TRUE
$test1 = "q34daf23423" FALSE
Jeoren
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
can i read a directory for files and other directory's with a php function
for exameple
d:\localhost\
had the follow dirs and files
test.php
test2.php
\test\
\test2\
now i want that in my browser with a php function
Jeroen
--
PHP General Mailing List (http://www.php.net
ossibility to use back en next in the wizard form. But
every time the slashes are added !
What is the solution
PHP version 4.0.3pl1
server is running a slash admin interface (so upgrading is a bit difficult)
what to do , to avoid those auto addslasshes ???
kind regards
Jeroen Olthof
--
P
erbase --with-ttf
GD 1.8.x works great, this only happens with GD2.
Any suggestions?
Thanks,
Jeroen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is there a simple function to generate
the alphabet with php
Thx
Jeroen
is there some command with php dat
the page some images not load out the cache
but reloading the image?
Thx Jeroen
t issue.
I guess you are using PHP on Windows? I had the same problem with a
development server running IIS. I did not find a solution.
IIS starts the PHP parser if you use a file with a .php3 extension (or
whatever you configured) even when It does not exist.
---
Jeroen
--
PHP General Mailing
m
>
> HTH
> -jeff
>
thanx,
syntax coloring i know but the manuel i was looking for,
Thx again jeroen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
There was a plugin for homesite to work with PHP,
can somebody help me please?
Jeroen
hanks,
Jeroen
--
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]
hi,
let's say I have made some objects
$content = new Content();
and in object content a new object is created
$person = new Person("Jeroen");
Person holds a var age
Now I want to do something like this in a normal PHP script
echo $content->getPerson("Jeroen")->
swered.
>See as this list is mirrored to a newsgroup they could use that
instead.
>I agree filter software is needed to junk the spam.
And then the spammers can use NNTP again. I think it goes both ways.
NNTP <> LIST
A good spam filter (blacklist) would be a good option.
Jeroen Geuseb
Hi there,
Does the current stable PHP (4.06) support the use of the newly released
Mysql 4?
Thanks,
Jeroen
--
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
deserving
response ???
"Joao Prado Maia" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
On Mon, 24 Sep 2001, Jeroen Olthof wrote:
> look here for a live excample
> http://www.millipede.nl/ectemplate
>
And how is ecTemplate d
here for a live excample
http://www.millipede.nl/ectemplate
greetings
Jeroen Olthof
--
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]
t;that's an interesting idea... Are you using a (malicious) proxy server?
Nope, no trojaned browser and no malicious proxy server. I think it
maybe a bug in PHP or Apache. I tried it again a few times today and now
the output was ok. Really weird.
Jeroen
--
PHP General Mailing List (http://
d PHP
get this information from? This info was under the header "Environment"
Not that I have any troubles with this, but it seems weird to me.
Thanks,
Jeroen
Ps. Of course I know what that QUERY is, but why is it in my phpinfo()
output when I didn't use that query?
--
PHP
try it out
and let me know what u think of it please ?!
http://www.millipede.nl/ectemplate
kind regards
Jeroen Olthof
--
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
gards
Jeroen Olthof
Netherlands
--
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]
7;
'--with-zlib' '--with-db2' '--with-db3' '--with-gdbm' '--enable-debugger'
'--enable-magic-quotes' '--enable-safe-mode' '--enable-sysvsem'
'--enable-sysvshm' '--enable-track-vars' '--enable
e(), which will in turn call A::example().
$b->example();
?>
the result wil be
I am B::example() and provide additional functionality.
Fatal error: Undefined class name 'parent' test.php on line 15
what is going wrong here ???
kind regards
Jeroen Olthof
--
PHP General Mailin
when I use parrent::function() to use parent class function from the child
(extended one) I get
Undefined class name 'parent'
What I'm I doing wrong
kind regards
Jeroen Olthof
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
ED]...
> Hi,
>
> What you are looking for is the OOP class extension. Look for "extends".
>
> Sean C. McCarthy
> SCI, S.L. (www.sci-spain.com)
>
>
> Jeroen Olthof wrote:
> >
> > hi,
> >
> > picture I have a class with some variable hold
t are allready in the class)
is there a why to do this ??
kind regards
Jeroen Olthof
--
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]
Can I increase speed by using this to buffer output ?
kind regards
Jeroen Olthof
--
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]
ning linux and I'm a real user there.
is it possible to change user ?
kind regards
Jeroen Olthof
--
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]
Hi there,
Lately you see a lot of sites that detect the language of the client
browser.
For example if i visit google it's in dutch. I know they detect this using
the browser, but i'm not sure on how it's done.
Can someone shed some light on this?
Thanks,
Jeroen
--
PHP Gener
ssion) and if so just redirect the user to the
main page.
But i'm afraid that search engines will get redirected to the main page
everytime it try's to index
a page. What do you all think, and might there be another solution?
Thanks,
Jeroen Geusebroek
P.S. Please CC me in your reply, i
hi,
here's a little question. I like to know what is better and WHY ??
$string = "bla bla $somevar bla bla bla $somevar$somevar bla";
of
$string = "bla bla ".$somevar." bla bla bla ".$somevar.$somevar." bla";
kind regards
Jeroen Olthof
--
thanks my king :)
it works !!!
"Adrian Ciutureanu" <[EMAIL PROTECTED]> schreef in bericht
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
$content = '';
$new_str = ''
> -Original Message-
> From: Jeroen Olthof [mailto:[EMAIL PROTECTED]]
onewordonly closetag2
but still need the
.any content in between ..
is this possible in some way ???
kind regards
Jeroen Olthof
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROT
hi,
I want to replace strings in string using a key / value array as the
replacemant contract
basicly,
I want to find a open en close tag, pick out the word in the middle and
replace it by the value of the key that match the picked out word.
example
<> <>
should result in
this is a test this i
eavy hack, but IMO it should work...
Jeroen
--
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]
Hi Rasmus,
> > How can i reverse the htmlspecialchars() functions?
> > I can't seem to find a function for that.
>
> There is no function to do that.
Maybe it would be a nice feature to add in PHP?
For the moment i'll just have to make my own version then :)
Than
Hi There,
How can i reverse the htmlspecialchars() functions?
I can't seem to find a function for that.
Thanks,
Jeroen Geusebroek
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the
Loose the ; after the if
Jeroen
"Tarrant Costelloe" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Ok here is a simple IF statement I am messing around with, yet the parser
is
> sending back an error message of which I
27;t handle mime that great yet.
Hopefully the new version will be better! Thanks for contributing to the
open source community. (My project will also be open source, but first it
has to be stable ;)
Jeroen Geusebroek
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PRO
ages
when they are mime encoded.
Thanks for the advice,
Jeroen Geusebroek
--
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]
e requires zlib >= 1.0.9.
Needless to say, i am using a version higher then 1.0.9.
I would appreciate it if someone good give me some help. I did not
have this problem with PHP 4.04.
Thanks,
Jeroen Geusebroek
P.s. please CC me in your reply, because at the moment i'm not subscribed
_array[$i]);
Does anyone know a good regex tutorial? I'll probably bump into it again.
Regex'es seem to be very usefull.
Regards,
Jeroen Geusebroek
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
ould appreciate it.
A link to a tuturial would also be nice.
Regards,
Jeroen Geusebroek
--
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]
cause the string
is empty. Shouldn't PHP, even if a var is empty, put it in
his var-list?
Is there another way to do what i want?
Thanks,
Jeroen Geusebroek
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
well actually you could compile php4
on it's own so you get a php executable which
you can use as an interpreter for php4 scripts...
no webserver needed
dowebwedo
Jeroen Wesbeek
.programming
Nieuwekade 213 | 3511 RW Utrecht
The Netherlands
p 030 2380544 | f 020 8632045
[roses are red, vi
JhdmnoaXVz?=
How do i decode this?
Same goes for mime messages, is there any excisting code that
decodes mime messages?
Thanks for the help,
Jeroen Geusebroek
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PRO
Hi Guys,
I have a question; if i lock a mysql table, will a PHP script wait untill
there is no lock anymore and then execute the script?
Thanks,
Jeroen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
Or does anyone know a better way to download files?
- Original Message -
From: Hardy Merrill <[EMAIL PROTECTED]>
To: Jeroen Jochems <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, January 25, 2001 2:50 PM
Subject: Re: [PHP] Strange problem
> The fir
No it has got about 10gig free space!
- Original Message -
From: Hardy Merrill <[EMAIL PROTECTED]>
To: Jeroen Jochems <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, January 25, 2001 2:50 PM
Subject: Re: [PHP] Strange problem
> The first thing I'd
When I try to download a big file (like 5meg) with fopen() I get some strange errors:
- not enough space for lowio initialization
- not enough space for stdio initialization
- pure virtual function call
- not enough space for _onexit/atexit table
- unable to open console device
- unexpected heap
ith status incompleet
and when another mail arrives on the payment address, filter order nummer
again so I can look in the database to see if it there, to compleet the
payment
kind regards
Jeroen Olthof
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROT
read about the HTTP_GET vars (eg bla.php?var1=dgdsg&var2=DF&...&varn=3443)
and se php4 session management...
dowebwedo
Jeroen Wesbeek
.programming
St. Jacobsstraat 16
Postbus 448 | 3500 AK Utrecht
The Netherlands
p 030 2348110 | f 030 2348605
[roses are red, violets are blue,
83 matches
Mail list logo