Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You have probably had this question a few times, but can anyone tell me how
to detect "new line's" or breaks in form fealds from both PC and Mac. And
then replacing the "new line" with a so that I can use it for the web?
Thanks in advance
Jens
--
PHP G
= <? echo $temp?>
This is not working!! But this would :
var temp = '<? echo $temp?>';
Can you help me please?
thanks Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
HP 4.23 and Apache 1.3.26 on Debian GNU/Linux 3.0.
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t especially related to google. The
script should be able to read in any website and do some processing. One
of its functions should (later) be to determine search engine positions.
Is there a simple way to do this without reading in the search results
of google (or other search engines)?
Jens
hange again (or maybe I've
to pay for every query soon). Has anyone already used the api? Is it
simple to (for instance) find out all listed pages of www.foo.com which
are in the Top 1000?
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
(simple) solution for
this problem.
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Beau Hartshorne wrote:
Jens,
I would suggest that you try writing a script that keeps track of how
many tags have been opened (look for "<"), versus how many tags have
been closed ("[^>]*/>") on a line-by-line basis. Using that number, you
should be able to indent
s',$src,$ar);
The name-attributes are now in $ar[2]. How can I exclude all links which
have the href-attribute? I didn't find an easy way how to say that a
string must _not_ be part of a pattern match. I hope you can give me
some advise.
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jome wrote:
Jens Lehmann wrote:
Hello,
I want to extract the "name"-attribute of all anchors out of an
HTML-source-code which don't have the "href"-attribute. I can use this
code to get the "name"-attribute:
preg_match_all('/]*?)name=[ \'\"](.*
on file
routines:NCONF_get_string:no value'
openssl_error: 'error:0E06D06C:configuration file
routines:NCONF_get_string:no value'
openssl_error: 'error:0E06D06C:configuration file
routines:NCONF_get_string:no value'
openssl_error: 'error:0D09A0A3:asn1 encoding
routines:d2i_PrivateKey:unknown public key type'
openssl_error: 'error:0906700D:PEM routines:PEM_ASN1_read_bio:ASN1 lib'
bool(false)
-END Script-Output-
Is it a bug in PHP with new OpenSSL 0.9.7a or is it a my failure?
Any help is nice,
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
dir here imho) or
http://www.example.com/foo/bar/index.php and in any case absolute_link()
should return the same. Of course this function is easier to implement
if I always have something like
http://www.example.com/foo/bar/index.php. Maybe there's already a useful
function besides parse-u
". It's the same thing if I use
file(). The manual explains that fopen() returns false if the website
could not be opened, that's why I don't know why this error message
appears? Besides this "Success"-message is surely a very bad error
message. I use PHP 4.2.3.
Jens
Ernest E Vogelsinger wrote:
At 20:48 25.03.2003, Jens Lehmann spoke out and said:
[snip]
To actually check on the HTTP status codes you need to run your own, either
using cURL, or by doing your own stuff using fsockopen().
I tried using fsockopen(), but
s, please write me a mail.
Thank you!!
« - »
« Jens Winberg ([EMAIL PROTECTED])»
« Vanha Hämeentie 86»
« 20540 Turku »
« FINLAND »
« GSM: 044-5997730 »
« - »
--
PHP G
I'm having trouble with the newest version of PHP (4.2.2).
For example in a page I'm using the following code:
if ($_GET['action'] == "logout") {
//do something
}
But I'm getting an error message that says:
...log_message reports: PHP Notice: Undefined index: action in
Ealier (other ve
n $1 until [*] OR occurs in
$text. I tested a lot, but didn't find a solution. I'd be glad about
any help.
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
>> ... If this is really what the W3C validator tells you you should file a bug
> report, IMHO. Passing GET variables should be valid HTML ;-)
Usually entities start with "&" and end with ";". The "entity" §ion
doesn't end with ";" an
I tested some different things, which didn't work. Any more ideas
are appreciated.
Jens
> untested:
>
> preq_replace('/\[\*\]([^(\[\*\])(<\/ul>)]*)/i','$1',$text);
>
>
>
> Jens Lehmann wrote:
>
> >Hi out there,
> >
> >I enc
Hi again,
how can i find out the keysize of the clients Browser (SSL). We have an area
only for Users who are capable of 128bit SSL. IE 5.5 with only 56-Bits SSL
says that the Server is Down !!
So i have to check the keysize before the user tries to log in, but i fond
no way...
Jens
ent like e.g. var $a = 20.
I'd be thankful if anyone could enlighten me. I'm using
PHP 4.2. on Win2k.
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
is it possible to change the session timeout from within a script. I can't
change it in the *.ini-file because I have not the sufficient access rights.
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
I think you understood me wrong. I don't want to change (or limit) the execution
time of a script. I want to change the lifetime of a http session.
Toby Butzon wrote:
> set_time_limit($seconds)
>
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-m
Are there any problems calling DB2's stored procedures from PHP once the
connection to is set up?
--
Grüße aus dem schönen Kleve
Jens Kisters
rosomm et partner
Agentur für neue Medien GmbH
Dienstleistungszentrum am
Weißen Tor - Eingang B
Gocher Landstrasse 2
47551 Kleve / Bedburg-Hau
Te
.
tks in advance!
--
Grüße aus dem schönen Kleve
Jens Kisters
rosomm et partner
Agentur für neue Medien GmbH
Dienstleistungszentrum am
Weißen Tor - Eingang B
Gocher Landstrasse 2
47551 Kleve / Bedburg-Hau
Telefon: 02821 - 97856-20
Telefax: 02821 - 97856-77
[EMAIL PROTECTED]
http://www.rosomm
I have Scripts that seem to cause imense Kernel (not user) CPU Load
under Solaris,
could this be caused by using classes?
I already removed use of md5() and crypt() from the scripts no change so
far.
What else could cause an immense increase in Kernel CPU Load?
tks
Jens
--
Grüße aus dem schönen
ook something like this in the array
pers[0] = 1. multiple select
pers[1] = 2. multiple select
pers[2] = 3. multiple select
pers[3] = 4. multiple select
regards, Jens
>
> Alex
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comma
on 11.03.2001 16:16 Uhr, Fates at [EMAIL PROTECTED] wrote:
> My strings are getting cut off when I pass to destination web page
>
> Example:
>
> Assign variable from database
> $subcategory = mysql_result($result,$i,"subcategory");
>
> Variable $subcategory is assigned "Graphic Editors" from
include the addupdate and execute it
along.
Hope that helps, Jens Nedal
on 11.03.2001 18:12 Uhr, Fates at [EMAIL PROTECTED] wrote:
> I'm trying to update an existing record based on a link that represents
> the record to update.
>
> I have a link and I am passing variables that wer
ike
tried it like this too, no difference:
" size=40>
thx in advance, Jens Nedal
--
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]
Seems that such "blasphemy" as unsubscribing is not allowed ;)
Dear heathen, once you sold your soul to PHP you have to payback lifelong,
dont forget that! No escape ;)
Contacting the Admin should do the thing i guess.
regards, Jens Nedal
on 12.03.2001 13:49 Uhr, Harshdeep S Jawanda
FTP-Netdrive. That programm maps FTP-Host to your Explorer and does all
teh upload etc. So you just open and write and thats it. No messing around.
regards, Jens
on 12.03.2001 21:48 Uhr, Angerer, Chad at [EMAIL PROTECTED] wrote:
> Yes I use it with NT and run into occasional memory managem
Ah yeah, thx everybody
That does it and i am a littel pissed since i can go over alllooott of code
now to insert that. BATCH here i come!
Jens
on 12.03.2001 17:49 Uhr, PHPBeginner.com at [EMAIL PROTECTED]
wrote:
> hi Jens,
>
> PHP automatically escape the dangerous characters from
Hi, everybody!
Does Oracle offer a feature similar to MySQL's Fulltext-index?
--
Grüße aus dem schönen Kleve
Jens Kisters
rosomm et partner
Agentur für neue Medien GmbH
Dienstleistungszentrum am
Weißen Tor - Eingang B
Gocher Landstrasse 2
47551 Kleve / Bedburg-Hau
Telefon: 02821 - 978
to get that
formname and then see what you do with each form. The other way round with
if statements or switches works well though.
Jens Nedal
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To conta
Yes you can and there is even a neater script that does it.
with thise you can update any amount of frames a t the same time.
Just well i got to find it. msg back in a few.
Jens Nedal
on 12.03.2001 22:15 Uhr, Angerer, Chad at [EMAIL PROTECTED] wrote:
> Yes you can.. use Javascr
ns on the login-page,
i'd like to explicitly destroy the session before logging on, i tried
unsetting the session variable, destroying the session, unsetting the
session cookie, but nothing worked, the session is always continued with
the same SessionID.
What can i do to destroy the session?
No. Just point your links to https://www.yoursecureserver.com/dir/page.htm
or, if your SSL is on another port, to
https://www.yoursecureserver.com:otherportnumber/dir/page.htm.
cu, Jens
> -Ursprüngliche Nachricht-
> Von: phpman [mailto:[EMAIL PROTECTED]]
> Gesendet: Die
> And then destroying the session when the user logs out.
You can't count on an explicit logout,
never rely on the users, they just don't act like you want them to ;)
cu
Jens
--
Grüße aus dem schönen Kleve
Jens Kisters
rosomm et partner
Agentur für neue Medien GmbH
Dienstleistungszent
before the session would time out so that there won't be a session
timeout.
--
Grüße aus dem schönen Kleve
Jens Kisters
rosomm et partner
Agentur für neue Medien GmbH
Dienstleistungszentrum am
Weißen Tor - Eingang B
Gocher Landstrasse 2
47551 Kleve / Bedburg-Hau
Telefon: 02821 - 97856-20
Te
oesn't allow this kind
of search as it's based on single words , but maybe one of you has a
better idea than
to select the rows that contain both and hit those with LIKE '%foo bar%'
--
Grüße aus dem schönen Kleve
Jens Kisters
rosomm et partner
Agentur für neue Medien GmbH
Die
Hey there i noticed sometinh quite odd when trying to include a class
definition:
There are several classes in the project in question.
Every class resides i a separate file that gets included.
When i call the following method
function mRenderPrintNav($client) {
show_var("",get_declared_clas
Any reasons why there's no gmtime()-function in PHP? I'd like to hear your
thoughts.
Jens Lehmann
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> Did you see gmdate()?
> http://www.php.net/manual/en/function.gmdate.php
Yes, of course.
I can do time()-date("Z") to have gmtime
(or maybe) something better, but wouldn't it be better to
have gmtime() implemented anyways? Please tell me if I
missed something. Thank y
e() does exactly what I want if I don't pass arguments but since
this behaviour is not documented it's probably confusing to a lot of people,
isn't it?
Jens Lehmann
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
and your strings (esp. " and '). Maybe it's better to post
the whole
source in this case.
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
want
to access session variables.
>
> > This assumes the latest version of PHP. The procedure is similar on
> > older versions, you just have to use session_register().
>
> From wich version session_start() is include ?
Don't know what you want, but session_start() is part
would i do that ???
>
Don't write "break;" in case 1.
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ow would i do that ???
>
Please don't post the same question several times.
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> I don't know what gmtime() is supposed to do. But is gmmktime() similar?
> http://www.php.net/manual/en/function.gmmktime.php
> -Kevin
Sorry, my first answer was incorrect. gmmktime() does not do what I want.
Do you have any other suggestion why we need/don't need gmtime(
be a directory problem. Please try to
put a test.html-file in your webserver-root and call it in your browser.
Jens
> I am not an advanced user but not incapable. Please bear with me for
> any amateurishness.
>
> I am trying to get PHP to work with Apache.
> I have a Windows ME PC,
',0);
it will print "10". For
echo ini_set('register_globals','Off');
it will print "1Off".
Jens
PS: ini_set works fine with include_path and error_reporting
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
quot;,
making it easier to work with register_globals="Off" while other
old projects still work. Do you consider this a good idea? Does
anything except performance speak against doing this manually?
Jens
> register_globals affects things that happen before PHP parsing begins, so
> by the
> > -Original Message-
> > From: Jens Lehmann [mailto:[EMAIL PROTECTED]]
> > Sent: 24 May 2002 20:31
> >
> > time() returns the number of seconds since the Unix Epoch to
> > the current
> > local time
> >
> > gmtime() should return
> > -Original Message-
> > From: Jens Lehmann [mailto:[EMAIL PROTECTED]]
> > Sent: 27 May 2002 12:48
> >
> > > > -Original Message-
> > > > From: Jens Lehmann [mailto:[EMAIL PROTECTED]]
> > > > Sent: 24 May 2002 20:31
&g
ee columns called "column1", "column2", and
> "column3" and I wanted to access column3 just by using the number 3
This could simply be done by using prefixes:
$col = $prefix.$number
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ou suggest
me
a newsreader which can manage this? I assume this is the wrong place to ask,
so
if you don't want to answer, please tell me where to find the answer.
(I didn't find it in any FAQs.) Sorry for asking such a stupid question.
Jens
> Jens,
>
> A database does have a
String functions like explode, strpos or str_replace seem to fail when
asked to work with "\n".
What can i do to tokenize or explode a string by linefeeds?
i replaced "\n" by another expression and it seems to work, but i'm
curious if there's a mor elegant solution.
are groups
and get pulled out of a database. So the initializing is generic too ;)
Maybe this helps, regards Jens
on 19.06.2001 1:46 Uhr, Tom Beidler at [EMAIL PROTECTED] wrote:
> I have a form with approximately 40 input fields. When a form is posted it
> sends an email and then builds a tab
Could you tell me which book that ist?
Maybe Title author and ISBN Number.
I would be grateful for tha tinformation, thx!
regards, Jens
on 19.06.2001 17:30 Uhr, Jay Paulson at [EMAIL PROTECTED] wrote:
> Anyone know of any good books that actually deal with php interfacing with
> f
watch out for any linebreaks or tabs or spaces outside the php-brackets
before the first header statment or any echo or print inside php-brackets
before the first header-statement.
regards, Jens
on 19.06.2001 0:28 Uhr, Merio, Quinn at [EMAIL PROTECTED] wrote:
> So, during the time the lists w
> I am trying to edit this xml-file:
Have a look at: http://ww.phpxml.org/
Bye
Jens
--
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]
> Is there some way to include HTML tags in a XML doc???
Yes, if your HTML is wellformed -> XHTML
> And is there a special php xml newsgroup??
http://www.onlamp.com/pub/a/php/php-xml-ml.html
Bye
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mai
nl2br is not working in this case. It does put a with every new line,
but it does not remove the new line. The string will still have the line
changes and it will not work in Javascript.
Jens
-Oprindelig meddelelse-
Fra: Artwithin [mailto:[EMAIL PROTECTED]]
Sendt: 20. august 2001 20
$temp = str_replace("\n","test",$temp) is doing the same thing. It is still
a string in several lines if you look in the source :-(
jens
-Oprindelig meddelelse-
Fra: Tyler Longren [mailto:[EMAIL PROTECTED]]
Sendt: 20. august 2001 20:20
Til: Jens
Cc: [EMAIL PROTE
ill
work as my JS string
thanks for the help :-)
jens
-Oprindelig meddelelse-
Fra: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sendt: 21. august 2001 09:31
Til: Jens Schødt; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Emne: RE: [PHP] converting str with \n to one line str??
just a th
ure that the string will
work as my JS string
thanks for the help :-)
jens
-Oprindelig meddelelse-
Fra: David Robley [mailto:[EMAIL PROTECTED]]
Sendt: 21. august 2001 09:43
Til: Jens Schødt
Cc: '[EMAIL PROTECTED]'
Emne: Re: [PHP] converting str with \n to one line str??
i
heve enough httpds started before i start running the benchmark, but
some still crash, i can't find any messages in log files saying what
happened there.
The benchmark scripts should log errors if there was no response from
the server but i dont get any of those errors in the logs.
tha
here?
i run php 4.04pl1 as apache module under linux.
--
Grüße aus dem schönen Kleve
Jens Kisters
rosomm et partner
Agentur für neue Medien GmbH
Dienstleistungszentrum am
Weißen Tor - Eingang B
Gocher Landstrasse 2
47551 Kleve / Bedburg-Hau
Telefon: 02821 - 97856-20
Telefax: 02821 - 97856-77
[EMAIL
:
text/plain{0D}{0A}{0D}
T4 09/07 11:03:18 Server {0A}2001-09-07;jens;auch;test{0A}
and in this case (other Web-Server) it works (same browser)
http request
T4 09/07 11:06:22 Server Data: GET
http://bigmama/projekte/rtl/formular/ausgab
T4 09/07 11:06:22 Server e/auswertung.php HTTP/1.0
educe the code by either removing $enc from the output or
deleting the loops that manipulate the string before, the echos come in the
right order and ammount...
What can i do, nothing crashed so i dont have a gdb backtrace for an bug
report.
I cant provide all the code, neither can i reduce the code without the error
do disappear
The problem occured on
PHP 4.04pl1 on Apache 1.3.x on Linux
PHP 4.04 on Apache 1.3.x on Linux
PHP 4.06 on Apache 1.3.x on W2K
thanks
Jens
ytes together myself using chr() ?
thanks
Jens
Grüße aus dem schönen Kleve
Jens Kisters
rosomm et partner
Agentur für neue Medien GmbH
Dienstleistungszentrum am
Weißen Tor - Eingang B
Gocher Landstrasse 2
47551 Kleve / Bedburg-Hau
Telefon: 0 28 21 - 9 78 56-20
Telefax: 0 28 21 - 9 78 56-77
Mobi
should be uploaded to the SERVER in a special folder where
this files run to a tape backup machine.
I hope some one can give me some ideas for this.
Kind Regards
Jens Geier
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello Ashley,
yes rsync is a good idea, but does this also work if there is only a
internet conection to may SERVER ?
Kind Regards
Jens Geier
"Ashley Sheridan" schrieb im Newsbeitrag
news:1263377397.5952.60.ca...@localhost...
> On Wed, 2010-01-13 at 10:53 +0100, Jens Geier wrot
"Ashley Sheridan" schrieb im Newsbeitrag
news:1263391167.5952.62.ca...@localhost...
> On Wed, 2010-01-13 at 14:57 +0100, Jens Geier wrote:
>
>> Hello Ashley,
>>
>> yes rsync is a good idea, but does this also work if there is only a
>> internet cone
"Ashley Sheridan" schrieb im Newsbeitrag
news:1263463572.5952.71.ca...@localhost...
> On Thu, 2010-01-14 at 10:12 +0100, Jens Geier wrote:
>
>> "Ashley Sheridan" schrieb im Newsbeitrag
>> news:1263391167.5952.62.ca...@localhost...
>> > On W
"haliphax" schrieb im Newsbeitrag
news:952625161001140625x31d03ed5oef8216064da13...@mail.gmail.com...
> On Thu, Jan 14, 2010 at 5:45 AM, Ashley Sheridan
> wrote:
>
>> On Thu, 2010-01-14 at 12:32 +0100, Jens Geier wrote:
>>
>> > "Ashle
"Ashley Sheridan" schrieb im Newsbeitrag
news:1263469507.5952.75.ca...@localhost...
> On Thu, 2010-01-14 at 12:32 +0100, Jens Geier wrote:
>
>> "Ashley Sheridan" schrieb im Newsbeitrag
>> news:1263463572.5952.71.ca...@localhost...
>> > On T
"Robert Cummings" schrieb im Newsbeitrag
news:4b4f40d3.3010...@interjinn.com...
> haliphax wrote:
>> On Thu, Jan 14, 2010 at 5:45 AM, Ashley Sheridan
>> wrote:
>>
>>> On Thu, 2010-01-14 at 12:32 +0100, Jens Geier wrote:
>>>
>>
Hello,
as sugestet i tried backup by using RSYNC.
It is working fine.
But i have some more Questions for this software.
Is here some one that can help me with it?
Kind Regards
Jens Geier
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
//www.rgraph.net (updated 2nd
> January)
> Lots of PHP and Javascript code - http://www.phpguru.org
Hello Richard,
yes i see the links to the mailing lists, but i can not access them.
Kind Regards
Jens Geier
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello Michael,
usualy i like to make a backup of some Paths of my Laptop.
So i think a rsnapshot should be a good idea.
So i will have a look to your second Link you provide.
Kind Regards
Jens Geier
"Michael Kubler" schrieb im Newsbeitrag
news:4b542e73.8040...@gmail.com...
> W
egards,
> Evert
>
Have also a look at www.phpsavant.com. Different from smarty, its a
lightweight object-oriented template engine.
One neat feature is that you could add optionally your own custom markup
compilers.
Regards,
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
re ( maybe --help )
- make
- make install
- enable the new extension in the php.ini
- done
hth
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
her option would be http://dbdeploy.com/. There is also a pear
proposal: http://pear.php.net/pepr/pepr-proposal-show.php?id=507.
Both, very interesting components in the area of database deployment.
Cheers,
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://w
Diana schrieb:
I dont know what I did but now I get this message Failed to connect to
mailserver at "localhost" port 25, verify your "SMTP"
Do you have a smtp server running on localhost?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
'] = "This is tree number one"; header("Location:
>> 2.php"); ?>
>>
>> // 2.php > ?>
>>
>> session.auto_start = 1
>>
>> I want to know why session.auto_start does not work on Linux.
>>
>>
Jay Paulson wrote:
I'd like to get some feedback on what the list thinks is a good template
engine other than smarty.
I like ezTemplate. (E_STRICT)
I'd also like to do some quick prototyping using a PHP framework does anyone
have any recommendations for one that is easy to pick up and run wi
Robert Cummings wrote:
On Mon, 2006-07-03 at 08:37, Jens Kleikamp wrote:
Jay Paulson wrote:
I'd like to get some feedback on what the list thinks is a good template
engine other than smarty.
I like ezTemplate. (E_STRICT)
YOU DO?? I hope it's changed then from the one used on a si
Matt Todd wrote:
In my experience with the other frameworks (primarily Wasp, CakePHP,
Symfony, eZ Components, and Zend Framework), I've found that I was not
satisfied with the quantity of low-quality code they advocate. I have
a high standard for code quality, readability, maintainability, and
(m
the PHP5 changelogs.
Question : What lengths are valid for PHP Sesssions is it possible to
encounter valid sessions with a length other than 26 and 32?
PHPinfo :
http://neu.karnevalservice.de/dbcTrade/phpinfo.php
thanks
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe
bitmasks to get these values (or vice versa...).
Thank you,
kind regards,
Jens
smime.p7s
Description: S/MIME Cryptographic Signature
Hi!
Could you check the default encoding of your webserver (in httpd.conf)?
I noticed that the charset-information in "meta-information" is ignored
and the default-charset of the webserver is used.
Kind regards,
Jens
JoXo CXndido de Souza Neto schrieb:
> I am facing a
t downloading?
one of the link is another page so I need it to pop up in a new window.
Thanks for any help
Moin,
You can´t start the browsers download dialog if you already sent any
data. No header(), echo(), print() etc.
Have a look at http://pear.php.net/package/HTTP_Download.
cheers,
Jen
BM.
http://www.eclipse.org/proposals/php-ide/ - promising! :)
Best Regards,
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e this out.
-Rasmus
Your script works fine for me on linux, php 5.1.2 FastCGI + apc-dev.
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
{
$res =& $db->query( "SQL");
}
or
function foo ()
{
$db = & $GLOBALS['database'];
$res = & $db->query();
}
or
function foo ()
{
$res = & $GLOBALS['database']->query();
}
Just some more possibilities...
cheers
Je
steve wrote:
Thanks for that! It meant that I should look in other directions which
helped me figure out the problem. Can you try again with:
apc.optimization=1
Your script also seems to work on my sytem with optimization=1.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
force-cgi-redirect \
--enable-track-vars \
--without-pear \
--with-imap \
--with-imap-ssl \
--with-gd \
--enable-gd-native-ttf \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-freetype-dir=/usr \
--enable-pdo \
--enable-pdo_mysql \
--with-pdo_mysql \
--with-gettext \
--with-iconv \
--enable-mbstri
}
Any help would be appreciated.
Cheers,
J.
Maybe the svn pecl extension can help,
http://pecl.php.net/package/svn
cheers,
Jens
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
1 - 100 of 121 matches
Mail list logo