Re: [PHP] Sessions just don't work on my machine. (Trying thisagain)

2001-09-24 Thread Thomas Deliduka
; That's what I do and then I just pass the $SID on all the links and forms > and it works for me. > > Hope that helps or is at least something new for you to try. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst htt

Re: [PHP] Sessions just don't work on my machine. (Trying thisagain)

2001-09-24 Thread Thomas Deliduka
"; > $var2 = "worked"; > ?> > > > Go to page two > > > > //index2.php > session_start(); > > echo "var1 is $var1 and var2 is $var2"; > > session_destroy(); > ?> > > --- > > You can also send the SID in

Re: [PHP] Sessions just don't work on my machine. (Trying thisagain)

2001-09-24 Thread Thomas Deliduka
On 9/24/2001 12:22 PM this was written: > Try to use constant SID, maybe that will work, and it is more likely > that it will work on other intallations with other session variable > names. I just tried using SID in my index.php and there is nothing that displays. Hmmm. -- Thomas De

Re: [PHP] Sessions just don't work on my machine. (Trying thisagain)

2001-09-24 Thread Thomas Deliduka
On 9/24/2001 12:28 PM this was written: > On Monday 24 September 2001 18:20, Thomas Deliduka wrote: >> On 9/24/2001 12:22 PM this was written: >>> Try to use constant SID, maybe that will work, and it is more >>> likely that it will work on other intallations with

Re: [PHP] Sessions just don't work on my machine. (Trying thisagain)

2001-09-24 Thread Thomas Deliduka
After reloading IE on the PC now the SID constant doesn't echo anything at all. On 9/24/2001 12:28 PM this was written: > On 9/24/2001 12:28 PM this was written: > >> On Monday 24 September 2001 18:20, Thomas Deliduka wrote: >>> On 9/24/2001 12:22 PM this was written

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
e = 180 -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To cont

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
er. So, I shouldn't use that if I'm depending on SID to display on pages to pass the session ID. Or what, disable cookie support in my php.ini? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
passed. They would mess up the querystrings, has that been fixed? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECT

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
On 9/24/2001 12:39 PM this was written: > Try these changes: > > session.cookie_lifetime = 0 > session.use_trans_sid = 1 > I see no changes to my problems. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Inte

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
I'm finding my script on www.fromtheduke.com/session/ still doesn't work even with the in the link or passing it along in the form. On 9/24/2001 12:49 PM this was written: > On Monday 24 September 2001 18:39, Thomas Deliduka wrote: >> On 9/24/2001 12:32 PM this was

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
On 9/24/2001 1:05 PM this was written: > On Monday 24 September 2001 18:51, Thomas Deliduka wrote: >> I'm finding my script on www.fromtheduke.com/session/ still doesn't >> work even with the in the link or passing it along in the >> form. > Please send us y

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
make a difference, but the pros on this list say that is the way it needs to > be done. Done, I switched the four lines around. Session Page 1 PHPSESSID: Var1: Var2: Passing sessid: VAR 3: Try this link -- Thomas Deliduka IT Manager - New Eve M

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
en this >> make a difference, but the pros on this list say that is the way it needs to >> be done. > > Done, I switched the four lines around. Same result. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://w

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
normal but that sessid number is equal t the new session created on the server and the value of it is: var3; var1; var2 This is stranger than strange. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
#x27;s why I told above they were registered, and their > values are stored properly, so it's not a problem of rights, session > save paths, etc..) > So that's what I've found, but I have to go home now sorry. > On the other hand the 2 source file you've sent me worked fine

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
page. That will also > help you find the correct session file to inspect. > > echo "session id is " . session_id() . "\n"; -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ --

Re: [PHP] Re: popup window under php

2001-10-04 Thread Thomas Deliduka
You could also wait for the page to load and then invoke the JS by putting an onLoad="function_name()" in the 'BODY' tag of the document. On 10/4/2001 3:58 PM this was written: > [EMAIL PROTECTED] (Tim Sawyer) wrote: > >> I want to open a popup window under php control. So lets say I have an >>

Re: [PHP] Re: If...Or...Else

2004-07-26 Thread Thomas Goyne
On Mon, 26 Jul 2004 11:11:21 +0300, Skippy <[EMAIL PROTECTED]> wrote: Quoting Thomas Goyne <[EMAIL PROTECTED]>: On Sun, 25 Jul 2004 23:15:41 +0300, Skippy <[EMAIL PROTECTED]> wrote: > Any idea why the need to have two logical operators with the same > meaning BUT > diffe

Re: [PHP] PHP and Apache 2

2004-08-08 Thread Thomas Goyne
On Sun, 8 Aug 2004 16:20:55 +0300, Rosen <[EMAIL PROTECTED]> wrote: Hi, What is the reason, thath in the installation manual of PHP writes: "WARNING: Do not use Apache 2.0 and PHP in a production environment neither on Unix nor on Windows. " Thanks, Rosen http://www.zend.com/lists/php-dev/200406/ms

Re: [PHP] What happend to _SERVER?

2004-08-14 Thread Thomas Goyne
On Sat, 14 Aug 2004 15:26:46 -0700, Allen Wayne Best <[EMAIL PROTECTED]> wrote: Hello: I am having a spot of difficulty with PHP. I cannot get php to return the values of _SERVER. Here is a test php file. print_r($_SERVER); -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m

Re: [PHP] OO Theory Question

2004-08-17 Thread Thomas Goyne
On Tue, 17 Aug 2004 12:25:42 -0600, Jed R. Brubaker <[EMAIL PROTECTED]> wrote: The real reason for having the login class like this is to eliminate database calls. I thought I could have one session variable that said yo uwere logged in, but then the database calls would still have to be made

[PHP] Re: oop too slow

2004-08-19 Thread Thomas Seifert
ved? Why are you doing 300(!!!) mysql queries? I guess you can retrieve the same data with much less queries. 300 queries are slow ... not OOP. thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Is javascript enable?

2004-08-25 Thread Thomas Goyne
On Wed, 25 Aug 2004 16:36:41 -0300, Marcos Thiago M. Fabis <[EMAIL PROTECTED]> wrote: i share your opinion, but belive-me when i say that this situation requires it. It is quite literally impossible to enforce security with JS. Anything you try to do I could get around with Proxomitron and

Re: [PHP] backslashes

2004-08-28 Thread Thomas Goyne
On Fri, 27 Aug 2004 18:29:50 -0400, Ryan Schefke <[EMAIL PROTECTED]> wrote: Thomas, I'm not sure what your point is. Please expand. Ryan Do you really see nothing wrong with announcing to all users that they can run arbitrary SQL with your script? well, the where clause

Re: [PHP] Problem with str_replace

2004-08-29 Thread Thomas Goyne
On Sun, 29 Aug 2004 17:45:05 -0600, Francisco Javier Escoppinichi Fernández <[EMAIL PROTECTED]> wrote: On Sun, 29 Aug 2004 19:36:49 -0400, John Nichel <[EMAIL PROTECTED]> wrote: Francisco Javier Escoppinichi Fernández wrote: > Hello people... > > I have a little problem here... I hope you can

[PHP] Creating a zip and pumping it through the headers - ERROR

2004-08-31 Thread Thomas Hochstetter
e'); header('Content-Disposition: attachment; filename=Resources.zip'); @readfile( $filePath ); unlink( $filePath ); $GLOBALS['COPE_LOG']->devLog(); } [/code] The headers sequence I have tried with many others . all did not do anything different.] Help would be appreciated. Thomas

[PHP] CMS, Seperation of concerns - the Cocoon style

2004-08-31 Thread Thomas Hochstetter
d the web . hmmm, not sure of that. Maybe it's just not been tried enough? So, any inputs on that? I would not mind going the java route, just prefer rapid development over: asant - asant deploy - asant undeploy - asant clean .. And so on . Thanks, Thomas

[PHP] Re: php does not get variable values in POST method

2004-09-02 Thread Thomas Seifert
ml variables defined in the calling form. > > you probably have register globals disabled there: http://de3.php.net/manual/en/ini.sect.data-handling.php#ini.register-globals thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] new line function

2004-09-02 Thread Thomas Goyne
On Thu, 02 Sep 2004 01:08:20 -0400, John Holmes <[EMAIL PROTECTED]> wrote: Curt Zirzow wrote: $fixed = preg_replace("/(\r?\n)|\r/",'',$oldstring); on retrosopect.. reading into that regex i get: unix: sets the standard to use \n windows: can't really decide on \r or \n so just uses them both m

[PHP] Getting $_POST variables back

2004-09-03 Thread Thomas Hochstetter
cts to retrieve the previous page. Thanks Thomas

[PHP] Is ob_gzhandler interfering with dynamic zipping???

2004-09-07 Thread Thomas Hochstetter
o get this show going even with [same-code]ob_start( "ob_gzhandler");[/same-code] enabled. Help is appreciated! Thomas P.S. Sorry Marek, last time is was a bit slow to respond. ;-)

Re: [PHP] Capturing an Image of a web page

2004-09-14 Thread Thomas Goyne
On Tue, 14 Sep 2004 17:45:07 -0700, Vail, Warren <[EMAIL PROTECTED]> wrote: Has anyone run across a tool available to PHP that can render an image of a entire webpage from a URL, so that it can be reduced to a thumbnail and stored in a database? Warren Vail I suppose you could write a complet

[PHP] Re: problems with different results on count() and select

2004-09-16 Thread Thomas Seifert
clause in the second statement so you are missing some rows there. also your code for ordering in the first part might just be wrong, but you didn't show this code. thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] List Etiquette

2004-09-20 Thread Thomas Goyne
On Sun, 19 Sep 2004 10:02:23 +0800, Jason Wong <[EMAIL PROTECTED]> wrote: I really shouldn't be indulging you as it's pretty obvious you're only here for a vigorous debate (that's my euphemism for an argument - the not so nice meaning of argument). The OP asked for the pros and cons of top

Re: [PHP] Infinate looping

2004-09-20 Thread Thomas Goyne
On Sun, 19 Sep 2004 11:20:01 -0500, Stephen Craton <[EMAIL PROTECTED]> wrote: Yes, I agree, if I were making a task to run every few minutes it would be easier, but that's not exactly what I'm doing. I'm more or less streaming content from the database to the end-user. It's basically a chat sc

[PHP] captcha lib

2004-09-20 Thread Roger Thomas
What's the most popular/usable captcha library that is currently available. I frequent PEAR website but couldnt find any. Pls advise. -- roger --- Sign Up for free Email at http://ureg.home.net.my/ -

Re: [PHP] php5 and php4?

2004-09-20 Thread Thomas Goyne
On Tue, 21 Sep 2004 01:29:06 -0400, Minuk Choi <[EMAIL PROTECTED]> wrote: I've been meaning to ask this... but I always thought I could find the answer online(I didn't). Back when PHP 5.0.1 was released, PHP 4.something else was released. What was the main reasoning behind this move? Is i

[PHP] Re: HTML Frames and PHP Sessions

2004-09-21 Thread Thomas Seifert
nk > it's my PHP that is the problem. Is there a target function somehow > or some way to pass it down from the _top frame to an individual frame > or frames? > > Any help is appreciated and I offer thanks in advance. probably you are loading the other frames *before* the give

[PHP] HTML in Download data?

2004-09-24 Thread Thomas Hochstetter
se the headers (as above in [1]) with a normal file, it has got the neck of working fine on my machine (XP Pro, IE6, Apache 1.3, PHP4.3.2) but not on the server (Debian, IE6, Apache 1.3, PHP4.02). Any suggestions? Thomas

Re: [PHP] PHP Counter?

2004-09-27 Thread Thomas Goyne
On Mon, 27 Sep 2004 11:29:34 +0200, Nick Wilson <[EMAIL PROTECTED]> wrote: * and then raditha dissanayake declared >>These counters are pretty much useless at gauging web traffic. you would >>be better off using log analysis tool. >> >> > >Who said anything about web traffic? ;-) > > whic

Re: [PHP] Re: Mass Mailing Using PHP

2004-09-27 Thread Roger Thomas
Quoting Manuel Lemos <[EMAIL PROTECTED]>: > Just let me know which OS and local mailer (Sendmail, qmail, postfix, > exim, MS IIS, Exchange, etc..) do you use so I can advise. What do you recommend for Linux and qmail combination ? Please advise. -- roger -

Re: [PHP] Re: Mass Mailing Using PHP

2004-09-28 Thread Roger Thomas
Quoting Manuel Lemos <[EMAIL PROTECTED]>: > You may just need to tune qmail to maximize the number of simultaneous deliveries > according to the available bandwidth. How do I tune qmail in that manner ? If the answer is too long and complicated, pls flame me softly as this is already OT. > Fo

Re: [PHP] Why my browser always chooses UTF-8 charset?

2004-10-03 Thread Thomas Goyne
On Sun, 03 Oct 2004 18:05:32 -0400, Teng Wang <[EMAIL PROTECTED]> wrote: Hi: But I still want the default language to be English, I can set a page to be Chinese if I wanna to do so. Is that possible? Why doesn't the meta information work? Setting the charset in the html doesn't work very well for t

[PHP] getting rid of NOTICE

2004-10-06 Thread Roger Thomas
I have this short script (below) that does checking whether a userid has an associated jpegPhoto in an LDAP database. The script is working fine but gave a 'Notice' msg bcos I made error_reporting to report all errors. Notice: Undefined index: jpegphoto in test.php on line 34 Question: How do I

Re: [PHP] getting rid of NOTICE

2004-10-07 Thread Roger Thomas
in PHP. Just to satisfy your curiosity, I have changed that to your advise with running the script produces identical result. -- roger Quoting zareef ahmed <[EMAIL PROTECTED]>: > > --- Roger Thomas <[EMAIL PROTECTED]> wrote: > > > I have this short script

[PHP] Callback functions inside classes - how to?

2004-10-08 Thread Thomas Hochstetter
om the callback function out without using $GLOBALS? I cannot just return an array, can I? Any ideas. Thanks so long. Thomas

Re: [PHP] Mixing classes

2004-10-19 Thread Thomas Goyne
On Wed, 20 Oct 2004 08:09:53 +0300, Tomi Kaistila <[EMAIL PROTECTED]> wrote: Hi! A good idea, which I have used for some classes, like the Journal class (error handling) which fits in with the Core class. Unfortunantly I have too many classes to make them all into a chain of child classes. A

[PHP] php move_uploaded_file() filesize problem

2009-08-24 Thread Thomas Gabrielsen
ently with no errors every time I try to upload a file greater than 32 MB. Have any of you had the same problem? Thanks! Thomas Gabrielsen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php move_uploaded_file() filesize problem

2009-08-24 Thread Thomas Gabrielsen
"Ryan Cavicchioni" wrote in message news:20090824205810.gc32...@mail.confabulator.net... On Mon, Aug 24, 2009 at 09:54:03PM +0200, Thomas Gabrielsen wrote: Hi I have a problem with uploading files that are bigger than the Master Value allow me to, which is 32 MB. I&

[PHP] mime with php4.4.4 does not work anymore

2006-12-29 Thread Roger Thomas
I have been serving my community with Invision Power Board (IPB) v1.3.1 Final. Things are working well with PHP 4.3.8 and Apache 1.3.29. Yesterday I just upgraded to PHP4.4.4 and I have problems with Excel and Word attachments with IPB. Whenever I click on those attachments, I will get all sort

Re: [PHP] Graphs

2007-02-02 Thread Thomas Pedoussaut
but works like a charm. -- Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Compiling PHP-GTK with PHP-5.3.1 with VC9

2010-01-16 Thread Thomas Worm
Studio 9.0\VC\Bin \cl.EXE"' : return code '0x2' Stop. C:\php-sdk\php53\vc9\x86\php-gtk_build> ### Do you have a hint what I can do? Thanks and best regards, Thomas -- Mit freundlichen Grüßen, Thomas Worm ** Thomas Worm Handel & Die

[PHP] Re: Compiling PHP-GTK with PHP-5.3.1

2010-01-16 Thread Thomas Worm
Hello, problem is solved. After some fixing of configure.js for MS VS.NET 2008 and fixing confutils.js it works. Thankts to Elizabeth M Smith for the help! My fixes have been postet to the php-gtk-dev mailinglist for beeing published in svn. Best Regards, Thomas -- Mit freundlichen Grüßen

[PHP] Re: Howto send command over ssh using sockets

2010-04-07 Thread Thomas Anderson
phpseclib does SSH without PECL extension and only with fsockopen: http://phpseclib.sourceforge.net/ On Sun Apr 4 21:09:54 2010, Hans_Åhlin wrote: > Instead of ssh, you could use telnet to connect to the Cisco router > (which incidentally runs on port 23, but is likely to be disabled on > the ci

Re: [PHP] How to upload via SFTP with allow_url_open disabled?

2010-07-31 Thread Thomas Anderson
You might have better luck with phpseclib's Net_SFTP, which uses fsockopen: http://phpseclib.sourceforge.net/documentation/net.html#net_sftp_example Good luck! On Thu, Jul 29, 2010 at 12:13 PM, Scott Teresi wrote: > I'm attempting to send a file over SFTP in PHP, but all the examples I find > o

[PHP] add function to solr extension

2010-08-20 Thread Thomas Gambier
/fr/book.solr.php I didn't know how to do. Create or extend a class ? Which one ? How ? Can i have some help to get started please. Thanks by advance. Regards Thomas

Re: [PHP] goto - My comments

2010-12-18 Thread Thomas Anderson
On Sat, Dec 18, 2010 at 11:44 PM, Robert Cummings wrote: > On 10-12-19 12:17 AM, Ethan Rosenberg wrote: >> >> Dear List - >> >> Thanks to all for your EXCELLENT comments.  I definitly agree that >> goto is a command to be avoided at all costs. > > Closed-minded drivel (or you're buttering up the p

Re: RES: [PHP] Re: problem with my login script

2012-10-02 Thread Thomas Conrad
My problem was solved no need to argue. I don't see why use a while loop with a count variable when it produces the same result as a foreach loop. As for using a break in the loop, I could add it but the loop is gonna stop anyway as soon as it hits the end of the array. I also didn't see the point

RE: [PHP] mongo usage

2013-07-06 Thread Thomas Punt
Could the comma after the last element in your array be causing the problem? > Date: Sat, 6 Jul 2013 14:42:07 -0400 > From: bluethu...@gmail.com > To: php-general@lists.php.net > Subject: [PHP] mongo usage > > Hey all, > > I'm trying to pick up some basic use of MongoDB using PHP. > > I seem

RE: [PHP] how old is this version of PHP?

2013-08-19 Thread Thomas Punt
Godaddy enables you to upgrade to PHP 5.3 in the cPanel settings. > Date: Mon, 19 Aug 2013 01:07:17 -0500 > From: la...@garfieldtech.com > To: php-general@lists.php.net > Subject: Re: [PHP] how old is this version of PHP? > > 5.2.9 was released in February of 2009. 5.2 is completely retired and

[PHP] Solr Extension - Changing the wt-Parameter from xml to json

2011-02-21 Thread Thomas Junghans
Hi I'm using the Solr extension (http://php.net/manual/en/book.solr.php) to create a search site for a company. I am trying figure out a way of changing the "wt"-parameter from "xml" to "json". I have searched already but with no success so far. Further information to help with my question: -

[PHP] Handling exit in eval

2011-03-14 Thread Thomas Björk
Is there any way to emulate an exit in eval without exiting the calling script. I would like to do something like this: A simple return would fix it IF the return isn't located within a function. Any good suggestions? Thanks in advanced Thomas Björk -- PHP General Mailing List

[PHP] A Question On Web Graphics

2011-07-12 Thread Thomas Dineen
thinking about calling a C/C++ based application called from Apache/PHP, where the C/C++ Application would call the graphics application as necessary! Is this the best architecture? Thanks for the help. Thomas Dineen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] PHP/Cairo-0.2.0 Build Bug

2011-07-21 Thread Thomas Dineen
to occur in the directory: /tmp/pear/temp/Cairo which is empty when examined after the script errors off. Thus preventing further study! Note also that I downloaded the cairo-0.2.0 tar distribution and it did NOT include configure or make files thus preventing manual builds. Please help Thomas Dineen

[PHP] PHP Download Of Application Question?

2011-10-08 Thread Thomas Dineen
. So any ideas out there? Thanks for the help Thomas Dineen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] pcntl_fork, catching STDOUT of child?

2012-01-19 Thread Thomas Johnson
ket_create_pair). However, this seems to be a dead-end, I get a "connection reset by peer" when I try to socket_read() from the parent. I assume this is because the socket is closed by the exit of the child. Any insight or criticism is appreciated. -- Thomas Johnson ClaimLynx, Inc. <952-593-5969%20x2302>

Re: [PHP] Semi-OT: Anti-password trading/sharing solutions

2005-03-01 Thread Thomas Goyne
On Tue, 1 Mar 2005 13:53:32 -0700, Dan Tappin <[EMAIL PROTECTED]> wrote: You really can't prevent the shared password issue unless you billed on a per login basis. That may be one possible solution (although with my limited knowledge of the industry, I don't know how viable). Charge something

[PHP] URL restriction on XML file

2005-03-29 Thread Roger Thomas
I have a short script to parse my XML file. The parsing produces no error and all output looks good EXCEPT url-links were truncated IF it contain the '&' characters. My XML file looks like this: --- start of XML --- Test News .Net - Newspapers on the Net Small News Network.com http://www.exam

[PHP] select several files and download them simultaneous

2005-04-06 Thread Thomas Franz
Hello, is there a way to download a set of files at once, without zipping them. I want to offer my visitors to select several files for download. Now i don't know how i can handle the download at once. Any ideas or solutions? Thanks Thomas -- PHP General Mailing List (http://www.php.net

Re: [PHP] URL restriction on XML file

2005-03-30 Thread Roger Thomas
> characterData() will be called 5 times: > > http://feeds.example.com/?rid=318045f7e13e0b66 > & > cat=48cba686fe041718 > & > f=1 > > Solution is inlined below > > Roger Thomas wrote: > > I have a short script to parse my XML file. The parsing pr

Re: [PHP] Re: Opera 8.0 cache ????

2005-04-26 Thread Thomas Goyne
On Mon, 25 Apr 2005 06:46:58 -0700, Jason Barnett <[EMAIL PROTECTED]> wrote: William Stokes wrote: ... This works fine in IE and Firefox but Opera "remembers" users previous choice and prints wrong info to user. After pressin refresh button it's back to normal. So does Opera store variable va

Re: [PHP] Re: Opera 8.0 cache ????

2005-04-26 Thread Thomas Goyne
On Tue, 26 Apr 2005 02:03:28 -0700, William Stokes <[EMAIL PROTECTED]> wrote: I just tested this on a normal http site header ("Cache-Control: no-cache"); with Opera 8.0 and it seems to me that the browser respects the no-cache header. -Will Load the page, then navigate away and hit the back but

Re: [PHP] Code stoped working after upgrading from 4 to 5

2005-04-28 Thread Thomas Munz
Do you set this vars before somewhere in the code? Because if you get some datas from a from you have to use $_POST/$_GET to get the values... Hi, I have this simple piece of code that worked like a chram in PHP 4.x Now that i've moved to PHP 5 it doesn't work anymore. I always get 0 for $form_ok

[PHP] Newbie Help

2005-05-01 Thread Thomas Bonham
following: My site is: http://bonhamlinux.org My email is: [EMAIL PROTECTED] Thanks for all the help. Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Newbie Help

2005-05-01 Thread Thomas Bonham
llowing: My site is: http://bonhamlinux.org My email is: [EMAIL PROTECTED] Thanks for all the help. Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Newbie Help

2005-05-01 Thread Thomas Bonham
Andre Dubuc wrote: On Sunday 01 May 2005 10:39 pm, Thomas Bonham wrote: Hello All, First of I'm new to this a hop I'm doing this right. If some one can help me with my web site page. I'm trying to make it call a page and I get a error line 42. Error: http://bonhamlinux.org/idex

Re: [PHP] Newbie Help

2005-05-01 Thread Thomas Bonham
I Think the .php.php is the problem but I don't know have to fix it. Let me know if you won't to see the full src page. Thomas Mark Cain wrote: Perhaps the path to the included files is incomplete: according to your error message you are trying to open links/index.php.php Does it need b

Re: [PHP] Newbie Help

2005-05-01 Thread Thomas Bonham
Here is all of the page, except one or two and the images. Thomas --- Mark Cain <[EMAIL PROTECTED]> wrote: > YES let see the src > > - Original Message - > From: "Thomas Bonham" <[EMAIL PROTECTED]> > To: > Sent: Sunday, May 01, 2005 1

[PHP] Re: Can someone help me build a regular expression?

2005-05-02 Thread Thomas Bonham
h the upper case Xs being a required number and the lower case x being allowed but not needed. Can anybody help me? Ta Matthew You mite try this. I know that this work with perl. =~ m/^[0-9][A-Z][a-z]{2-3} \.[0-9]+$/ I'm still very new to this. But I'm trying to help. Thomas [EMAIL PR

Re: [PHP] Newbie Help

2005-05-02 Thread Thomas Bonham
Hello, Thank for the information. If that is not a good idea then how would you do it. Thomas --- Richard Collyer <[EMAIL PROTECTED]> wrote: > Hello, > > if(isset($_GET['page'])) >{include($_GET['page'] . &g

Re: [PHP] Newbie Help

2005-05-02 Thread Thomas Bonham
Thanks for the help. It works, for the most part. Now I'm going to write the links page. Thanks agin for all the great help. Thomas --- Mark Cain <[EMAIL PROTECTED]> wrote: > Also, after I looked at more of your code you will > need to specify the php > extension in on

[PHP] Array of objects

2005-05-06 Thread Thomas Hochstetter
his? Thanks Thomas SPIRAL EYE STUDIOS P.O. Box 37907, Faerie Glen, 0043 Tel: +27 12 362 3486 Fax: +27 12 362 3493 Mobile: +27 83 258 2669 Email: [EMAIL PROTECTED] Web: www.spiraleye.co.za  

RE: [PHP] Array of objects

2005-05-06 Thread Thomas Hochstetter
Thanks, will do ;-) (as of this mail) -Original Message- From: Jochem Maas [mailto:[EMAIL PROTECTED] Sent: 06 May 2005 03:08 PM To: Thomas Hochstetter Cc: [php] PHP General List Subject: Re: [PHP] Array of objects Thomas Hochstetter wrote: > Hi Jochem, > > Thanks for that.

[PHP] fgets fails after fopen succeeds

2005-05-10 Thread Thomas Powell
Summary: fopen returns a file handle, yet fgets doesn't want to read it. I've scoured google, php.net , phpfreaks, usenet, etc. It seems to work elsewhere. My setup: Apache 2.0.47 PHP/5.0.4 Windows 2000 The call: make_link_list("index"); (the file exists for fopen(), and actual

Re: [PHP] fgets fails after fopen succeeds

2005-05-10 Thread Thomas Powell
Printing $fh printed a 1. My original file mode was just "r", I changed to "r+" to see if I'd get permissions problems. The file handle seems to be fine. fgets just doesn't like it. The 0 && !feof() was a "commenting out" of the for loop to prevent the fgets from running so that I so print the

[PHP] fgets fails after fopen succeeds -- cleaned up for better digestion.

2005-05-12 Thread Thomas Powell
I removed the "r+", since that not my intended mode. File Handle is 1 after the fopen call. fgets, feof, and fclose fail on $fh. (So does fread, FWIW). The file exists. fopen fails if it is moved. *Code:* 0) { print '' . $line ."\n"; } } ?> *Output:* ./outside/index.txt File Handle:1

[PHP] Re: php accelerator for php5rc1 ?

2004-04-17 Thread Thomas Seifert
ed files. You would have to use the zend-accelerator, phpa, turck-mmcache, apc or similar products. thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: php accelerator for php5rc1 ?

2004-04-19 Thread Thomas Seifert
Hi David, I'm not quite sure if its worth the trouble to officially support a php-version which is not yet stable. I remember that, at least, turck-mmcache has unofficial support for php5. thomas David Herring ([EMAIL PROTECTED]) schrieb: > > > Hi Thomas, > > Thanks for th

[PHP] Memory-Size of Objects

2004-04-21 Thread Thomas Weber
Hi, does anybody know a way to get the memory-size of an object? I'm triing to seek some memory-leaks in a php-daemon-program wich cannot be reproduced easily to track them down, so i thought to monitor the size of the objects while running in a production-enviroment. Thanks! Thomas '

[PHP] mdecrypt_generic problem

2004-05-15 Thread Thomas Trötscher
MCRYPT_RAND); $key = substr($key, 0, mcrypt_enc_get_key_size($td)); mcrypt_generic_init($td, $key, $iv); $decrypted_data = mdecrypt_generic($td, $encrypted_data); //echo "Decrypt: ".$decrypted_data; echo "something's wrong"; echo "something else is wrong"; mcrypt_g

[PHP] Re: Session variables not recognized?

2004-05-25 Thread Thomas Seifert
t??? what php-version do you use? thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] cookies malfunctioning moving from windows to linux

2004-05-30 Thread Thomas Seifert
this cases. thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Windows to Linux -- Issues with mkdir()function and picture uploading

2004-05-30 Thread Thomas Seifert
have write-permissions on the directory it needs to write to. so either chown (change the owner) or chmod (change the permissions to be writable for the group or even other if needed) the directory. thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Re: Windows to Linux -- Getting errors still...

2004-05-30 Thread Thomas Seifert
This is line 29: imagejpeg($base_image, 'temp.jpg'); //convert and save it to temp.jpg Hi, you should give it a path, i.e. ./temp.jpg or a full absolute path. thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: multiple checkbox help

2004-05-31 Thread Thomas Seifert
($i = 0; $i < count($_REQUEST['deleteID']); $i++){ > echo "deleting '" . $value . "'"; > } > has the right count but how do I get the values out? echo "deleting '" . $_REQUEST['deleteID'][$i] . "'"; regards, thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] generating graphs

2004-06-05 Thread Thomas Seifert
On Sat, 5 Jun 2004 19:31:34 +0530 [EMAIL PROTECTED] (Nitin) wrote: > thanks for the help, but my PHP ver is 4.0.6... > Any other suggestions?? > hmm, upgrade? :) really, its worth it! thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://ww

[PHP] Re: shedule a php script

2004-06-05 Thread Thomas Seifert
I would recommend the cronjob too but if you want to just keep the script running, do a while-loop around your code, i.e. while(1) { ... your code sleep(120); // sleep 120 seconds } --- the require should be outside of the loop IMHO ;). thomas On Sat, 5 Jun 2004 21:46:20 +0600 [EMAIL

[PHP] Re: [OT?] Apache/PHP error/warning(s)

2004-06-06 Thread Thomas Seifert
Php Lists wrote: Hi list I can understand the difference between 'world writable' and 'writable by the webserver' in concept, but how would I go about manipulating these variables? Specifically, theses are error reports generated when setting up eGroupware (sourceforge.net) Thanks in advance. Stuar

[PHP] Re: jdmonthname Function problem

2004-06-15 Thread Thomas Seifert
version of PHP has built in support for this extension. You do not need to load any additional extension in order to use these functions. --- thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Odd behavior with unset, array indexes, and types

2004-06-17 Thread Thomas Goyne
On Thu, 17 Jun 2004 16:52:32 -0500, Michael Sims <[EMAIL PROTECTED]> wrote: ceil() returns a variable of type double. In the above script I expected $foo to become an empty array after calling unset(). But it seems that unset() will not remove an array element when you refer to its key usi

<    1   2   3   4   5   6   7   8   9   >