[PHP] why should $_SESSION be slower than other arrays?

2004-09-08 Thread Aaron Voisine
alized and written to disk *once at the end* of a request? Why on earth would this impact the performance of reading and writing in the middle of a request? Is there some funkyness going on under the covers that I'm missing? Can it be made to work as I descri

Re: [PHP] why should $_SESSION be slower than other arrays?

2004-09-09 Thread Aaron Voisine
In any case, it would appear the comments in the session section of the online docs are wrong or just out of date, and I don't need to worry about it. I'll go ahead and add a comment to that effect on the ref.session page. l8r Aaron --- Marek Kilimajer <[EMAIL PROTECTED]> wrote:

[PHP] php|works in Toronto - anyone going?

2004-09-10 Thread Aaron Gould
Just curious if anyone on the list was headed to Toronto on Sep 22-24 for php|works. I live about two hours from Toronto, and my company is sending me. I wonder what kind of reception this conference will get... -- Aaron Gould Parts Canada - Web Developer -- PHP General Mailing List (http

Re: [PHP] php|works in Toronto - anyone going?

2004-09-10 Thread Aaron Gould
e will be hunting you down! ;) Have fun guys... wish I could go but it's not a good time. Maybe the next one. Lucky for me I'm more of a lurker in this group, and as such I haven't made many enemies. Yet. :) -- Aaron Gould Parts Canada - Web Developer -- PHP General Mailing List (h

Re: [PHP] php|works in Toronto - anyone going?

2004-09-13 Thread Aaron Gould
es I've only seen on the net these last few years! It's too bad I'm one of the few on the list that's able to attend... -- Aaron Gould Parts Canada - Web Developer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problems with internationalization

2004-09-16 Thread Aaron Gould
is code to product French wording. Well it does -- but not all the time! When reloading the page constantly, the wording swaps randomly between English and French; all without changing any code! Has anyone experienced this before? -- Aaron Gould Parts Canada - Web Developer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: OT gmail accounts

2004-09-20 Thread Aaron Gould
een a good week. :) -- Aaron Gould Parts Canada - Web Developer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Session Variable Security

2004-09-30 Thread Aaron Todd
d web sites on session security I'd really like to read them. Thanks, Aaron -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] why this doesn't work as an external file but does internally?

2004-10-05 Thread Aaron Wolski
in the main page it works without any problems. When I link it as an external file it doesn't work. As a side note, the following code example works in an external JS file: img1off = new Image(); img1off.src = "Graphics/home_off.gif"; Anyone know why the external file with two

RE: [PHP] why this doesn't work as an external file but does internally?

2004-10-05 Thread Aaron Wolski
> -Original Message- > From: Jay Blanchard [mailto:[EMAIL PROTECTED] > Sent: October 5, 2004 3:52 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] why this doesn't work as an external file but does > internally? > [snip] > And the web has these JavaScript lists! Quaint, no? [/snip] If y

RE: [PHP] why this doesn't work as an external file but does internally?

2004-10-05 Thread Aaron Wolski
File with the JS code is called: jsstuff.php Aaron > -Original Message- > From: Vail, Warren [mailto:[EMAIL PROTECTED] > Sent: October 5, 2004 4:12 PM > To: 'Aaron Wolski'; 'Jay Blanchard'; [EMAIL PROTECTED] > Subject: RE: [PHP] why this doesn&

RE: [PHP] why this doesn't work as an external file but does internally?

2004-10-05 Thread Aaron Wolski
le I have embedded the JS code directly into the page. Additionally, I have use code that looks like: img1on = new Image(); img1on.src = "Graphics/"; Having visuals... does that help communicate what the problem is? In terms of what errors I am seeing, etc... I cannot tell you th

[PHP] Push file to FTP Server

2004-10-06 Thread Aaron Todd
Does anyone know how I might be able to have php push a file to an FTP server? Thanks, Aaron -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Push file to FTP Server

2004-10-06 Thread Aaron Gould
Aaron Todd wrote: Does anyone know how I might be able to have php push a file to an FTP server? If you configure PHP with --enable-ftp, you'll have a bunch of FTP functions at your disposal, including PUT: http://ca.php.net/ftp -- Aaron Gould Parts Canada - Web Developer -- PHP Ge

RE: [PHP] SOLVED: why this doesn't work as an external file but does internally?

2004-10-06 Thread Aaron Wolski
Hi All, Just wanted to thank everyone for their advice and help. What I ended up doing is simply doing an include() of the JS code instead of externally linking to the file. This works perfectly. Thanks again everyone! I appreciate it. Regards, Aaron > -Original Message- >

[PHP] constant tasks

2004-10-18 Thread Aaron Todd
onths from now. What I am trying to do is have something fire off an email to someone when that future date/time comes around so a follow-up can be done. Anyone know of anything I can look into for this. Thanks, Aaron -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] using return in include files

2007-01-22 Thread Aaron Axelsen
ars that if there are functions in the include page that you can't use return to bail out. What is the desired functionality in this case? Is this a bug in how php handles it? or was return never designed to be used this way? Any thoughts are appreciated. -- Aaron Axelsen [EMAIL PROTECTE

[PHP] Can't get PHP extension to Load

2007-01-30 Thread Aaron Smith
and it STILL worked. The only other component is a freetds.conf file that lives at the root directory of "C:\". I checked the permissions of said file and they match on both servers. Anyone have an ideas on this? ---

RE: [PHP] Can't get PHP extension to Load

2007-01-30 Thread Aaron Smith
ifferences between the components that are installed in IIS on the two machines. ---- Aaron Smith[EMAIL PROTECTED] System Administrator (269) 337-7496 Kalamazoo College -Original Message- From: Sergiu Voi

RE: [PHP] Can't get PHP extension to Load

2007-01-30 Thread Aaron Smith
both servers and they both have the MSVCR71.dll file in the same location but neither of them have the MSJAVA.dll file. Aaron Smith[EMAIL PROTECTED] System Administrator (269) 337-7496 Kalamazoo College

RE: [PHP] Can't get PHP extension to Load

2007-01-30 Thread Aaron Smith
ng it causes it to work again as I have a feeling that .NET 2.0 is not needed on the production machine. If so, though, is there a way around this? Aaron Smith[EMAIL PROTECTED] System Administrator (269) 337

[PHP] How do I force my script to exit after 5 seconds?

2007-02-22 Thread Aaron Gould
I have a script that connects to a networked device via PHP's socket functions. This device accepts proprietary commands (e.g.: "KPRINT", as seen below), and returns data. However, this device does not have any sort of "EXIT" command to end the processing of events. So it essentially loops f

Re: [PHP] How do I force my script to exit after 5 seconds?

2007-02-22 Thread Aaron Gould
.. if( time() - $start_time > 5 ) exit; -B Aaron Gould wrote: I have a script that connects to a networked device via PHP's socket functions. This device accepts proprietary commands (e.g.: "KPRINT", as seen below), and returns data. However, this device does not have

Re: [PHP] How do I force my script to exit after 5 seconds?

2007-02-22 Thread Aaron Gould
am_get_meta_data($fp); if ($info['timed_out']) { echo 'Timeout...'; break; } $buffer = fgets($fp, 1024); } fclose($fp); } ==== Brad Bonkoski wrote: Aaron Gould wrot

[PHP] Instance inheritance

2012-08-17 Thread Aaron Holmes
Hello, I would like some input on the best way to do something that I can only think to call "instance inheritance." I want to return, from a class method, an object that has the same methods as $this, with some additional data, and without altering $this. The way I'm doing this now is with clo

Re: [PHP] Programmers and developers needed

2012-09-19 Thread Aaron Holmes
Hi, Can we let this thread die now? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to calculate how much data does each ip address use ?

2013-02-06 Thread Aaron Holmes
No one has mentioned Cacti yet? It does exactly what Bulent is looking for. http://cacti.net/ On 2/5/13 6:46 PM, Sean Greenslade wrote: On Tue, Feb 5, 2013 at 10:13 AM, Bulent Malik wrote: This task is not really suited for php. I would suggest looking into Ntop. It does exactly what you

[PHP] APC opcode cache behavior

2013-02-13 Thread Aaron Holmes
this? Thanks, Aaron holmes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: APC opcode cache behavior

2013-02-13 Thread Aaron Holmes
Driving home, I realized how vague this was. Specifically, I'm looking for information on when APC will cache a file or directory, and what it checks before doing so. Thanks again, Aaron Holmes On 2/13/2013 6:53 PM, Aaron Holmes wrote: Hello, I'm trying to find some information on

[PHP] Enabling the chroot() function in PHP 5.4

2013-06-13 Thread Aaron Stephens
he resulting binary. Any information or explanation would be very helpful. For the record, I know what the chroot() function does and does not do. I am experimenting with using chroot() to isolate an already running script to a particular subset of the filesystem for file operations. -- -

[PHP] fireing function with onChange

2005-02-10 Thread Aaron Todd
I have a loop that is putting the filenames of files in a certain directory into a listbox. I am then using the onChange event of the listbox to fire a function. In this script the onchange event sends the function the path an filename of the chosen file from the list. I have tested what I am

[PHP] Image Creation

2005-02-15 Thread Aaron Todd
I just wrote a little script to play around with the GD library but I am having a problem displaying it in the browser. I have not problem at all when I just run the script. But I was trying to make the image in a custom function which will return the image when its called. All I end up getti

[PHP] Re: Image Creation

2005-02-15 Thread Aaron Todd
might be inserting a space or a newline or ending > headers or something. Look at error_reporting() or similar in the manual > to turn error reporting on for your script. > > Hope you find the bug, thats quite a nice function you have there. > J > > Aaron Todd wrote: >>

[PHP] Re: Image Creation

2005-02-15 Thread Aaron Todd
Hey Guys, I think I fixed my own problem. I tried calling the PHP script from a different page like this: This gave me the results I wanted. Thanks for all your help. Aaron "Aaron Todd" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I just wrote a li

[PHP] Strip alternating spaces in first word of paragraph

2005-02-23 Thread Aaron Gould
h e r paragraph with a wacky first word! Strange stuff... E n d l e s s insanity here! -- Aaron Gould Parts Canada - Web Developer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Strip alternating spaces in first word of paragraph

2005-02-23 Thread Aaron Gould
$split_point = $key; } } echo "Original : ".$string."\n"; echo "Word : ".$word."\n"; echo "Modified : ".$word." "; echo implode(" ",array_slice($letters,$split_point-1))."\n"; ?> Thanks for the e

Re: [PHP] sentence case

2005-02-23 Thread Aaron Gould
)); -- Aaron Gould Programmer/Systems Administrator PARTS CANADA -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] FREETYPE and GD

2005-03-02 Thread Aaron Todd
Hello, I've created a simple script that takes in image and draws some lines and some text on top of it. I am having a problem with the text part of this. When the string that I am drawing on the image contains and apostrophe ( ' ) there is always a backslash ( \ ) before it. It make sense th

Re: [PHP] FREETYPE and GD

2005-03-02 Thread Aaron Todd
BEAUTIFUL Thats exactly what I was looking for. I'm not doing anything with MySQL so I am going to leave Magic Quotes on and just use stripslashes() Thanks a bunch. "Richard Lynch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Aaron Todd wrote:

[PHP] rawurldecode

2005-03-28 Thread Aaron Todd
I am trying to use the rawurldecode() function to decode a variable that is begin passed from a different page through the url. The PHP manual doesnt say much for this function, but it does have quite a bit on the urldecode() function which says using urldecode on a $_GET variable wont produce

Re: [PHP] rawurldecode

2005-03-29 Thread Aaron Todd
sable this functionality? Thanks "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Aaron Todd wrote: >> I am trying to use the rawurldecode() function to decode a variable that >> is begin passed from a different page through the url. Th

[PHP] Re: rawurldecode

2005-03-29 Thread Aaron Todd
character in a filename so I must acount for it. Has anyone previously dealt with this and might be able to give me a quick work around? Thanks "Aaron Todd" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I am trying to use the rawurldecode() function to decode

Re: [PHP] rawurldecode

2005-03-29 Thread Aaron Todd
I got it. After you said I shouldn't need it I started playing around and found that you were right...I didnt need it for spaces and other punctuation. But I was then having a problem with amperstands. It was dropping everything after an amperstand off. I ended up doing a rawurldecode of $_

[PHP] AutoPostgreSQLBackup Released

2005-04-08 Thread Aaron Axelsen
couple weeks, and so far it's working like a charm. Visit the project page for my details: http://autopgsqlbackup.frozenpc.net Any problems, questions, bugs can be posted on the forum. I hope others can find this as useful as I do! -- Aaron Axelsen [EMAIL PROTECTED] Great hosting, low prices.

Re: [PHP] Zend Certification Exam

2005-04-22 Thread Aaron Gould
a few times, and found a few questions that involved cases I had certainly experienced in five plus years of PHP development. I'm sure that'll happen in due time as the certification is only a couple years old. -- Aaron Gould Programmer/Systems Administrator PARTS CANADA -- PHP General

Re: [PHP] Zend Certification Exam

2005-04-25 Thread Aaron Gould
you, including by me. -- Aaron Gould Programmer/Systems Administrator PARTS CANADA -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Zend Certification Exam

2005-04-26 Thread Aaron Gould
Chris Ramsay wrote: Perhaps it came across as a bit cheeky to Aaron - I kind of got the impression that an answer from someone who has had a go but not passed the exam was not good enough for you... Really, I doubt whether there is any difference in doing the exam whatever the outcome, seeing as

Re: [PHP] PHP mail

2005-05-05 Thread Aaron Gould
should be gleamed from the following page: http://ca3.php.net/manual/en/function.mail.php Check the examples, and you'll be well on your way. -- Aaron Gould Programmer/Systems Administrator PARTS CANADA -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

RE: AW: [PHP] smarty

2004-04-16 Thread Aaron Wolski
> > > don't forget interjinn. > > > > Like we ever could. > > (awaits the flame) > > John WHY ARE YOU SUCH A F... Ok, I'm willing to let bad blood go away > if you are. We're all PHP peeps here so really there shouldn't be any > animosity (perceived or otherwise). Damn. Some of the best enterta

RE: [PHP] Rporting tool - CVS?

2004-04-17 Thread Aaron Wolski
Beyond Compare: http://www.scootersoftware.com/home.php Enjoy :) Aaron > -Original Message- > From: Kim Steinhaug [mailto:[EMAIL PROTECTED] > Sent: April 17, 2004 2:48 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Rporting tool - CVS? > > Scenario : > Im

[PHP] site search engine.. not dynamic

2004-05-12 Thread Aaron Wolski
ctual files to pull things together. Anything out there? Thanks! Aaron

[PHP] form submission logic

2004-05-07 Thread Aaron Wolski
o select a particular record. Once a record has been "selected" they click one of the top buttons to perform their desired action. WILL this work OR do the buttons HAVE to go at the bottom? Thanks! Any help is appreciated. Regards, Aaron

RE: [PHP] form submission logic

2004-05-07 Thread Aaron Wolski
> The buttons can go anywhere inside the tags. Since this is a PHP > list, though, you should really be asking is how would this form best work > with PHP to perform each desired action? > > ---John Holmes... Yeah, John, you're right. I should have made it more PHP related. Figured I could get

RE: [PHP] Re: Installing GD library

2004-05-07 Thread Aaron Wolski
Now... what about installing for Linux? Any ideas? :) Aaron > -Original Message- > From: Kim Steinhaug [mailto:[EMAIL PROTECTED] > Sent: May 7, 2004 2:57 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: Installing GD library > > put the DLL file in your P

[PHP] Installing/compiling GD?

2004-05-05 Thread Aaron Wolski
I go to recompile PHP, do I have to use the above configure commands IN ADDITION to the GD commands or JUST the GD commands? Any help? Thanks so much!! Aaron -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Unline file...permission denied

2004-05-05 Thread Aaron Wolski
nied If I remove the unlink function, I can write to the file no problem but there seems to be a hangup with unlink. Any ideas?? Thanks! Aaron -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP 4.3.6

2004-05-20 Thread Aaron Gould
make clean" between your first and second configure attempts? -- Aaron Gould Parts Canada - Web Developer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [PHP 4.3.6] Compiling agaisnt MySQL 4.0.18 on Redhat 8

2004-05-20 Thread Aaron Axelsen
/mysql --with-pgsql=/usr/local/pgsql --with-gettext Note: I have used this exact string compilng against myql 3.23.53 with no issues. When I run the make command, I get the following error: ext/mysql/php_mysql.lo: In function `zif_mysql_create_db': /home/aaron/php-4.3.6/ext/mysql/php_mysql.c

RE: [PHP] [PHP 4.3.6] Compiling agaisnt MySQL 4.0.18 on Redhat 8

2004-05-20 Thread Aaron Axelsen
The mysql 3.x was installed with prefix /usr/local/mysql -- Aaron Axelsen Email: [EMAIL PROTECTED] -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 7:08 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] [PHP 4.3.6] Compiling agaisnt MySQL 4.0.18 on

RE: [PHP] [PHP 4.3.6] Compiling agaisnt MySQL 4.0.18 on Redhat 8

2004-05-20 Thread Aaron Axelsen
I was trying to upgrade over the older one, which is why the paths are the same. I want to stick with the stable realease -- Aaron Axelsen Email: [EMAIL PROTECTED] -Original Message- From: raditha dissanayake [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 7:47 PM Cc: [EMAIL

[PHP] Compiling PHP with mnoGoSearch fails

2004-06-04 Thread Aaron Gould
ith-imap --with-kerberos --with-xml --with-mcrypt --with-mnogosearch=/usr/local/mnogosearch --with-mysql=/usr Thanks, -- Aaron Gould Parts Canada - Web Developer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Compiling PHP with mnoGoSearch fails

2004-06-04 Thread Aaron Gould
Curt Zirzow wrote: * Thus wrote Aaron Gould ([EMAIL PROTECTED]): "/usr/local/mnogosearch"), and PHP configures fine. But during PHP's make, I get all sorts of errors at the end of the compilation: /usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0x4): multiple definition of `my

Re: [PHP] Compiling PHP with mnoGoSearch fails

2004-06-04 Thread Aaron Gould
Curt Zirzow wrote: * Thus wrote Aaron Gould ([EMAIL PROTECTED]): "/usr/local/mnogosearch"), and PHP configures fine. But during PHP's make, I get all sorts of errors at the end of the compilation: /usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0x4): multiple definition of `my

Re: [PHP] Compiling PHP with mnoGoSearch fails

2004-06-04 Thread Aaron Gould
John Nichel wrote: Aaron Gould wrote: Curt Zirzow wrote: * Thus wrote Aaron Gould ([EMAIL PROTECTED]): "/usr/local/mnogosearch"), and PHP configures fine. But during PHP's make, I get all sorts of errors at the end of the compilation: /usr/lib/mysql/libmysqlclient.a(libmys

RE: [PHP] search engine optimization and php

2004-06-08 Thread Aaron Wolski
ks, etc. Good luck. Aaron > -Original Message- > From: Edward Peloke [mailto:[EMAIL PROTECTED] > Sent: June 8, 2004 10:20 AM > To: Php-General > Subject: [PHP] search engine optimization and php > > Just curious as to how people handle search engine optimiza

RE: [PHP] Re: search engine optimization and php

2004-06-08 Thread Aaron Wolski
> -Original Message- > From: Manuel Lemos [mailto:[EMAIL PROTECTED] > Sent: June 8, 2004 10:54 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: search engine optimization and php > > Hello, > > On 06/08/2004 11:20 AM, Edward Peloke wrote: > > Just curious as to how people handle search e

RE: [PHP] Simple cms type system

2004-06-09 Thread Aaron Wolski
> Hey James, > If its not open source...is it at least free? > Thanks, > -Ryan Not sure why this matters? If his product can do the job what does it matter if it costs money or not? Even if it does cost money... you get a solution that solves your client business problem. You don't have to spend

Re: [PHP] Free news feeds

2004-06-10 Thread Aaron Wormus
http://www.syndic8.com/feedcat.php?Scheme=Syndic8 syndic8 has good stuff! -- Aaron Wormus -- Pears and Pickles Served fresh every day at http://php.eckspee.com -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Re: Passing args to a PHP script from the command line

2004-06-10 Thread Aaron Wormus
Ben Ramsey wrote: > You may also want to check out PEAR::Console_Getopt > > http://pear.php.net/package/Console_Getopt or better yet PEAR::Console_GetArgs http://pear.php.net/package/Console_Getargs -- Aaron Wormus -- Pears and Pickles Served fresh every day

Re: [PHP] Re: Passing args to a PHP script from the command line

2004-06-10 Thread Aaron Wormus
. -- Aaron Wormus -- Pears and Pickles Served fresh every day at http://php.eckspee.com -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] include question

2004-06-21 Thread Aaron Axelsen
? Thanks -- Aaron Axelsen aim: aaak2 email: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] include question

2004-06-28 Thread Aaron Axelsen
Thanks, worked wonders. -- Aaron Axelsen Email: [EMAIL PROTECTED] -Original Message- From: Greg Donald [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 10:40 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] include question On Mon, 21 Jun 2004 10:31:42 -0500

Re: [PHP] Simple POP3 mailbox checker script

2004-07-14 Thread Aaron Wormus
http://phpmag.net/itr/kolumnen/psecom,id,5,nodeid,207.html There are some examples of how to use PEAR::Net_POP3 to do what you want in the above article. Aaron I.A. Gray wrote: Jason Wong said [With your posting style you successfully torpedoed this useful feature; your posting shows up within

[PHP] Coding Advice

2004-07-21 Thread Aaron Axelsen
er to the end? Thanks for your assistance. -- Aaron Axelsen aim: aaak2 email: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Heredocs

2007-08-29 Thread Aaron Gould
ere on 5.2.3. Try removing ALL whitespace before and after the "END;" portion of your heredocs. If there's whitespace, it doesn't work. -- Aaron Gould -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Fatal error: Call to undefined function hash_hmac()

2007-09-12 Thread Aaron Axelsen
function hash_hmac() Does anyone have any suggestions as to what might be causing this? -- Aaron Axelsen [EMAIL PROTECTED] Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Banned from #php

2007-12-03 Thread Aaron Gould
him. He didn't even give me a warning How can I get unbanned? I'm not a problem in the least bit and when I can legitimately answer somebody else's question, I always do. Thanks, Brenden Wilson Hmm, suspicious at best. I find it difficult to believe there are any obnoxi

[PHP] Send XML file with curl functions

2008-04-12 Thread Aaron Axelsen
of that variable via curl? I thought just assigning the xml variable to data would work - but it hasn't. Any suggestions? -- Aaron Axelsen [EMAIL PROTECTED] Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com -- PHP General Mailing List (http://www.ph

Re: [PHP] Send XML file with curl functions

2008-04-13 Thread Aaron Axelsen
2 and transmit the file so it will come over under $_FILES? -- Aaron Bojan Tesanovic wrote: On Apr 12, 2008, at 11:37 PM, Aaron Axelsen wrote: I am trying to create the following command with the php curl functions: curl -F "[EMAIL PROTECTED]" "http://path/to/api"; The prob

Re: [PHP] Send XML file with curl functions

2008-04-13 Thread Aaron Axelsen
The problem is that it is a 3rd party API that I am trying to submit data to. I have submitted a request to make the necessary changes for what I'm trying to do. Nathan Nobbe wrote: On Sun, Apr 13, 2008 at 1:07 PM, Aaron Axelsen <[EMAIL PROTECTED]> wrote: Option 2 is what I&

[PHP] creating zip's with php - high memory usage

2008-06-11 Thread Aaron Axelsen
r use the ZipArchive extension, the php memory usages increases - close to 300mb. Is there any way to get around this spike of memory usage from within php? Or is there a better way alltogether to handle this? I'm open to suggestions! - -- Aaron Axelsen [EMAIL PROTECTED] Great hosting,

[PHP] Changing Session Timeout

2007-04-26 Thread Aaron Axelsen
#x27;, $mytimeout); #ini_set('session.gc_probability',1); #ini_set('session.gc_divisor',1); session_start(); -- Aaron Axelsen [EMAIL PROTECTED] Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Changing Session Timeout

2007-04-27 Thread Aaron Axelsen
the computer untouched for an hour. When I came back the session was timed out, and I was required to login. Something still isn't working right. Any ideas? I have checked the settings using phpinfo() and confirmed that the values are in fact being set by the above commands. -- Aaron T

Re: [PHP] Changing Session Timeout

2007-04-27 Thread Aaron Axelsen
ession.gc_maxlifetime', $mytimeout); #ini_set('session.gc_probability',1); #ini_set('session.gc_divisor',1); session_start(); Tijnema ! wrote: > On 4/27/07, Aaron Axelsen <[EMAIL PROTECTED]> wrote: >> I now have the following settings: >> >> session_na

Re: [PHP] Changing Session Timeout

2007-04-27 Thread Aaron Axelsen
007 1:37 pm, tedd wrote: >> At 12:26 PM -0500 4/27/07, Aaron Axelsen wrote: >>> With the following set, its still timing me out. I logged in >>> and waited about 40 minutes, and it was timed out by then. This >>> is getting very confusing, what else could i

Re: [PHP] Changing Session Timeout

2007-04-29 Thread Aaron Axelsen
reports that it has an expiration time of 1.5 hours instead of 3. Does anyone have any ideas why thats happening? Aaron Axelsen wrote: > Everything i've read in the documentation states to call session_start > after you have changed your necessary settings. Do you have a working >

Re: [PHP] zend framework

2007-05-23 Thread Aaron Gould
ntend to try out ZF a bit more to give it a fair shot, but after using CakePHP, I'm not so sure for how long... -- Aaron Gould Greg Donald wrote: Has anyone looked at the Zend Framework lately? http://framework.zend.com/manual I've been playing with a few parts of it off and on

[PHP] Connecting to Webdav with php

2006-09-01 Thread Aaron Axelsen
27;t found anything. Thanks! - -- Aaron Axelsen [EMAIL PROTECTED] Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.3 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE+FuvuucONIvD0AMRAl94A

Re: [PHP] local php.ini not recognized in php 5.1.x?

2006-09-03 Thread Aaron Axelsen
Marten, I have also been trying to figure this out. Have you came to any conclusions? I have done some searching and so far haven't found any answers. Is there anyone else on the list that can shed some light on this? Thanks! -- Aaron Marten Lehmann wrote: > Hello, > > we swi

Re: [PHP] Splitting a string

2006-11-14 Thread Aaron Koning
,$length-2,2); // get last two numbers. Aaron On 11/14/06, Børge Holen <[EMAIL PROTECTED]> wrote: This numer has dynamic lenght, witch is the root of my problems. $number = 123456789 should print as following: var1: 12345 (and it is this lengt witch varies) var2: 67 var3: 89. I've

Re: [PHP] Pass a relative path [with slashes] into a 'clean' url

2006-12-05 Thread Aaron Koning
Assuming you mean URLs as GET variable values, urlencode() and urldecode() might be the ticket: http://ca.php.net/urlencode Aaron On 12/4/06, Graham Anderson <[EMAIL PROTECTED]> wrote: What is a good/accepted way to pass a relative or absolute path into a clean url ? I could r

Re: [PHP] move_uploaded_file and CPU wait state (IO)

2006-02-27 Thread Aaron Koning
Are you sure its the move_uploaded_file() function that is causing the delay? It could be the actual upload of the file itself. If it is the function causing the delay than try the rename() function instead. Also, I have used the copy() and unlink() functions and they work fast. Aaron On 2/27/06

[PHP] mail function in 4.2.2

2006-06-01 Thread Aaron Todd
at's the solution its on its way to being fixed. Is there anything else that could be wrong? Thanks Aaron -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail function in 4.2.2

2006-06-01 Thread Aaron Todd
Thanks for the reply. I'll ask the ISP about throtteling next time I talk with them. I would also like to mention that I am also getting intermitent results when just sending a single email. One if the web pages I am testing is a support request form. When the form is submitted it sends an e

Re: [PHP] Finding out the upload date of the file

2006-06-23 Thread Aaron Koning
http://ca.php.net/stat Might do it for you. Maybe check access time, although if you access the file at after its uploaded, the access time is changed. Maybe mtime? Aaron On 6/23/06, Ko Ko <[EMAIL PROTECTED]> wrote: Hi, How can I find out the upload date of the file to the server

php-general@lists.php.net

2004-01-28 Thread Aaron Wolski
str_replace("&", "&", $text); > -Original Message- > From: Diana Castillo [mailto:[EMAIL PROTECTED] > Sent: January 28, 2004 9:27 AM > To: [EMAIL PROTECTED] > Subject: [PHP] & > > is there any function that will always replace a "&" with a "&" in a > string? > > -- > -- > Diana Castillo

[PHP] str_replace not replacing

2004-02-11 Thread Aaron Merrick
I'm reading in to a variable $section1 an entire php file that creates a mysql table. I can output the variable in a new file just fine (figured out what all had to be escaped in the original file). My problem is, I want to replace the table name in the original file with a new table name before I

Re: [PHP] str_replace not replacing

2004-02-11 Thread Aaron Merrick
Richard, Thank you so much. That works perfectly. I knew it had to be something simple. Aaron > From: Richard Davey <[EMAIL PROTECTED]> > Reply-To: Richard Davey <[EMAIL PROTECTED]> > Date: Wed, 11 Feb 2004 15:04:44 + > To: Aaron Merrick <[EMAIL PROTECTED]> >

Re: [PHP] Stupid question

2004-03-17 Thread Aaron Gould
Jeff McKeon wrote: $this-> What does this do? I know it has something to do with classes but can't quite get my head around it. You might want to check out this: http://ca.php.net/oop -- Aaron Gould Parts Canada - Web Developer -- PHP General Mailing List (http://www.php.

[PHP] upload_max_filesize problem

2004-03-18 Thread Aaron Doogs
php.ini that phpinfo() has as the configuration path. I am running SuSE Linux 9.0, apache 1.3.29, and php 4.3.4. Any suggestions as to why my changes are not being recognized? Thanks, -- MIDWEST TECHNICAL CONSULTANTS, INC. Aaron Doogs Research Technician Network Administrator 1832 Centre Point

<    1   2   3   4   >