Re[6]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Andre Polykanine
Hello Peter, Good point. And more than that, I make a decrypting script, also... so gibberish defenitely is an issue) -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 19174

Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Andre Polykanine
oes through the string and sees an N... what does it do? Surely, it changes it back to A! I hoped (in vain) that there exists a modifier preventing this behavior... but it seems that it's false( Thanks! -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yand

Re[2]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Andre Polykanine
Hello Jim, That might work for that particular example, but I have utf-8 strings containing different characters of different alphabets, so neither str_replace nor strtr work... Thanks! -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: artha

[PHP] preg_replace: avoiding double replacements

2010-05-17 Thread Andre Polykanine
placements, $text); ?> Output: We want to replace > with the <>tag> and with the Look what happend with BOLD. Is there any solution to this besides any two-step sophisticated trick like case changing? Thanks! -- With best regards from Ukraine, Andre Http://oire.org/ -

Re[4]: [PHP] A simple question, however it's urgent

2010-05-17 Thread Andre Polykanine
Ash, Magic quotes are disabled: http://gviragon.org/study/php.php Any ideas? Thanks a lot! -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elen

Re[2]: [PHP] A simple question, however it's urgent

2010-05-17 Thread Andre Polykanine
3 [stid] => 9 [report] => 0 [Add] => ? ?? ) Modified POST: Array ( [uwork] => asdfsadf\r\nasdfasdf\r\nasdfasdf\r\nasdfasdf\r\nasdfasdf\r\nasdf [lid] => 23 [stud] => 1587 [sfac] => 3 [stid] => 9 [report] => 0 [Add] => ????? ?? ) -- With best reg

[PHP] A simple question, however it's urgent

2010-05-17 Thread Andre Polykanine
one site and doesn't on another. Same hosting provider, same settings, all the same. When I call $_POST['uwork']=LineBreaks($_POST['uwork']); Nothing happens. Yes, it does see \r\n's but it doesn't replace them with 's. Tried built-in nl2br(), but no result... T

Re[2]: [PHP] Inserting rows with missing IDs

2010-05-04 Thread Andre Polykanine
Hello Richard, Thanks, will try this!) -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: Richard Quadling

Re[2]: [PHP] Inserting rows with missing IDs

2010-05-03 Thread Andre Polykanine
Hello Bob, Nope; they're not. They are blog entries that were deleted along with their comments. I'm just thinking about doing this when the amount of entries exceeds a reasonable number. -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yan

[PHP] Inserting rows with missing IDs

2010-05-03 Thread Andre Polykanine
to insert firstly the missing IDs and only then apply the auto-increment? Thanks! -- With best regards from Ukraine, Andre Http://oire.org/ - The Fantasy blogs of Oire Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine;

Re: [PHP] Joomla FrameWork ::

2010-05-02 Thread Andre Polykanine
Hello Nick, That means that the function SetVar is situated in the jRequest class. So if you want to modify the function, for example, you need to know where the class jRequest is situated. -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Ja

Re[4]: [PHP] A stupid question about classes

2010-05-01 Thread Andre Polykanine
Hello Richard, thanks a lot! -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: Richard Quadling To: A

Re[2]: [PHP] A stupid question about classes

2010-05-01 Thread Andre Polykanine
Hello Nilesh, So could you illustrate a bit the __construct() function, please? Should I pass those variables as parameters of that function? And what if I need to change their values?) Thanks! -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Ja

[PHP] A stupid question about classes

2010-05-01 Thread Andre Polykanine
es. I was told that it's better to put the initial variables in the __construct() function. What are the advantages of doing that and if I need to do it, how would I call the class from another file then? Thanks! -- With best regards from Ukraine, Andre Http://oire.org/ - The Fantasy blogs of

Re: [PHP] How to Force IE to download text file?

2010-04-30 Thread Andre Polykanine
Hello Ali, It's attachment, not attachement. Maybe here's the reason? Just a thought. -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitt

Re: [PHP] Security/Development Question

2010-04-28 Thread Andre Polykanine
Hello David, I'm not a PHP god but I would never ever do such things.I can't even imagine what can be the reason of passing an SQL query through a form... -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Ya

Re[2]: [PHP] replying to list

2010-04-21 Thread Andre Polykanine
Hello David, I agree with you, David. I'm subscribed to twenty mailing lists or so, and it's the only one that is set in a such weird way. I have a template that works if replying to the list, but here it obviously doesn't work. -- With best regards from Ukraine, Andre Skype: F

Re[2]: [PHP] How to do i18n better?

2010-04-20 Thread Andre Polykanine
Hi Ash, Yepp, it's understood. But how exactly did you store the language-specific strings: in an array or using another way? -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polyka

Re[2]: [PHP] How to do i18n better?

2010-04-19 Thread Andre Polykanine
need to insert the locale somewhere inhere, sorry, I just don't know how to do that) -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Ori

[PHP] How to do i18n better?

2010-04-18 Thread Andre Polykanine
ngs into a .pod file. Maybe it would be better to do that? If so, how can I do it? Could you suggest me maybe a better solution than we currently have? Thanks a lot! -- With best regards from Ukraine, Andre http://oire.org/ - The Fantasy blogs of Oire Skype: Francophile; Wlm&MSN: artha

[PHP] Sending e-mail through an SMTP with authentification

2010-04-09 Thread Andre Polykanine
Hello everyone, Sorry, don't remember who exactly needed this functionality. My class is finally ready and approved by the site admins) http://www.phpclasses.org/package/6128 -- With best regards from Ukraine, Andre Http://oire.org/ - The Fantasy blogs of Oire Skype: Francophile; Wl

Re: [PHP] No notices for undefined index

2010-04-08 Thread Andre Polykanine
Hello Shawn, Hm... isn't it expected behavior? Since you haven't defined a $a['test'] item, PHP throws a notice... or I'm wrong? -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! mes

Re: [PHP] contant /

2010-04-08 Thread Andre Polykanine
and fields between grave accents (backquotes). -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: Jack To: ph

[PHP] Who uses Mantis, please help!

2010-04-07 Thread Andre Polykanine
-- With best regards from Ukraine, Andre Http://oire.org/ - The Fantasy blogs of Oire Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: http://twitter.com/m_elensule -- PHP General Mailing List (http

Re: [PHP] About the php mail function and imap_mail function

2010-04-04 Thread Andre Polykanine
Hello ttplayer, If GMail does allow sending through socket, wait a bit, I'll upload a class written on my own for sending mail through a custom SMTP via socket. -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.

[PHP] convert a string into an array

2010-04-02 Thread Andre Polykanine
array a new name since I address it further in a loop as my function's parameter... hope you understand what I'm saying) Thanks! -- With best regards from Ukraine, Andre Http://oire.org/ - The Fantasy blogs of Oire Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: a

Re[2]: [PHP] Still searching for a bugtracking system

2010-03-31 Thread Andre Polykanine
Hello Jorge, Hm... that seems quite fine) If I don't manage to deal with JotBug, will try Flyspray, thanks! -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 19174995

Re[2]: [PHP] MySQL query not working!

2010-03-31 Thread Andre Polykanine
Hello Parham, I know what the @ operator does (it stops PHP from reporting errors and makes it ignore error_reporting() or any INI directives) but I don't understand why to use it here, with mysql_query() function. -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN:

Re: [PHP] MySQL query not working!

2010-03-31 Thread Andre Polykanine
Hello Parham, Adding to Ash's question, why to use the @ operator before mysql_query? -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m

Re[2]: [PHP] Still searching for a bugtracking system

2010-03-30 Thread Andre Polykanine
Hello Jan, And what do you use then?) -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: Jan G.B. To: Alex M

[PHP] How to redefine a function if it doesn't exist?

2010-03-30 Thread Andre Polykanine
ble_encode ($str); if (!isset($x)) { // blah blah, alternative code } else { return $x; } } Is it valid code or not?) Thanks! -- With best regards from Ukraine, Andre Http://oire.org/ - The Fantasy blogs of Oire Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jab

[PHP] Still searching for a bugtracking system

2010-03-30 Thread Andre Polykanine
Perl. I have looked at Bugzilla... seems to heavy for our service). -- With best regards from Ukraine, Andre Http://oire.org/ - The Fantasy blogs of Oire Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twit

Re: [PHP] Re: Web Design

2010-03-28 Thread Andre Polykanine
PTCHA developed by ourselves). Anyway, glad that there are people like you, Nathan, here around. -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elens

[PHP] bug tracking system

2010-03-28 Thread Andre Polykanine
Hello everyone, Can you recommend a bug tracking system to be installed on the site? Requirements: written in PHP (or maybe Perl); tickets system; e-mail notifications. -- With best regards from Ukraine, Andre Http://oire.org/ - The Fantasy blogs of Oire Skype: Francophile; Wlm&MSN: artha

Re[2]: [PHP] Re: PHP Sessions

2010-03-13 Thread Andre Polykanine
nge them if possible. -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: Ashley Sheridan To: Andre Polykanine

Re: [PHP] Re: PHP Sessions

2010-03-13 Thread Andre Polykanine
Hello Martine, As you have been already told, the is not always supported. However I'd suggest you to do the following (since I love this form of tag): «» Note: I put within the tag only the variable. -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN:

Re: [PHP] PHP Sessions

2010-03-12 Thread Andre Polykanine
Hello Martine, Try to make on the second page a print_r ($_SESSION); -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original mes

Re[2]: [PHP] EHLO error 554: what can it be?

2010-03-09 Thread Andre Polykanine
gards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: Kevin Kinsey To: Andre Polykanine Date: Tuesday, March 9, 2010, 6:46:24 A

[PHP] EHLO error 554: what can it be?

2010-03-08 Thread Andre Polykanine
Hello everyone, I'm writing a class to send mail via an SMTP server with authorization. Everything seems to work but I get an EHLO error: 554 SMTP synchronization error Where should I look to avoid this? Thanks! -- With best regards from Ukraine, Andre Http://oire.org/ - The Fantasy blo

Re: [PHP] XML functions

2010-03-06 Thread Andre Polykanine
Hello Ahmad and all, I will expand a little bit your question joining to it: what is the better technique to make an RSS feed on the website? The website is manually written, no CMS. -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yande

Re[2]: [PHP] Sending e-mail via socket

2010-02-23 Thread Andre Polykanine
Hello Rene, Can't do that since the message is personalized: I need to put in the user name ("Hello $username") and some other data, so the BCC is not a solution, unfortunately... -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru

[PHP] Sending e-mail via socket

2010-02-22 Thread Andre Polykanine
ow to look where the error exactly is? Can't get server logs for some reason (will talk to tech support probably). 3. How to do the same thing but with an ability to send multiple messages without closing the connection after each message? Thanks! -- With best regards from Ukraine, Andre Http:

Re: [PHP] Need unrounded precision

2009-10-11 Thread Andre Dubuc
Yup! I had noticed that I had forgot to reset to today's date after working on the code, just after I sent the messages. Thanks. Andre On October 11, 2009 09:14:56 pm Jim Lucas wrote: > Andre Dubuc wrote: > > Hi, > > > > I need to extract the first digit after the d

Re: [PHP] Need unrounded precision [RESOLVED]

2009-10-11 Thread Andre Dubuc
Thanks Eddie, Actually while waiting for some re[lies, I resolved the problem. I realized that '$elapsed' will always have only two digits before the decimal point. Thus I was able to use 'number_format($elapsed, 2);' and to give me the desired result. Thanks for the quic

[PHP] Need unrounded precision

2009-10-11 Thread Andre Dubuc
would not have access to). Then I've tried: What I need is only the first digit after the decimal -- all the rest could be 'chopped' or discarded but without rounding the first digit after the decimal point. Is there any way of doing this? I'm stumped. Tia, Andre --

Re: [PHP] Fatal error on functions valid for PHP 4, 5

2009-10-09 Thread Andre Dubuc
Hi Jonathon, I'm using Mandriva 2008.0 x86_64 version (which probably didn't have that enabled).. Thanks -- will check. Be fun trying to enable it though, given Mandriva's propensity to stick stuff in weird places. Sigh . . . Andre On October 9, 2009 09:20:29 am Jonatha

[PHP] Re: How to stop E_DEPRECATED messages in the PHP log?

2009-07-08 Thread Andre Hübner
... i start packaging 5.3 next days so it is also interesting for me and my "deprecated" users. unfortunately no 5.3 experience until now... Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Rogue 'if - elseif' code

2009-05-22 Thread Andre Dubuc
OST['death']; $_SESSION['YEAR2rdod'] = $_POST['rdod']; } elseif ($_POST['dday'] == "Day" && $_POST['dmonth'] != "Month" && $_POST['death'] != "Year") { $_POST['rdod'] = ("{$_POST['dmonth']} {$_POST['death']}"); $_SESSION['MONTHYEAR2rdod'] = $_POST['rdod']; } $_SESSION['Sdebugdod2'] = "{$_POST['dday']} {$_POST['dmonth']} {$_POST['death']}"; } ?> Any help or pointers would be greatly appreciated! Tia, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] bug or expected, mbstring.func_overload not changeable by .htaccess 5.2.8/5.2.9

2009-04-23 Thread Andre Hübner
?id=47187&edit=1 Its not allowed anymore, just not documented. formerly bug was fixed by deactivating ;) thats a pitty cause the patch for 3rd party patch for ~5.2.6 for mentioned bug worked really good. :( Thanks, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

Re: [PHP] bug or expected, mbstring.func_overload not changeable by .htaccess 5.2.8/5.2.9

2009-04-16 Thread Andre Hübner
c_overload 2 php_flag mbstring.encoding_translation On Can you confirm or rebut this behavior? Should we go to internals list? Thanks, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] bug or expected, mbstring.func_overload not changeable by .htaccess 5.2.8/5.2.9

2009-04-14 Thread Andre Hübner
values are changeable by .htaccess so it should not be a general problem on my side. Please someone could check this? Thanks, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php_value error_log realtive path in 5.2.8

2009-01-12 Thread Andre Hübner
, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php 5.2.8 error_log - relative paths

2008-12-18 Thread Andre Hübner
this correct? Thanks, Andre

[PHP] restrict fsockopen spam etc.

2008-12-10 Thread Andre Hübner
gets more and more to a problem for us but we do not want to disable fsockopen completely at the moment. Is there a way to realize this? Thanks, Andre

[PHP] successful compiled, but errors at use

2008-01-23 Thread Andre Hübner
What goes wrong? I have no idea what i id not correctly. Can anybody help please? Thanks Andre

[PHP] INSTALL_ROOT and apxs

2007-10-19 Thread Andre Majorel
I'm trying to build PHP 5.2 as an Apache 2.0 handler module. Apache and PHP are installed with DESTDIR/INSTALL_ROOT=/sandbox set because the end goal is to make a package, not to install on the build machine. The paths returned by apxs are relative to /, not to /sandbox which throws off PHP's make

Re: [PHP] PHP Warning: session_destroy

2007-01-20 Thread Andre Dubuc
On Saturday 20 January 2007 05:33 pm, Paul Novitski wrote: > At 1/20/2007 02:14 PM, Andre Dubuc wrote: > >However, checking the live version, I get an secure-error_log entry: > > > >"PHP Warning: session_destroy() [ >href='function.session-destroy'>funct

[PHP] PHP Warning: session_destroy

2007-01-20 Thread Andre Dubuc
'session_destroy(); is needed? [I've tried isset, it barfs the code.] Tia, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Need tool to graphically show all includes/requires

2007-01-20 Thread Andre Dubuc
you use variables in the include/require, then it will fail most > horribly. > > Col. > Just a thought following on Colin's idea. YIf you can't find anything to do the job, you should be able to modify 'staviz' that uses dot to graphically show log files

Re: [PHP] problems with sessions variables and virtual domains in apache

2007-01-18 Thread Andre Dubuc
ther page, the server ask me for the username and the password, it is > not always. > > Please help me > > Thanks. Following Chris' idea - going from http to https - try this simple technique - works for me: https://your_domain/the_page_you_want_at_https";); exit;} ?> Saves you having to explicitly set the page for https Hth, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Getting domain out of a URL {SOLVED]

2007-01-17 Thread Andre Dubuc
'ranchy', 'stuff', 'com and other junk' Sigh. I have used that code just above the area I have been working on . . . it's been a long day. Thanks - it does the job very well! Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Getting domain out of a URL

2007-01-17 Thread Andre Dubuc
ay cutting the remainder after a delimiter word '.com'. Something along the lines of: Part of my problem, I'm beginning to realize, is that the array '$boom[1]' contains only one element. Is there a similar string function I could use that would accomplish what I need? Tia, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Getting domain out of a URL

2007-01-17 Thread Andre Dubuc
on. Then it stops." Extra 2 BOOM1 SPLIT: "borko.worko.com and meanders on. Then it stops." Extra 2 OUT SPLIT: nothing There's gotta be a better, simpler way of doing this. I want to check for the string in the POST. If it's there, tag it, and be able to save it, and re-enter just the domain back into future checks based on the IP address as well. Tia, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] 'Require' and 'Select' lists

2005-05-14 Thread Andre Dubuc
On Saturday 14 May 2005 02:14 am, you wrote: > On Fri, May 13, 2005 5:59 am, Andre Dubuc said: > > However, the behavior continues intermittently. I've duplicated it one > > time. > > If I click on the 'State' dropdown list, allow the mouse to scan through &

Re: [PHP] 'Require' and 'Select' lists

2005-05-13 Thread Andre Dubuc
I was wrong). I'll give it whirl, and take it out for a test-drive. Thanks, Andre On Friday 13 May 2005 10:51 am, you wrote: > Sounds like it might be a browser behavior issue. I've seen some really > weird behavior in browsers when a DOCTYPE is not declared at the start > of t

Re: [PHP] 'Require' and 'Select' lists

2005-05-13 Thread Andre Dubuc
On Friday 13 May 2005 02:20 am, Richard Lynch wrote: > On Thu, May 12, 2005 8:41 pm, Andre Dubuc said: > > I've had some rather odd intermittent behavior with a select list drawn > > by a > > 'require' on my production site. Sometimes, rather than displaying

[PHP] 'Require' and 'Select' lists

2005-05-12 Thread Andre Dubuc
Alabama . . . [snippet of some validating code verifying $selstate that relies on $selstate] Please choose from 'In USA/Canada' or type in 'Other State'. Do not use bothClick 'Back' on your browser to re-enter information"); ?> Any ideas why th

Re: [PHP] Newbie Help

2005-05-01 Thread Andre Dubuc
echo("Page Not Set.");} > ?> > > My site is: http://bonhamlinux.org > My email is: [EMAIL PROTECTED] > > Thanks for all the help. > Thomas I spot perhaps a typo in http://bonhamlinux.org/idex.php?page=links/index.php Might that be 'index' instead? Hth, And

Re: [PHP] Re: Templating engines

2005-04-28 Thread Andre Dubuc
On Thursday 28 April 2005 03:21 pm, Ryan A wrote: > On 4/28/2005 8:18:28 PM, Andre Dubuc ([EMAIL PROTECTED]) wrote: > > On Thursday 28 April 2005 02:05 pm, John Nichel wrote: > > > Jason Barnett wrote: > > > > > > > > > > > > > Humor is o

Re: [PHP] Re: Templating engines

2005-04-28 Thread Andre Dubuc
ED] Just out of curiosity, are there any templating engines out there that would automatically generate and then fill in values for a TODO list? IATOL, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Access Denied-phpMyAdmin

2005-04-16 Thread Andre Dubuc
27;], I guess it should be > > 'socket' in your setup > > Hi All, > > thanx, but, no difference. What I don't un, is, the setup is the same as > another FC3 box, and it works. Cheers. > > Mark Sargent. Mark, I had the same problem. Try: $cfg['PmaAbsoluteUri'] = ''; /** * Disable the default warning about $cfg['PmaAbsoluteUri'] not being set * You should use this if and ONLY if the PmaAbsoluteUri auto-detection * works perfectly. */ $cfg['PmaAbsoluteUri_DisableWarning'] = FALSE; .. $cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address Hth, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] plug-in forum

2005-04-05 Thread Andre Dubuc
On Tuesday 05 April 2005 07:16 pm, Chris W. Parker wrote: > Andre Dubuc <mailto:[EMAIL PROTECTED]> > > on Tuesday, April 05, 2005 4:04 PM said: > > Might want to look at: > > > > http://fudforum.org > > > > hth, > > Andre > >

Re: [PHP] plug-in forum

2005-04-05 Thread Andre Dubuc
in section to > include only the necessary option and hide everything else from the > admin as to not overwhelm their puny brain. > > > HTH, > Chris. Might want to look at: http://fudforum.org hth, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Simple CMS program

2005-03-30 Thread Andre Dubuc
gt; server DB. Has anyone had experience with such a CMS? > > > > Todd Try: http://www.mamboserver.com easy to install, update, etc. Hth, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] parse error, unexpected T_ENCAPSED_AND_WHITESPACE

2005-03-14 Thread Andre Dubuc
On Monday 14 March 2005 06:22 pm, Chris W. Parker wrote: > Chris W. Parker <> > > on Monday, March 14, 2005 3:15 PM said: > >> Line 82 is: > >> print ' >> $row["profileID"] . ']' . "' value='true'/>\n"; > > > > Very likely the problem is not on line 82, but rather before it. Line > > 82 is just

[suspicious - maybe spam] [PHP] [suspicious - maybe spam] Re: [suspicious - maybe spam] [PHP] [suspicious - maybe spam] Re: [PHP] 'Insulate' db connection

2005-03-06 Thread Andre Dubuc
On Sunday 06 March 2005 11:47 am, Mattias Thorslund wrote: > Since you can use fopen, I don't think open_basedir is the problem. > Read about open_basedir here: http://us3.php.net/features.safe-mode > > Maybe the path that you use in the include is wrong? > > /Mattias >

[PHP] 'Insulate' db connection

2005-03-06 Thread Andre Dubuc
there another way to do this? *** The code so far: On any page that needs a db connection (in docroot path): Db code page (located in directory above docroot): Tia, Andre -- PHP General Mailing List (http://www.php.net

Re: [PHP] function to resize images

2005-02-28 Thread Andre Dubuc
nal image over temp.jpg // since you have GD2, you could also use imageCopyResampled imageCopyResized($image, $imageToResize, 0, 0, 0, 0, $dest_w, $dest_h, $src_w, $src_h); // values for output jpeg quality $jpegQuality = 75; // create the resized image imageJpeg($image, "/your_site/pix/{$_SESSION['rid']}-{$_SESSION['sid']}.jpg", $jpegQuality); // cleanup temp files } } Hth, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: SV: [PHP] Difficulty with SQL LIKE clause

2005-02-25 Thread Andre Dubuc
get the result of ALL things with the years in the > 1970's (1970-1979). But the asterisk in the LIKE clause does not seem to > work. I have tried various syntax's to try to get the 197* recognized but > without any luck. > > Can the '*' be used? What am

Re: [PHP] Word file to PDF

2005-02-25 Thread Andre Dubuc
ome your god(s). > > > Best of luck, let us know what solution you come up with. > > > > -KBear > > > > Original Message: > > > > Hi there, > > > > How can I convert a Word file (*.doc) to PDF file? Are there any > > libraries available

Re: [PHP] Cookies

2005-02-24 Thread Andre Dubuc
On Thursday 24 February 2005 06:34 am, Burhan Khalid wrote: > William Stokes wrote: > > Hello, > > > > If I send a session cookie to browser where it is stored in WinXP? Or is > > it stored as a separate file at all. I know that the script sends the > > cookie but I can't find it in the client comp

Re: [PHP] [NEWBIE] Cant get $_POST to work

2005-02-20 Thread Andre Dubuc
> >> >>$name = $_POST['name'] ; > >>$age = $_POST['age'] ; > >>print("Hello, $name! You are $age years old!"); > >>?> > >> > >>It does not work unless I turn register_globals ON in the php.ini > >>

Re: [PHP] [NEWBIE] Confused about usage of $_SERVER['DOCUMENT_ROOT']

2005-02-20 Thread Andre Dubuc
_files_are_here" then "/vhome/tokyocomedy/all_your_files_are_here/images/image.jpg" is where your image.jpg file is. Also, check using where the $_SERVER['DOCUMENT_ROOT'] is (under 'PHP Variables' section) and note where tempfiles are uploaded to as well, if you're uploading. HTh, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How do I collect the keywords a user entered when searching for my site

2005-02-07 Thread Andre Dubuc
using some code ideas from the prog. http://www.mikes-marketing-tools.com You can get search engine ranking using keywords/phrases from your site. Hth, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Remote Procedure Call Failed

2005-02-07 Thread Andre Dubuc
On Monday 07 February 2005 12:06 pm, Alex Gemmell wrote: > On Sun, 6 Feb 2005 19:36:23 -0500, Andre Dubuc <[EMAIL PROTECTED]> wrote: > > On Sunday 06 February 2005 07:18 pm, Alex Gemmell wrote: > > > Hello, > > > > > > I am building a login system

[PHP] Attempting to use 'passthru' or 'exec' function

2005-01-23 Thread Andre Dubuc
rks fine on commandline). $Pdf"; passthru("sudo pdftotext /var/www/html/2005-o1-v2.pdf.txt /var/www/html/current.txt"); */ $current = "current.txt"; print "Current Text: $current"; $string_text = file_get_contents("current.txt"); $new_text = nl2br

Re: [PHP] Shifting banner on re-display [SOLVED]

2004-12-24 Thread Andre Dubuc
centering and saving the images solved the problem. Thanks again to all who offered suggestions. A Blessed Christmas to all. Andre Hi Mark, Tried your idea - no go. Somehow I think the problem may be related to the banner's gif width (set at 101%). I recall when I first made the banner, whic

Re: [PHP] PHP &Apache Upload file Permission denied

2004-12-12 Thread Andre Dubuc
esize is greater than maximum 75k! Please resize your picture to below 75k, and try again!"; } This works for me -- might want to modify it and see if it clicks on yours. My pix directory is 777, uploaded files go in as apache:apache 755. (also, if you try to upload greater than limit set i

Re: [PHP] Weird sessions problem

2004-11-28 Thread Andre Dubuc
nd again for the reset values. Hence, $ref_page gets reset by line 53 ($ref_page = get_ref_page(); I experienced the same difficulty once, and essentially solved the problem by adding an extra page that is called, by a simple switch statement, if there is a change: i.e, from 'community' to 'market'. Another question, by any chance, are you switching into https by any chance? Hth, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Odd Behaviour: DIE function

2004-11-25 Thread Andre Dubuc
on your browser to enter this information"); ... ?> Any pointers of what I'm missing here would be appreciated. Tia, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PhP e COBOL

2004-11-19 Thread Andre
Hello I need some help in this subject php + COBOL. I need to load data of a program in COBOL for a site written in php. The data must be loaded for a DB in mysql. Any one knows as I make this. Thank for the help André Caridade

Re: [PHP] Shifting banner on re-display

2004-11-13 Thread Andre Dubuc
combo. Thanks for the suggestion. Regards, Andre On Saturday 13 November 2004 07:42 pm, Marek Kilimajer wrote: > What if you try: > > > > > Andre Dubuc wrote: > > Hi, > > > > I have a very annoying problem with pages that re-display using the > action

Re: [PHP] Shifting banner on re-display

2004-11-13 Thread Andre Dubuc
t;); > AD> break; > > AD> default : > AD> header("location: join.php"); > AD> break; > > AD> endswitch; > AD> } > ?>> > > AD> Is there a

[PHP] Shifting banner on re-display

2004-11-13 Thread Andre Dubuc
ere a workaround for this problem, or is this a normal occurence? Any suggestions or pointers would be gratefully appreciated. Tia, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Register Globals

2004-10-25 Thread Andre Dubuc
hing to pass via sessions with register_globals=on with a site I had rebuilt. All sorts of strange behavior -- if you look back in the archives you see what I mean. Once register_globals was switched to 'off' everything worked as expected. Sorry to throw a wrench into the works!

Re: [PHP] Form madness maybe OT

2004-10-23 Thread Andre Dubuc
On Saturday 23 October 2004 07:11 am, you wrote: > --- Andre Dubuc <[EMAIL PROTECTED]> wrote: > > Stuart, > > > > I'm no expert, but did you flush your browser? > > > > Hth, > > Andre > > Andre, thank you for the response. I'm not sure

Re: [PHP] Form madness maybe OT

2004-10-23 Thread Andre Dubuc
Stuart, I'm no expert, but did you flush your browser? Hth, Andre On Saturday 23 October 2004 06:46 am, Stuart Felenstein wrote: > I've tried about everything and have analyzed every > bit of code but I can't seem to resolve this issue. It > might be off topic since I ca

Re: [PHP] Validation problem with array.

2004-10-21 Thread Andre Dubuc
;ve put ^^ should be enclosed by braces, otherwise you'll get some starnge behaviour. I'm puzzled why you reverted to $_SESSION['skills'] when the line above you've set $skills = $_SESSION['skills']?? HTH, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Open a PDF in the mode https://....

2004-09-23 Thread Andre
Yes I am using sessions? -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 23 de Setembro de 2004 18:28 To: Andre Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Open a PDF in the mode https:// Andre wrote: > Hello > > When I try to open a PD

[PHP] Open a PDF in the mode https://....

2004-09-23 Thread Andre
Hello When I try to open a PDF file in the https://localhost mode it opens a Save File window. When I am on the http://localhost mode the problem does not exist. How can I solve this? Thanks.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.p

<    1   2   3   4   5   >