Re: [PHP] PHP4: calling method on returned object

2006-03-30 Thread Petar Nedyalkov
curly brackets. Thanks for any help, Karl Glennon -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpsCmA7vlSuB.pgp Description: PGP signature

Re: [PHP] Re: object oriented syntax in php

2006-03-28 Thread Petar Nedyalkov
something more formatted? This is a result of print_r(); It would be better to have the class definition... Thanks! print_r($net_ping_result); or something like that. -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- Cyberly yours, Petar Nedyalkov

Re: [PHP] Apache/PHP/MySQL/OpenSSL upgrade question

2006-03-24 Thread Petar Nedyalkov
the command 'apachectl startssl' as it is depreciated. Any idea how I can get this to start with SSL enabled on port 443? LoadModule ssl_module modules/mod_ssl.so And a VirtualHost definition for :443 maybe? -- Jason Gerfen You will never be ready for me. ~ Me -- Cyberly yours, Petar

Re: [PHP] Run a php script as a separate thread/process

2005-10-11 Thread Petar Nedyalkov
, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpeIeTeZxuzR.pgp Description: PGP signature

Re: [PHP] How to automate php with crontab?

2005-10-03 Thread Petar Nedyalkov
thanks alot rasim -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpaxq4409eJm.pgp Description: PGP signature

Re: [PHP] Project ZNF: Struts-like MVC framework

2005-06-07 Thread Petar Nedyalkov
for comments, feedback, bug signaling and best of all new developers. Any kind of contribution will be appreciated, if you find the project interesting join us! Cool, keep up guys. Best regards. -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key

Re: [PHP] regex question

2005-05-17 Thread Petar Nedyalkov
occurences ot hte '@' symbol. Please take in mind that if you have this symbol in the beginning of the string or at the end - you have to modify this. I only want the two occurrences with a single occurrence of @. @{1} doesn't work; there are 4 matches. Thanks -- Cyberly yours, Petar

Re: [PHP] counting ocuring words in a string

2005-05-17 Thread Petar Nedyalkov
-- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpvE9fqC9aji.pgp Description: PGP signature

Re: [PHP] domxml problem

2005-05-16 Thread Petar Nedyalkov
at http://counter.li.org -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpcMDYYFmgPZ.pgp Description: PGP signature

Re: [PHP] mod_rewirte loses POST data

2005-05-16 Thread Petar Nedyalkov
, but apparently it doesn't. Could anyone help me? Try this. RewriteCond METHOD POST RewriteRule (.*) http://www.yoursite.com$1 [P,L] Im using: Apache/2.0.52 (Unix) mod_ssl/2.0.52 OpenSSL/0.9.7b PHP/4.3.11 Server at host.mydomain.com Port 80 -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan

Fwd: Re: [PHP] [php] Chrooting php...

2005-05-16 Thread Petar Nedyalkov
to jailing it in this case? td -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpy9c0AP0Y8b.pgp Description: PGP signature

Fwd: Re: [PHP] lib ssh2 functions

2005-05-16 Thread Petar Nedyalkov
. -- Saludos / Regards Oscar -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgp8FWuX7dBPY.pgp Description: PGP signature

[PHP] Fwd: Re: [PHP-DEV] Function proposal

2005-05-16 Thread Petar Nedyalkov
. Such a basic debugging is not the issue when speaking of serious projects with a large OO tree. Just an opinion. oklet the shooting begin :) -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52

Re: [PHP] Add to array problem

2005-05-16 Thread Petar Nedyalkov
to $items. That's the reason for flushing the array. try: if (array_push($items, $_POST['whatever'])) { // something } I'm missing something easy. thx -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP

Re: [PHP] Strange characters

2005-05-11 Thread Petar Nedyalkov
://www.unicode.org/charts/) you will see that the section for Basic Latin answers your question. Thanks, Carl -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436

Re: [PHP] Session cookies in firefox

2005-05-11 Thread Petar Nedyalkov
since it's OSS :-) Thanks! -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpmE1f9KIK8T.pgp Description: PGP signature

Re: [PHP] SQL Date guru in the house?

2005-05-11 Thread Petar Nedyalkov
textual format is MM/DD/ :-) SELECT * FROM blah WHERE mm BETWEEN 11 AND 11 AND dd BETWEEN 4 AND 5 AND BETWEEN 2005 AND 2005 My apologies as this is australian date format and this list is in the US I think? Regards Matthew -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan

Re: [PHP] Password encryption and password retrieval

2005-05-10 Thread Petar Nedyalkov
, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpkngZA6f5uq.pgp Description: PGP signature

Re: [PHP] how to know whether web server of a remote machine is running or not

2005-05-10 Thread Petar Nedyalkov
. Check the remote server's waiting port - if it's opened the server is working, if it's not the server is not working. is there any method to know whether the other webserver is running or not. your help will be appreciated. with best wishes balwant -- Cyberly yours, Petar Nedyalkov

Re: [PHP] text with $

2005-05-09 Thread Petar Nedyalkov
del Litoral - -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436

Re: [PHP] sort by date

2005-05-06 Thread Petar Nedyalkov
to be stored as a date in the DB? Will it work or is the output going to be sorted randomly? All RDBMS have date formatting functions. Use them. Thanks -Will -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP

Re: [PHP] sort by date

2005-05-06 Thread Petar Nedyalkov
,place,type,info FROM test_table WHERE (group = '$group') AND (type = 'Game' OR type = 'training') ORDER BY date ASC I dont know how? Thanks a lot -Will -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint

Re: [PHP] control-M

2005-05-05 Thread Petar Nedyalkov
of a master regex expression to rid me once and for all of the dreaded ^M!!! Thank you, and good night! That's why I won't do 2 shows! I won't do it! -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923

Re: [PHP] regex

2005-05-05 Thread Petar Nedyalkov
this regex: /^img=(\d+)$/ thanks for any help. -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpWwTYi6BflP.pgp Description: PGP signature

Re: [PHP] form variables

2005-05-05 Thread Petar Nedyalkov
On Thursday 05 May 2005 17:46, Anasta wrote: Can anyone tell me how a submit button can be used to send set a variable so there is only a button --no textfield. Use hidden input fields. -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http

Re: [PHP] age function

2005-05-04 Thread Petar Nedyalkov
: 266.11.2 - Release Date: 5/2/2005 -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpt5iv88Xopj.pgp Description: PGP signature

Re: [PHP] Downloads stop short

2005-05-04 Thread Petar Nedyalkov
? ++ Mike Yrabedra [EMAIL PROTECTED] Your Mac Intelligence Resource ++ W: http://www.macagent.com/ -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52

Re: [PHP] to pass session from one websever to another webserver

2005-05-04 Thread Petar Nedyalkov
a single session data storage location. Solution 3: Set a unique domain for both webservers when passing sessions via cookies and use a single session data storage location. with best wishes balwant -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http

Re: [PHP] passing a variable through 2 required files embedded in Javascript

2005-04-29 Thread Petar Nedyalkov
the JavaScript to the client using a new header: Content-Type: application/x-javascript Mark Cain -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436

Re: [PHP] SOLVEDphp Full Page Calendar not date picker

2005-04-29 Thread Petar Nedyalkov
for this particular project. thanks in advance. -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgppjeQBrd2Dd.pgp Description: PGP signature

Re: [PHP] User Logout system advice needed...

2005-04-28 Thread Petar Nedyalkov
, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpjRjJhikW4q.pgp Description: PGP signature

Re: [PHP] Dates problem

2005-04-27 Thread Petar Nedyalkov
del Software y Comunicaciones CARTIF -Parque Tecnológico Boecillo -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpcnojEYuGrX.pgp Description: PGP

Re: [PHP] component template questions

2005-04-27 Thread Petar Nedyalkov
abstract enough - don't hardcode such templates in the classes. Automatic management of the templates will be easy using a RDBMS. Or is there a better way? Thanks for your input on this, Evert -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http

Re: [PHP] Product details not being displayed, based on passed id

2005-04-27 Thread Petar Nedyalkov
[product_name]); } while ($myrow = mysql_fetch_array($result)); } else { // no records to display echo Sorry, no records were found!; } } ? /body /html -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http

Re: [PHP] Help outputting an array?

2005-04-26 Thread Petar Nedyalkov
. What incredibly easy way to do this am I just missing? Thanks! :) -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpWuEGmW6Scn.pgp Description: PGP

Re: [PHP] array from folder

2005-04-26 Thread Petar Nedyalkov
it with a club. -Jack London -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpt8SCtn0CaL.pgp Description: PGP signature

Re: [PHP] Parse error: parse error, unexpected T_ELSE

2005-04-26 Thread Petar Nedyalkov
by the mainling-list daemon, we replied (me too) directly to you. Remove the Reply-To and you'll have no worries. Mark Sargent. -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F

Re: [PHP] step by step learning

2005-04-26 Thread Petar Nedyalkov
on the market. I already know and understand html -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpKimLdelkny.pgp Description: PGP signature

Re: [PHP] Having a problem

2005-04-25 Thread Petar Nedyalkov
me ? If there any code possible please e-mail that to me at [EMAIL PROTECTED] Check if the user you're using to connect to the MySQL database has DELETE permissions over the database or table you want to manipulate. Thank you... -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP

Re: [PHP] Php defense

2005-04-22 Thread Petar Nedyalkov
. *** *** === === -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8

Re: [PHP] Classe Variable

2005-04-21 Thread Petar Nedyalkov
On Wednesday 20 April 2005 21:04, Jochem Maas wrote: Petar Nedyalkov wrote: On Wednesday 20 April 2005 13:29, marc serra wrote: Hi, i got a problem to write automaticaly varibles in classes. i got a simple object name test like this classes Test{ public $id; public

Re: [PHP] Post shorter code

2005-04-21 Thread Petar Nedyalkov
in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.16 - Release Date: 4/18/2005 -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B

Re: [PHP] Post shorter code

2005-04-21 Thread Petar Nedyalkov
of people forget the rules, it's not a problem. I just meant that we have to be careful. /OFFTOPIC Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.10.1 - Release Date: 4/20/2005 -- Cyberly yours, Petar Nedyalkov

Re: [PHP] Thanks but problem again! Re: [PHP] PHP script problem (with MySQL)

2005-04-20 Thread Petar Nedyalkov
On Wednesday 20 April 2005 06:07, Sugimoto wrote: (B Thank you, Richard, (B (B I simply change this part (B (select * from openart_table) into (B (select substring(loc1, 1, 3) as THREE_LETTER_CODE, * from openart_table) (B but Ive got this error, whats wrong with it? (B (B Warning:

Re: [PHP] dynamic class loaders

2005-04-20 Thread Petar Nedyalkov
. -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgp2lkwjnq0m3.pgp Description: PGP signature

Re: [PHP] Encoding help!

2005-04-20 Thread Petar Nedyalkov
some help here! Thanks. :) :) :) -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpvr6EmSkXr5.pgp Description: PGP signature

Re: [PHP] Classe Variable

2005-04-20 Thread Petar Nedyalkov
, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpLpqGa7yl5J.pgp Description: PGP signature

Re: [PHP] delete session cookie?

2005-04-20 Thread Petar Nedyalkov
On Wednesday 20 April 2005 14:51, William Stokes wrote: Hello, Is it possible to delete a session cookie from browser? If so how? Just unset it. Thanks -Will -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP

Re: [PHP] upload automatic execute

2005-04-19 Thread Petar Nedyalkov
insert into mysql. Use cronjobs if you're using *nix-based OS. Txh __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID

Re: [PHP] Convert gif to jpg

2005-04-19 Thread Petar Nedyalkov
On Tuesday 19 April 2005 14:40, Roman Duriancik wrote: Hello, Is it possible to convert pictures in gif format to jpg format in php script ? Yes, Check http://www.php.net/manual/en/ref.image.php Thank you for yours responses. Roman -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan

Re: [PHP] Last visitors

2005-04-19 Thread Petar Nedyalkov
yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpVS4cLnOE2t.pgp Description: PGP signature

Re: [PHP] Last visitors

2005-04-19 Thread Petar Nedyalkov
, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.16 - Release Date: 4/18/2005 -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923

Re: [PHP] Last visitors (SOLVED?)

2005-04-19 Thread Petar Nedyalkov
-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.16 - Release Date: 4/18/2005 -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145

Re: [PHP] explode a string

2005-04-19 Thread Petar Nedyalkov
like: $id = 4 $cat = gaming etc.. im just looking for the best/fastest way to do this. the string can grow to 200 or so bytes, maybe more. 200 bytes is chump-change. It really doesn't matter how you do this, within reason. -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan

Re: [PHP] Last visitors

2005-04-19 Thread Petar Nedyalkov
On Tuesday 19 April 2005 17:08, John Nichel wrote: Petar Nedyalkov wrote: snip You can store only 10 records for each user by using the following logic: mysql show create table profile_log\G *** 1. row *** Table: profile_log

Re: [PHP] Last visitors

2005-04-19 Thread Petar Nedyalkov
On Tuesday 19 April 2005 17:42, Tom Crimmins wrote: On Tuesday, April 19, 2005 09:09, John Nichel wrote: Petar Nedyalkov wrote: snip You can store only 10 records for each user by using the following logic: mysql show create table profile_log\G *** 1. row

Re: [PHP] explode a string

2005-04-18 Thread Petar Nedyalkov
to do this. the string can grow to 200 or so bytes, maybe more. should i list(), while(), explode it, or should i explode it and foreach it? or..? while is faster than foreach. check the iterator section in SPL for details. thanks. -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan

Re: [PHP] PHP and Sessions

2005-04-18 Thread Petar Nedyalkov
can: 1. Set the expiration time to time in the past using session_set_cookie_params(); 2. Stop the cookies and use GET method. Regards Reynier Prez Mira 3ero. Ing. Informtica Entre ms inteligente me siento, ms me doy cuenta de lo ignorante que soy. -- Cyberly yours, Petar Nedyalkov

Re: [PHP] Two tables (Slightly 0T)

2005-04-16 Thread Petar Nedyalkov
for the [MySQL General] list at [EMAIL PROTECTED] :-) Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.13 - Release Date: 4/16/2005 -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key

Re: [PHP] Levels of Site Protection

2005-04-15 Thread Petar Nedyalkov
-- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpsOUX3VypGx.pgp Description: PGP signature

Re: [PHP] diffence between two numbers...

2005-04-15 Thread Petar Nedyalkov
($a, $b)); } etc... does that exist? -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpoa9Fd8Ip9p.pgp Description: PGP signature

Re: [PHP] diffence between two numbers...

2005-04-15 Thread Petar Nedyalkov
); } Yep, I was wrong. Nice remark. Chris. -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgp3aXVVfTMql.pgp Description: PGP signature

Re: [PHP] Image and PHP

2005-04-14 Thread Petar Nedyalkov
Comunicaciones CARTIF -Parque Tecnológico Boecillo -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpXvgvK7G0wH.pgp Description: PGP signature

Re: [PHP] image display

2005-04-13 Thread Petar Nedyalkov
in a browser are loaded by separate http requests and the MIME type of the web page (text/html) is different from the MIME type of the image (image/jpeg, image/gif, image/png etc.). thanx. -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http

Re: [PHP] error handling

2005-04-13 Thread Petar Nedyalkov
know the record doesnt exist? Possible scenarios are: 1. Use string parsing to recognise the error message. 2. Upgrade to PHP 5, which is not that good if you need to change a lot of code afterwards. thanx. -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP

Re: [PHP] Defined constant in mysql_query - Question.

2005-04-13 Thread Petar Nedyalkov
); Thanks a LOT, Lab. -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgpk4pGJpKVjk.pgp Description: PGP signature

Re: [PHP] php request entity body help

2005-02-21 Thread Petar Nedyalkov
be appreciated. Thanks in advance. Sincerely, Kun -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) PGP ID: 7AE45436 PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 pgp4amLnBr0wb.pgp Description: PGP signature

Re: [PHP] AutoLogin

2004-10-07 Thread Petar Nedyalkov
a JSP files with jsp session and also before logging in..it asks for ssl authentication. Use cURL ;-) Ur help will b a great help to me... Regards, /sagar -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) - Orbitel

Re: [PHP] Is it possible??

2004-10-07 Thread Petar Nedyalkov
to set it via javascript explicitly. I rreally wonder...i badly need the solution :( /sagar -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) - Orbitel - the New Generation Telecom! See www.orbitel.bg. pgpkABOFn8CdR.pgp

Re: [PHP] Newsgroups Space

2004-10-07 Thread Petar Nedyalkov
;-) -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) - Orbitel - the New Generation Telecom! See www.orbitel.bg. pgpJRgvIxfI19.pgp Description: signature

Re: [PHP] Set up cron using PHP

2004-10-07 Thread Petar Nedyalkov
is accepted by virtue of checking this message and you are recommended to have in place your own anti-virus detection procedures. -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) - Orbitel - the New Generation Telecom! See

Re: [PHP] Set up cron using PHP

2004-10-07 Thread Petar Nedyalkov
On Thursday 07 October 2004 15:32, M. Sokolewicz wrote: Petar Nedyalkov wrote: On Thursday 07 October 2004 13:17, Sheni R. Meledath wrote: Hello: We need to set up a cron to send an automated email at regular intervals. For this I need to execute a PHP file which retrieves

Re: [PHP] Set up cron using PHP

2004-10-07 Thread Petar Nedyalkov
On Thursday 07 October 2004 16:27, M. Sokolewicz wrote: Petar Nedyalkov wrote: [snip] Your way is better for cronjob use, mine is better if the user needs to deploy the script not only as a cronjob. [/snip] I agree ;) [snip] This workaround is fine, but I think using lynx or any

Re: [PHP] mapping a directory to a script like a servlet

2004-10-05 Thread Petar Nedyalkov
but can't figure how to do it with Apache + PHP. I was looking at mod_rewrite but then got scared! mod_rewrite is the easiest solution ;-) just don't get scared but read the man. Any help most welcome. Thanks, Roger -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan

Re: [PHP] regular expression help

2004-09-29 Thread Petar Nedyalkov
all of the code to change the coding style my editor (Dreamweaver MX 2004) allows me to do a global search and replace using regular expressions. I have no idea what regular expression I'd use for something like this. Any recommendations? Thanks, Ed -- Cyberly yours, Petar Nedyalkov

Re: [PHP] csv inssue

2004-09-24 Thread Petar Nedyalkov
) *** -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan :-) - Orbitel - the New Generation Telecom! See www.orbitel.bg. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Using '

2004-09-23 Thread Petar Nedyalkov
; However my personal preference is the other way around: $html = ' html ... td width=90 ... /html'; Try using marquees ?php echo PHPMARQUEE html code here PHPMARQUEE; ? HTH Graham -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan

Re: [PHP] implode errors if array empty

2004-09-22 Thread Petar Nedyalkov
contains the array. however, if the array is empty (the user didnt select anything in the form), the implode function errors out. can anyone think of a way round this? many thanks, luke m. -- Cyberly yours, Petar Nedyalkov Devoted Orbitel Fan