[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] 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] 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

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

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

[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

[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,

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&

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

[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] 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] 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

[PHP] PHP make test error report question

2007-09-10 Thread aaron
anything critical in the test summary. Can you confirm where I need to send this request to and obtain some help? Thanks in advance for anybodies help and direction, Aaron -- 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

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

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] 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-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
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

[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] 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

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

[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] 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

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
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

[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? ---

[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

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] 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] 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

[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] 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

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

[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] 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

Re: [PHP] how 2 open File Browser window in PHP

2006-01-17 Thread Aaron Koning
Please attempt to search www.php.net first for this information. A search for 'file uploads' reveals what you want: http://ca.php.net/features.file-upload Aaron On 1/16/06, suresh kumar <[EMAIL PROTECTED]> wrote: > > hi, > i dont know exact PHP code fo

Re: [PHP] Cookie problem

2006-01-14 Thread Aaron Koning
Try simplifying the problem to determine the error point. For example don't involve $_POST just try setting a cookie with hard coded variables. If that works then add in the $_POST and test for BOTH $_POST['prefs'] and $_POST['filter']. Example of simplification: Aaron

Re: [PHP] question about compositing objects

2006-01-12 Thread Aaron Koning
= new Loc(); $loc->map->publicMapFunction(); Aaron -- On 1/12/06, jonathan <[EMAIL PROTECTED]> wrote: > > I have a class which creates another class within it such as: > > class Loc{ > > public function outp

Re: [PHP] private, public, protected in 4.3.11

2006-01-12 Thread Aaron Koning
"exception, final, php_user_filter, interface, implements, extends, public, private, protected, abstract, clone, try, catch, throw" where not introduced until PHP 5 (http://ca3.php.net/reserved). Therefore, var is the only way to define member variables prior to PHP 5. Aaron On 1/11

Re: [PHP] Warning: Missing argument 7 calling a function

2006-01-06 Thread Aaron Koning
Why not send us the Call and the Function for arguments sake (pun intended). Aaron On 1/6/06, enediel gonzalez <[EMAIL PROTECTED]> wrote: > > Hello > I've a function with 6 arguments that works properly. > > Trying to add a 7th argument an being sure that calling the fu

Re: [PHP] Set variable outside of scope (redo)

2006-01-05 Thread Aaron Koning
Generally, scope is fairly loose in PHP. If $row is set by mysql_fetch_array(...) it should carry throughout your script as it is, unless modified. Try commenting out non-relavant pieces of the code and var_dump(...)ing the $row variable at the start and throughout the script. Aaron On 1/5/06

Re: [PHP] One big file or many includes?

2005-12-16 Thread Aaron Koning
earer to understand and maintain. IMHO. There are lots of sites out there that describe how to separate web code into layers such as: display, logic/rules, database interactivity, etc. Aaron On 12/15/05, Martin Leduc <[EMAIL PROTECTED]> wrote: > > Hi everyones, > > I coding PHP

Re: [PHP] Random Images with no duplicates?

2005-12-15 Thread Aaron Koning
ush($imageArr,$tmpImg); } // You now have an array called imageArr with 10 elements/images in it. Aaron On 12/15/05, Mike Rondeau <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm still very green with PHP, but am working to fix that. > > I've searched high and low for an an

Re: [PHP] Post-Vars doubled / corrupted

2005-12-15 Thread Aaron Koning
blue Aaron On 12/15/05, Sabine <[EMAIL PROTECTED]> wrote: > > Hi Aaron, > thanks for your answer. The HTML elements, which "represent" arrays are > causing problems. > I just added > > />red > />blue > > &

Re: [PHP] encrypt and dcrypt

2005-12-15 Thread Aaron Koning
Ganu, Are you simply looking to use the md5 string for authentication? If so you don't need to retrieve the decrypted version, simply encrypt what the user submits and compare the two md5 strings. Aaron On 12/15/05, Chris Shiflett <[EMAIL PROTECTED]> wrote: > > ganu wrote: >

Re: [PHP] Post-Vars doubled / corrupted

2005-12-15 Thread Aaron Koning
I wasn't aware you could use = instead of echo (). Try making an even simpler HTML/PHP example and see if the problem exists there. Then you can incrementally build your HTML/PHP back up to the point where it is breaking. Example: Aaron On 12/15/05, Sabine &l

Re: [PHP] simple-ish question but something i never knew

2005-12-10 Thread Aaron Koning
My experience was with the Location keyword, it might work better with the Redirect keyword in the header function. I stopped using header and Location after a few problems and has never failed for me. MHO. Aaron On 12/9/05, Michael Hulse <[EMAIL PROTECTED]> wrote: > > On Dec 9, 20

Re: [PHP] simple-ish question but something i never knew

2005-12-09 Thread Aaron Koning
I have found that using the header function doesn't actually redirect the page, it pulls the content into the page that the function is called from (which works good for somethings, but can get confusing with post variables and such). Its been my experience that meta tags work better. Aaro

[PHP] Re: PHP Framework

2005-11-15 Thread Aaron Greenspan
n work with and modify. Good luck with your search! Aaron Aaron Greenspan President & CEO Think Computer Corporation http://www.thinkcomputer.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] LDAPS agaisnt Active Directory

2005-10-20 Thread Aaron Axelsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have been successful in getting apache to use the cert for .htaccess authentication. But i'm not seeing a clear way on how to make this happen with php. Can anyone offer any suggestions? - -- Aaron Axelsen [EMAIL PROTECTED] Great hosting

[PHP] LDAPS agaisnt Active Directory

2005-10-18 Thread Aaron Axelsen
, but everyone seems to have a different way. What is the best way to accomplish this? - -- Aaron Axelsen [EMAIL PROTECTED] Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla -

[PHP] Open Lampshade

2005-10-18 Thread Aaron Greenspan
Hi everyone, Just thought you might like to know that Lampshade, our previously closed PHP framework, is now open-source: http://www.thinkcomputer.com/corporate/news/pressreleases.html?id=24 Aaron Aaron Greenspan President & CEO Think Computer Corporation http://www.thinkcomputer

Re: [PHP] gettext() troubles

2005-09-23 Thread Aaron Gould
le'); textdomain('messages'); I don't do the "putenv" line that you have, so I'm not sure if it's necessary... -- 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] PHP based MySQL report generators?

2005-09-22 Thread Aaron Gould
Office). I'm sure it's not out of reach to write this from scratch, but if I don't need to... -- 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] Re: security/sql issues with php

2005-09-21 Thread Aaron Greenspan
Also, Mambo's political machinations are a good example of what you don't want to see in a commercial-grade product. If you want to keep searching, I suppose no one's going to stop you. I'm just afraid it's not out there. Anyone, correct me if I'm wrong. B

Re: [PHP] Deny access from certain hosts

2005-09-13 Thread Aaron Greenspan
images are GIF files. Can you do that with .htaccess? Thanks, Aaron Aaron Greenspan President & CEO Think Computer Corporation http://www.thinkcomputer.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Modifying data in forms with values

2005-09-13 Thread Aaron Greenspan
king about), and the fourth is the label that shows up on the form on the user's screen. You should try it out, and I'd be happy to help you get set up. http://www.thinkcomputer.com/software/lampshade/index.html Aaron Aaron Greenspan President & CEO Think Computer Corporation htt

[PHP] Re: user registration/login - admin functions...

2005-09-07 Thread Aaron Greenspan
ation. Aaron Aaron Greenspan President & CEO Think Computer Corporation http://www.thinkcomputer.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] weird results from imagettfbbox()

2005-08-31 Thread Aaron Todd
I have an array of strings in which I am passing to imagettfbbox() in order to calculate the height of the text box for each string. I am then subtracting the height from the y position in order to deviate the pivot point form the top left corner to the bottom left corner when I used imagettft

[PHP] Re: Sort table by column and pagination

2005-08-26 Thread Aaron Greenspan
omputer.com/software/lampshade/index.html All you have to do is include the Lampshade files, set up a $table array in your page, and then call the table() function. You can integrate it with your current stylesheets, too. Let me know if you have any other questions. Aaron Aaron Greenspan P

[PHP] Re: Form Processor?

2005-08-16 Thread Aaron Greenspan
o you can see how it works. http://www.thinkcomputer.com/software/lampshade Or more specifically for forms... http://www.thinkcomputer.com/software/lampshade/documentation.html?function=form Aaron Aaron Greenspan President & CEO Think Computer Corporation http://www.thinkcomputer.co

[PHP] Re: Help Building Dynamic Checkboxes

2005-08-13 Thread Aaron Greenspan
n... Use Lampshade. It's so much easier! You can do this all in three lines of code: two to set up your choices for the form element, and one to draw the element itself. http://www.thinkcomputer.com/software/lampshade I'd be glad to help you with it if you have any questions. Best o

Re: [PHP] Dropdown Building Function

2005-07-29 Thread Aaron Greenspan
ftware/lampshade/documentation.html?function=dropdownBox I'd be happy to help you get it set up if you have any questions. Aaron Aaron Greenspan President & CEO Think Computer Corporation http://www.thinkcomputer.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: application-wide shared data/object

2005-07-27 Thread Aaron Greenspan
I'd just say store the data in a flat file. You can always move it outside of the web-accessible directory if you're worried about people accessing it directly. Alternately, you could just store the data in a PHP file and include it in your scripts. Either way works, I think. Aa

[PHP] open_basedir Question

2005-07-26 Thread Aaron Greenspan
a bug, it's a serious one from my perspective, because it means I turn off those restrictions entirely, which makes my entire server less secure. Thanks, Aaron Aaron Greenspan President & CEO Think Computer Corporation http://www.thinkcomputer.com -- PHP General Mailing List (http://w

[PHP] Re: cannot connect to MySQL server and not sure why

2005-07-14 Thread Aaron Greenspan
Bruce, Do you mean to have a space before the word "password"? Aaron Aaron Greenspan President & CEO Think Computer Corporation http://www.thinkcomputer.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Blocking login on the same username from diffrent computers

2005-07-13 Thread Aaron Greenspan
/free.html Aaron Aaron Greenspan President & CEO Think Computer Corporation http://www.thinkcomputer.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Lampshade Download Site

2005-07-07 Thread Aaron Greenspan
f doing this, my hope is that Lampshade will help prove that PHP is just as able as Java (and other languages) in a commercial environment, if not more so. If you have any questions or comments, please feel free to e-mail. Thanks, Aaron Aaron Greenspan President & CEO Think Computer Corpo

[PHP] New Free PHP Framework: Lampshade

2005-07-01 Thread Aaron Greenspan
know. Thanks, Aaron Aaron Greenspan President & CEO Think Computer Corporation http://www.thinkcomputer.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: incrementing a register global

2005-06-17 Thread Aaron Todd
Moving the $i inside the bracket but not inside the single quote seem to make things happy. Thanks, Aaron -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: incrementing a register global

2005-06-17 Thread Aaron Todd
Just so there is no confusion...I mistyped the line: $names = substr(strrchr($_SERVER['QUERY_STRING'],"&"),7,1); It should be a 5 instead of a 7 at the end: $names = substr(strrchr($_SERVER['QUERY_STRING'],"&"),5,1); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: h

[PHP] incrementing a register global

2005-06-15 Thread Aaron Todd
ror in doing this, but when I run the script I get the number of $i instead of the value of $_GET['name1'] Like I said, I hope I explained this good enough for someone to know what I am trying to do. If anyone has any suggestions or comments about doing something like this please let

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: [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] 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-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

[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] 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] 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
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] 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

[PHP] Re: So this isnt a bug?

2005-03-27 Thread Aaron
Ive made it clear. If I use the success_box function that uses java to redirect it works perfectly, but if I use the header command the variables are stripped. This is only when a $_FILE is passed. "A. S. Milnes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED

[PHP] So this isnt a bug?

2005-03-26 Thread Aaron
http://bugs.php.net/bug.php?id=32449 I dont see how its not a bug. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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] 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] 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

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

[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

[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] 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] 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] 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] png.h not found, something's going wrong in my PHP installation

2005-01-03 Thread Aaron Paulley
I found a thread a couple of weeks ago where someone had to create symbolic links in order to get their install of PHP to work because PHP wasn't able to find png.h. I am having the same problem. I made no changes to the installation of libpng, installed it in its default location and PHP cannot f

[PHP] compiling PHP error, please help (configure: error: libjpeg.(a|so) not found.)

2005-01-02 Thread Aaron Paulley
The error I'm getting when running ./configure is this: configure: error: libjpeg.(a|so) not found. I know libjpeg is installed, I just installed it. Here is my ./configure: ./configure --with-mysql --with-apxs=/www/bin/apxs --with-xml --enable-ftp --with-gd --enable-magic-quotes --with-jpeg-di

[PHP] Simple code to replace one line?

2004-12-24 Thread Aaron Paulley
Can someone help me out with a little bit of simple code please? I know that the line in a file that I want to replace completely is line number 9. Is there a simple function I can use to replace that line? Thanks, Aaron -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Very Odd Session Array Problem

2004-12-20 Thread Aaron Axelsen
ESSION['quotes'] array... then you are going to have recursion. It's not exactly an error, but it *is* a recursive array that never ends because it keeps pointing to itself. Hopefully this makes sense? -- Aaron Axelsen [EMAIL PROTECTED] Great hosting, low prices. Modevi

Re: [PHP] Very Odd Session Array Problem

2004-12-20 Thread Aaron Axelsen
;][$key]) i get errors that say RECURSION and its almost like the arrays are making new arrays instead of just storing them in the one session array. It is a very odd problem. Does that make things any clearer? Richard Lynch wrote: Aaron Axelsen wrote: We have the chunk of code at the botto

[PHP] Very Odd Session Array Problem

2004-12-18 Thread Aaron Axelsen
s); //print_r($quotes); //print_r($_SESSION['quotes'][$key]); //$_SESSION['quotes'][$key] = array(); //$quotes = $_SESSION['quotes'][$key]; print "Session"; print_r($_SESSION['quotes'][$key]); -- 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

[PHP] How to get 2 columns to display?

2004-12-06 Thread Aaron Wolski
HERE IMAGE HERE IMAGE HERE IMAGE HERE What I WANT is: IMAGE HERE IMAGE HERE IMAGE HERE IMAGE HERE IMAGE HERE ANY clue where I am going wrong? Thanks so much. Aaron -- PHP General Mailing List (http://www.php.net/) To unsubs

  1   2   3   4   >