; UPDATE the second bank account with v+1 (debit)
> COMMIT WORK
It works for me. (at least with CVS version)
If there is uncommitted transaction, pgsql module
rollback automatically.
BTW, if you have too long timeout limit, your site
became weaker for DoS attack.
--
Yasuo Ohg
t_status() to check these things.
i.e. You don't have to select row just to make sure
row is inserted or not. It wastes lots of resource.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Don't cross post such question...
All you need to understand is how cookie is managed unless
you are passing session id via URL.
Read RFC2965 and RFC2964.
You probably want to read netscape cookie spec also.
--
Yasuo Ohgaki
Youngie wrote:
> Why would my session data not be deleted
dation, etc)
I need feature list so that I can write better module.
It's always good to know what others do before starting
my own ;)
--
Yasuo Ohgaki
[EMAIL PROTECTED]
[EMAIL PROTECTED]
>
>
> Kind Regards,
>
> Chris Knipe
> MegaLAN Corporate Networking Services
> Te
Hi All.
Could anyone tell me any reference for ASP and/or Java HTML
form handling script/program/module/class/etc?
I'm going to write PHP module for easier HTML form
handling and would like to know what kind of feature/options
ASP/Java have.
Thanks.
--
Yasuo Ohgaki
--
PHP General Ma
> Go to your php.ini and turn on full error reporting.you'll get
> warning message if you do not initialize varsas of php4.2.1
>
Small correction.
Most version of PHP3/4 (if not all) can raise E_NOTICE error.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://ww
Disable register_globals. Then it should work.
BTW, this is wrong behavior, but it's documented.
--
Yasuo Ohgaki
Mike Eheler wrote:
> Here's a test you can try yourself.
>
> On your server, set up these two files:
>
> test.php
>
> session_start();
&g
w can I solve it. I tried to fread() the file and
> eregi_replace the line breaks, it worked, but now I don't know how to
> use this to create the array!
>
You can use split().
I think Mac linebreak is better to be recognized by PHP...
--
Yasuo Ohgaki
--
PHP General Mailing
Monte Ohrt wrote:
> Homepage:
> http://www.phpinsider.com/php/code/Smarty/
>
I don't like most template implementations, but
Smarty is great.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t help is an
> AddHandler line, but I don't know what I'd put there as a handler.
>
> Any thoughts/comments/ideas would be greatly appreciated.
>
Read README file in the SAPI directory.
sapi/apache2filter/README
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
do other things in PHP without conflict)
>
> Lastly... "refreshing" the page causes it to load fine...with the session
> started
>
> Ideas? on what I might be doing wrong? I have used php sessions without
> problem for some time, the JavaScript is "generated&
be wrong? im using PHPTriad on win2k
>
> thank you
Don't even try to use it. It's a obsolete feature.
use show_source() instead. It always works.
(Read .phps does not work always, even if you
set things up right)
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php
u need to build/install extension by yourself.
printer extension is PECL module now, IIRC.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If you care about this problem, upgrade to 4.2.0 when
it's available.
--
Yasuo Ohgaki
Patrick Cossette wrote:
> I'm running PHP 4.1.2 as an Apache module (Apache 1.3.24) under AIX 4.3.3.
>
> My problem has been covered in Bug #13447 but I still have it and the bug
> was
database backends if you
are using qmail. PHP has ezmlm_hash function for it.
--
Yasuo Ohgaki
>
> "Petre Agenbag" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>>Hi,
>>the combination of PHP and mysq
n-funcs.php
You are probably looking for these.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
In addition to oid2name mentioned, you might want to know
about system catalog schema.
It's explained in manual
http://www.postgresql.org/idocs/index.php?catalogs.html
--
Yasuo Ohgaki
Robert Abbate wrote:
> Greetings to all!
>
> I have a webhosting company, and I'm tryin
on line 0
>
You have invalid session.save_path
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
iting. If you need multi byte char
under windows, use Meadow (it's a Emacs(Mule) for Windows, kind of).
I use php-mode/folding-mode for PHP sources.
If you are looking for IDE, ZendStudio is the way to go.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vi
" \n";
>
>
> If $navigationLinks is NOT declared as "static", then the code will work
> with PHP 4.1.2. It works both ways with 4.0.6. Just an FYI and
> wondering if anyone knows why?
>
> Greg Breland
>
>
Create shortest & complete script and submit this bug with the script.
I don't notice this bug nor bug report, but make sure you search
bug db for the same bug.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Within the hyperlink I call "setlanguage.php?lang=1033"
>
>session_start();
> if ( ($lang <> "1031") and ($lang <> "1033") ) {
> $lang= "1031"; }
> $Language = $lang;
> if (session_is_registered('Language'
res session.
Manual:
http://pear.php.net/manual/en/pecl.session-pgsql.php
(a little old...)
Download:
http://sf.net/projects/phpform-ext/
Read README file for details.
Enjoy!
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
HP, track vars are always on.
Anyway, try E_ALL for error reporting, you might see
some error messages from sessoin module.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
should
> I do inside class that my session idetyfier will be known??
> thx
> sasza
>
>
>
Read the manual
http://www.php.net/manual/en/
PHP has a little different concept for globals.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Trun off "register_globals", then it should work with track vars.
--
Yasuo Ohgaki
Travis Simpson wrote:
> Hey,
>
> I changed it from:
>
> $HTTP_SESSION_VARS["$key"] = $value;
>
> To:
>
> session_register("$key");
> $key = $value;
If you really need to use 4.0.6, try to use different
session save handler and/or serializer. Try WDDX
serializer at first, then try verious combinations.
If you use other save handler/serializer, it may work.
I suggest you to upgrade, though...
--
Yasuo Ohgaki
Travis Simpson wrote:
> So
myCart");
> }
> else {
> $myCart = new ShoppingCart();
> }
>
You are not following session manual page...
You are over writing $myCart with second "new" statement.
You don't need it and your can use $myCart if
ShoppingCart class definition is included before
h 4.0.6 and what didn't with 4.1.1?
If you are trying to use mm/msession save handler, it's broken
somewhat.
--
Yasuo Ohgaki
Please CC me when you reply to news/list messages.
Do not reply only to me :)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
problems linking to the xml module? Any
> ideas?
>
>
>
WDDX requires XML. I suppose you don't have one.
--
Yasuo Ohgaki
Please CC me when you reply to news/list messages.
Do not reply only to me :)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Justin French wrote:
> Hi,
>
> I didn't have much luck finding it... If you have a chance to send me a
> link, that'd be great, otherwise I'll just keep looking :)
>
> Justin
Try link :)
http://www.zend.com/search_code_author.php?author=yohgaki
--
Yasuo Ohga
to login, rather than only once).
>
> Is there anything special I have to do to ensure I have a system which
> uses cookies by default, and use_trans_sid as a second option, without
> have to carry the SID around in the URL? (page.php?)?
Look for my "PHP4 sesison helper HTML&quo
Try to enable output bufffering to see if it helps.
--
Yasuo Ohgaki
Please CC me when you reply to news/list messages.
Do not reply only to me :)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ache log file I got : "Premature end of script headers".
> This happens when using functions: session_start and session_register
> What can I do to resolve the problem.
>
>
You have invalid session.save_path, right?
It will be fixed next release or 4.2.0.
--
Yasuo Ohgaki
? or &, I
> want only slah
> (/session_id_here). Is the any way to change this behaviour?
>
Disable trans-sid and do it by yourself :)
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [E
;
Some functions are missing in Windows version :)
--
Yasuo Ohgaki
--
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]
AND don't forget about X-FORWARDED-FOR.
(ie load balanced cache servers)
X-FORWARDED-FOR can be faked.
--
Yasuo Ohgaki
Compman86 wrote:
> If there are two people behind a NAT, then the site would check for a
> session ID and the IP. If a session ID is introduced AND their IP
&g
e just type
> news.php?uid=2&sid=something and get the page or am I just being silly?
Any one can change session ID. It just only easier when session ID is in
URI :) We have to live with that.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL
omeone
> please explain how that is uesd?
>
Session manaul pages are updated. There is enough explanation how to
use $HTTP_SESSION_VARS/$_SESSION now :)
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
;
> At least it should point out that it has been
> deprecated.
Thanks for pointing it out.
I've deleted the description in CVS. Next time, please
submit bug report with type="Documentation problem" :)
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To
ter globals on, you can still use the $HTTP_*_VARS, right?
Yes. It's supposed to work, but could you try without register_globals?
If it works without register_globals, submit bug report.
--
Yasuo Ohgaki
--
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]
with
> small files < 1M.
Hmm. Your ISP seems to have dirty hack for PHP :)
Ask question to your ISP.
--
Yasuo Ohgaki
--
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]
ion using PHP 4.1.1 and run it on the server.)
>
No. You cannot do that.
4.1.x has different structure for module entry.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact
ct.
There is another way. Read README.SELF-CONTAINED-EXTENSION.
--
Yasuo Ohgaki
>
>
>
> --- Yasuo Ohgaki <[EMAIL PROTECTED]> wrote:
>
>>Anas Mughal wrote:
>>
>>>I presume you have created dynamically loadable
>>>modules in PHP4.
>>>If
,
but it works well for profiling.
For CPU/RAM/DISK, you can take system bench
while you are accessing scripts.
--
Yasuo Ohgaki
--
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 adm
u are also interested in README.EXT_SKEL file that can
be find under PHP source root.
There is a nice program that create skelton for new
modules :)
If you are plainning to marge PHP source dist, use CVS
source instead of source distribution.
--
Yasuo Ohgaki
_
www.zend.com for the document.
BTW, api docs in source dist is too old. It does not
worth to read :)
--
Yasuo Ohgaki
--
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]
hars!
>
> How can I convert a double-byte string to UTF8 properly???
>
>
> Really thanks
UTF-8 works but EUC-KR may be better.
Anyway, take a look at mbstring, iconv, gettext modules.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-m
ll them if they become too big ?
>
> Thanks for your help.
>
Enable memory limit when you configure (--enable-memory-limit)
Read php.ini-dist/recommended.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
gt; ?>
>
>
> any help would be appreciated.
>
Visit http://bugs.php.net/ and read *carefully* how to report bug.
There is link for "How to generate back trace". Make sure you
paste backtrace to your bag report.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://ww
> session_register("error");
> var $error;
> }
>
This is also wrong, too
Try to find example code. There are many of them on net.
--
Yasuo Ohgaki
--
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 an integer then 'shell_exit()'
> function should be added.
>
> --Jani
I agree. It's possilbe do this now, w/o much BC problem.
die()/exit() is identical in ZE1. How about make them separate?
If type is integer, die() for print and return exit code and exit()
fo
h it
> was originally intended I get this error:
>
> *Fatal error*: Failed to initialize session module in
> */usr/local/apache/vhosts/600xl/httpdocs/fe_login.php* on line *44*
>
> Keep in mind that this is all code which worked perfectly with the bulit
> in session hand
dule in
> */usr/local/apache/vhosts/600xl/httpdocs/fe_login.php* on line *44*
>
> Keep in mind that this is all code which worked perfectly with the bulit
> in session handler before. Any ideas?
>
> Thanks,
>
> James.
>
--
Yasuo Ohgaki
--
PHP General Mailing List
gt;
> I've checked that the connection works, and that the query is what it should
> be, and the query works when I type it into the terminal. Any ideas?
>
> Thanks,
> Brian Rue
>
>
>
I suppose it is fixed in 4.1.1-dev.
--
Yasuo Ohgaki
--
PHP General Mailing List
; --enable-ftp --with-gd --enable-gd-native-ttf
> --with-openssl
>
Rasmus is asking backtrace. Read following link to get
one ;)
http://bugs.php.net/bugs-generating-backtrace.php
--
Yasuo Ohgaki
>
>
> --- Rasmus Lerdorf <[EMAIL PROTECTED]> wrote:
>
>>Backtrace? W
ble to indicate some good web references for XML in
> PHP ?
>
I don't know this one ;)
--
Yasuo Ohgaki
--
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]
only to php-general.
Thank you.
PS: Read manaul sections (Object and Reference.
It's explained ;)
--
Yasuo Ohgaki
>
> Try the example below.
>
> Manuel Lemos
>
> class test_class
> {
> var $dummy="nothing";
> };
>
> Function not_ass
rovide meaningfull backtrace, it's impossible to fix.
Anyway, don't try running httpd under gdb without -X
Read the following link for getting backtrace.
You may already know, but your server admin set
limit on your machine.
http://bugs.php.net/bugs-generating-bac
BTW, did you try benchmarking tools like ab?
You may be able to reproduce problem with benchmark tools.
--
Yasuo Ohgaki
>
> Jaime Bozza
>
>
> -Original Message-
> From: Yasuo Ohgaki [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 12, 2001 9:04 PM
[EMAIL PROTECTED] wrote:
> please subscribe me
Why not?
Have you take a look at
http://www.php.net/support.php ?
I recommend to use news server.
news://news.php.net/
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additio
Rares Vasilescu wrote:
> From: "Yasuo Ohgaki"
>
>>How does it work? Read RFC for HTTP/1.1
>>
>
> I meant how do i tell PHP to use output compression.
Search zlib.output_compression ini directive in php.ini.
There is description in php.ini-dist, php.ini-recom
Rares Vasilescu wrote:
> Anyone has tried out yet the output compression?
>
> How does it work, is it really stable?
>
> Rares
>
>
Yes it is stable unless you delete output buffer with
ob_end_clean()/flush().
How does it work? Read RFC for HTTP/1.1
--
Yasuo Ohg
tracing. All I can tell you now is that using user-defined handlers for
> sessions started causing me lots of problems. (As near as I can tell,
> you need to have some sort of a decent load on your servers - Single
> client access didn't ever seem to allow me to force the crashes)
>
You can run httpd under gdb and can take backtrace. Try.
--
Yasuo Ohgaki
--
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]
ng BTW.
Use $HTTP_SESSION_VARS. Do not use session_register(), just set value to
$HTTP_SESSON_VARS. Do not use session_unregister(), just unset()
$HTTP_SESSION_VARS.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
?
> OR
> - how can i read Javascript variables under PHP?
>
> Help please.
You must use JavaScript for browser info.
Just send browser resolution as GET vars using JavaScript.
(i.e. use query string)
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscrib
Michael Hall wrote:
>
> That NN value looks like a UNIX timestamp.
>
> Mick
>
> On Fri, 7 Dec 2001, Yasuo Ohgaki wrote:
>
>
>>>This is a simple autentification script using session
>>>I try to echo the session_id().
>>>But to my su
NN.
Check your NN's cookie, I'm sure you have a cookie which has
"1007670964".
BTW, session module will *not* validate if session id is MD5 hash
or not. Programmer should check if session id format is valid or not.
--
Yasuo Ohgaki
>
> Anybody face this thing ?
>
You also may want to try 4.1.0RC5.
http://www.php.net/~zeev/php-4.1.0RC5.tar.gz
I'm not sure which bugs have been fix, but there are sevral bug
fixes in 4.1.0.
--
Yasuo Ohgaki
Susanne Benkert wrote:
> Hi,
>
> After recompiling my Php with the newest LDAP-Libraries and Openssl
&
y.
> ie
> $test_array[0]->get();
> This gives an error.
There is nothing wrong storing array of classes in a class.
$obj->array_of_obj[0]->method()
works.
or array of classes
$array_of_obj[0]->method().
works.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.
tail function is useful. Anyway, you can use
get_included_files()/get_requried_files() to know which files are
included/required.
--
Yasuo Ohgaki
--
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]
tion('$x', 'return --$x;');
> echo $funct(10);
> ---
>
> its fun to create array's of functions :) try it :P
>
> with kind regards,
> Joffrey van Wageningen
APD can rename/redeclare functions also.
http://apd.communityconnect.com/
--
Yasuo Ohgaki
--
PH
n linux I guess you would just fopen
> /dev/ttyS0 and read or write to it.
>
Make sure your serial interface supports hardware flow control.
PHP is not enough for handling software flow control...
(Almost all serial interface supports h/w flow control, though :)
--
Yasuo Ohgaki
--
PH
Yasuo Ohgaki wrote:
> [EMAIL PROTECTED] wrote:
>> It happens on our system that there will never be any files owned by
>> user A under a directory owned by user B. But even if there were, I think
>> safe mode should disallow this type of filesystem reading.
>
> Under
est (It's one of bug report
types)
BTW, you have opotion that disallow opendir at all, with
disable_functions directive in php.ini
--
Yasuo Ohgaki
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
f UID does not match?
I think it should be allowed. It's perfectly valid to me.
What if directory is owned by other user, but there is files owned
by the user. Would you like to disallow to list directory? I guess
not.
You can protect file basis, why do you need other protection for
d
safe_mode to browse all the files on the entire webserver, looking
> for things he might be able to peek at with a web browser.
>
> Please advise whether this should be a bug report.
Take a look at lastest implementation see if you still have issues.
http://snaps.php.net/
--
Yasuo Ohgaki
e query string, to make a new request, etc.
Try to take a look at JavaScript book/reference, you'll see how it
can be done :)
--
Yasuo Ohgaki
> Thanks,
>
> Aaron
>
> On Thu, 8 Nov 2001, Yasuo Ohgaki wrote:
>
>
>>Aaron wrote:
>>
>>
>>>I
Massimiliano Bariola wrote:
> Hello Yasuo,
>
> Tuesday, November 06, 2001, 12:12:59 PM, you wrote:
>
>
> YO> *SNIP*
>
> YO> Try to redirect stdout & stderr to /dev/null (If you are on Unix
> YO> like systems)
>
> YO> Then it will return i
es for printing first key name, is not
hard work...
PHP script may need more lines to do the same thing compare
to Perl, but it's much easier to maintain. IMHO.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
need *Specific* syntax for postgres, such as --with-mysql=/usr/...
If you install postgres to default locations, it's not required.
--
Yasuo Ohgaki
--
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]
Jason Michael wrote:
> Does anyone know what the correct entry for the php.ini that allows you to
> to use sendmail in OSX 10.0.4 Server?
Sendmail support is disabled when OS is Windows, it should be able
to use sendmail support with Mac OSX. (It it work :)
--
Yasuo Ohgaki
--
PHP G
"show source" feature is broken in many Netscape (and Mozilla).
MSIE is behaving correctly. IMHO.
You cannot change client behaviours like this.
--
Yasuo Ohgaki
Moloko wrote:
> interesting one here for y'all
>
> if you use client side JavaScript to write
ser may send data with other encoding other than you
specified in HTTP header/META tag. It's server side
script programmers task to make sure convert string,
alert users, etc. If you want to allow only ISO-8859-1,
alerting user would be esiest.
--
Yasuo Ohgaki
>
> on 11/1/01 9
}
> $temp = myclean($name_actor);
> echo($temp);
> ?>
>
> What happens is if i try for example to clean up "São Paulo" it prints "são
> paulo". Why??
> The "$name" will receive a string form a text field in a form. my html
> charset is iso-
to use $HTTP_SESSION_VARS, if it is possible...
--
Yasuo Ohgaki
>
> miec.php:
>
> a lot of db processing (NO OUTPUT whatsoever)
> include("user_track.inc.php");
> UserTrack($products);
> the output starts here...
> ?>
>
> user_track.i
e() raise warning, if it can't find file
requrie_once()/include_once() works almost the same as
require()/include() except they include file only once. (Hash
table is used to determine if files are included or not)
See also get_{required|included}_files()
--
Yasuo Ohgaki
--
P
"MODIFIED" time?
Modified time is used for mod_files.
There is case that session data files will not be deleted and user
has to delete session data files manually.
This behaviour might be changed, see mod_files.c for details and
current status.
--
Yasuo Ohgaki
--
PHP General Mail
Yasuo Ohgaki wrote:
> This is expected behaviour.
>
> Ashley M. Kirchner wrote:
>
>> I have the following snippet in my file:
>>
>> if ($PATH_INFO == "") { $PATH_INFO = "/"; }
>> echo "PATH_INFO: $PATH_INFO\n&qu
"Invalid section (NON_INT: $section)\n";
> }
>
> Um, why does it fail when I hit the script with any INT?
'1' is not integer, but string.
1 is integer.
BTW, all user inputs(POST/GET/etc) are string.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://
Use JavaScript.
Read PHP Manul if you need to pass array form vars.
There is a section for that.
Srinivasan ranganathan wrote:
> Hi all
>
> How can i implement a hotmail-inbox like checkbox
> functionality?
>
> thanks in adv
> Regards
> Srinivasan Ranganathan
-
DL Neil wrote:
>>Khalid Hazmi wrote:
>>
>>>How I can download the current Annotated PHP Manual???
>>>
>
>
>>There is no such thing... AFAIK.
>>
> => Yasuo Ohgaki
>
>
> Yasuo: Yes there is (and VERY useful it is too), c
Martín marqués wrote:
> Is there a way to know if the web client has javascript enabled?
Sure. You can redirect to page with javascript and if JavaScript
is enabled, use JavaScript and load pages you want.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscr
to the server,
> right?. is it possible to alter them from PHP¿?.
>
> Thanks a lot,
> Rodolfo.
I guess not. I though HTTP auth cannot be deleted from server
side. Is it possible?
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTE
oc treat string as if they are enclosed by "". So constant
does not work obviously
--
Yasuo Ohgaki
--
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]
I guess you are using php.ini-optimized, right?
Take a look at
http://www.php.net/manual/en/language.variables.external.php
I suggest to read PHP Manual :)
--
Yasuo Ohgaki
Patrick Quaedackers wrote:
> Hello all!
> I installed PHP 4.0.6 om my server (Winnt server, Apache), and I s
If your sendmail is set up correctly, you should be able to send
mail. Check your sendmail. Look for sendmail Manul, FAQ, etc,
since it's not PHP problem.
--
Yasuo Ohgaki
Simos Varelakis wrote:
> Hi to everyone
>
> i have problem with php4 mail() function.
>
Khalid Hazmi wrote:
> How I can download the current Annotated PHP Manual???
>
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
There is no such thing... AFAIK.
--
Yasuo Ohgaki
Jeroen Geusebroek wrote:
> Hi there,
>
> Does the current stable PHP (4.06) support the use of the newly released
> Mysql 4?
No. Not even with CVS version AFAIK.
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo
you curious, have a look at RFCs.
--
Yasuo Ohgaki
--
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]
possible to compile PHP
> script in COM or EXE file?
>
PHP Compiler is probably what you want.
http://phpuser.com/download/files/dev-tool/phpcompiler/
I think this URL isn't a home site, search php-general archive for the
home site. (2001-02 to 2001-04. I've posted the URL once
1 - 100 of 403 matches
Mail list logo