/*
Why aren't you? Apache 2.0 is your best bet. It really is the best
one available!
*/
Ive bad, real bad memories with apache 2.0 :)
/*
It sure sounds like you are out of luck. Your only option is to get
Apache 2.0 and use that directive. Can I ask why in the world you are
doing this? Are yo
-
From: "Burhan Khalid" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Faith Emre YILMAZ" <[EMAIL PROTECTED]>;
Sent: Saturday, May 14, 2005 1:21 PM
Subject: Re: [PHP] changing php ini location
Richard Lynch wrote:
On Fri, May 13, 2005 12:20 pm, Faith
anyone knows how to change php ini location?
I m using php5, apache 1.3 on windows xp.
thx in adv.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
which one is better ImageMagick or GD?
infact I am much more curious about their image processing speed and server
load. especially resizing large imagefiles.
thx in adv.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lol, sorry for mess, I was in a bit hurry.
here is the right one:
http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
you can use POST with some javascript tricks.
lets assume that you are going to you an image file to submit, then just add
a function andd call that function to handle submitting data.
here is an example:
To:
Sent: Tuesday, April 05, 2005 3:21 AM
Subject: [PHP] Set session variable if link i
I m trying to check $GP[sifre] variable, $GP[sifre] must consist of alpha
numeric chars only. here, how I check the variable:
if((eregi("[^a-zA-Z0-9]",$GP[sifre])
echo 'true';
else
echo 'false';
It works if variable starts with alphabetic chars only.
for example this returns 'ok'
$GP[
mysql comes with 2 predefined databases, their names are
show databases;
1. mysql
2. test
open mysql database
> use mysql;
find the table named as 'user' , there mysql users and their access
privileges are stored.
>select Host, User, Password from user
modify Host column as you wish to limit
you can handle xml output as if a string file, then easily parse xml file
with preg_match / preg_match_all,
smt like this can do the job:
$str="somevalueheresomevaluehere2somevaluehere2etc";
preg_match_all("/([^<])*<\/price>/i", $str, $matches);
echo count($matches[0]);
for ($i=0; $i< count($ma
document.FormToBeSubmitted.submit();
';
?>
you can also set some variables to your form,
for example in the script body put this code to submit a form variable named
'testvariable'
//first define the value somewhere before the
hi,
we are using informix 7.31.UC6 as our database server.
when we are trying to connect informix by dbaccess we are setting
the below environment variables are as:
export DBNLS=1;export LANG=tr_TR;export LC_COLLATE=tr_TR.ISO8859-9;export
LC_CTYPE=tr_TR.ISO8859-9
but when we are rying to vonnect
11 matches
Mail list logo