[PHP] Netscape6 and Javascript

2002-05-18 Thread wolf
Hi, I need help for an non-php-problem. I've a frameset with 2 frames. There is a TOPframe with the name topframe who contains an input-Field. input type=text name=txt in the form named mainform. The BOTTOMframe contains a link. With the link I have to change the value of the input field

Re: [PHP] Can a PHP script process a file on a remote computer?

2007-10-24 Thread Wolf
Go into your php.ini file and increase the script timeout length, which should allow the upload to finish. Jon Westcot [EMAIL PROTECTED] wrote: Hi all: I'm working on a project that requires frequent updating of a large amount of data to a MySQL database. Currently, I'm trying

Re: [PHP] SMTP unable to relay

2007-10-25 Thread Wolf
As previously posted, you need to work with your mail server admin. sendmail is not normally on WinDoze boxes, so do some googling for the setup you have, and talk with your admins to see what you need to do to get it set up to work correctly. Wolf Diana wrote: I have tried settiing my php.ini

Re: [PHP] Re: SMTP

2007-10-25 Thread Wolf
As previously posted, you need to work with your mail server admin. sendmail is not normally on WinDoze boxes, so do some googling for the setup you have, and talk with your admins to see what you need to do to get it set up to work correctly. Wolf Daniel Brown wrote: On 10/25/07, Jens

[PHP] Compilers

2007-10-30 Thread Wolf
Anyone use compilers (linux based or Windoze) and which do you use? Looking for something free (best) or low cost as we are doing some investigation on what methods are best for some of the stuff we have, and I'm thinking a compiled PHP app should run faster. Thanks! Wolf -- PHP General

Re: [PHP] Generating HTML table from MySQL table based on some criteria

2007-11-01 Thread Wolf
Sudheer, Post the code you are using and we'll better be able to point you in the right direction to get your code working. Wolf Sudheer Satyanarayana [EMAIL PROTECTED] wrote: Hello, I have a MySQL table with four columns - userid, created_date, username and path_to_picture

Re: [PHP] More info on timeout problem

2007-11-05 Thread Wolf
uploads. I have another server which has a 879M upload limit and has no problems with large files getting to it. Wolf Jon Westcot [EMAIL PROTECTED] wrote: Hi Instruct ICC: I'm now wondering if some error is occurring that, for some reason, is silently ending the routine. I'm

Re: [PHP] Can I make a process run in background?

2007-11-06 Thread Wolf
You could CRON the script, write a simple bash script that polls the server and if the php script is not running, restarts it. * * * * * * /path/to/php php script name Wolf Jim Lucas [EMAIL PROTECTED] wrote: oops, didn't mean to reply off list. SORRY LIST! here is what I said

Re: [PHP] PHP Programmers Needed

2007-11-12 Thread Wolf
It amazes me that you attack in one post then beg for help in another. Neither of which have you followed basic concepts such as: 1. posting your code 2. posting your output 3. describing your problem As for this post, it is common practice for contractors to post they are seeking some contract

Re: [PHP] How to query google pagerank from PHP

2007-11-12 Thread Wolf
Understandably you have found the code in perl here, but what PHP code have you written and are you stuck on in transmuting to PHP? Wolf mvh [EMAIL PROTECTED] wrote: I found it here http://cpan.uwinnipeg.ca/dist/WWW-Google-PageRank Hemanth www.ValueAds.Biz Stut wrote

Re: [PHP] freeing resourses after the end of the session

2007-11-19 Thread Wolf
($filename_array)) {unlink($file_in_image);} ? Then save that as a cron job that runs every minute or every 5 and (depending on site needs) and you should be good to go. Wolf Fernando [EMAIL PROTECTED] wrote: Hello, I made a image validation code, wich generate a image every time

RE: [PHP] two small issues with php mail

2007-11-19 Thread Wolf
? And wasn't this whole thing started with you looking for something that you were already too much money into to change for the next roll-out? So now you are fessing up to trying to get the PHP board to do your assignments for you? I sure hope your instructor is on this board too... Wolf

RE: [PHP] two small issues with php mail

2007-11-19 Thread Wolf
them. And yes, Stut's answers are great for the issue at hand, but you need to go back and follow the steps (possibly making sure to step A multiple times)... And I'd love to hear you recite the entire page. What's your number and I'll speaker-phone it. :-D Wolf Brad [EMAIL PROTECTED

RE: [PHP] two small issues with php mail

2007-11-19 Thread Wolf
, ALL books say to make this page when verifying PHP is installed correctly. I didn't assume anything, merely followed the threads. And since from the looks of things the thread has not changed, the back-story has... Well draw your own conclusions there. Wolf Brad [EMAIL PROTECTED] wrote

RE: [PHP] two small issues with php mail

2007-11-19 Thread Wolf
the scope of your assignment. However some professors see that as insightful, YMMV. Wolf Brad [EMAIL PROTECTED] wrote: I am very much aware of phpinfo() Which has nothing to do with being able to edit the php.ini file! -Original Message- From: Wolf [mailto:[EMAIL PROTECTED

RE: [PHP] two small issues with php mail

2007-11-19 Thread Wolf
for having your homework done and partied too hard this weekend?) and you should be able to get your stuff handled. BCC is the only way to send email without putting the recipients in the CC or To field. But do make sure you follow the correct syntax to include them. Wolf Brad [EMAIL

RE: [PHP] two small issues with php mail

2007-11-19 Thread Wolf
to your questions should be as obvious as the keyboard in front of you. If Stut's answer does not make sense to you, google concatenate in the dictionary (dictionay: concatenate), then re-read his answer. Your professor MUST have a bottle stored somewhere... Wolf Brad [EMAIL PROTECTED

RE: [PHP] two small issues with php mail

2007-11-19 Thread Wolf
; are in the right spot, the rest normally takes some massaging to get right for what your needs are. As for the grammar and security clearance and whatnot well let's just say that when you took the breath and came back without attacking that it showed you thought things through. Wolf

Re: [PHP] two small issues with php mail

2007-11-20 Thread Wolf
homework assignment parameters from Brad so we can see what next questions he'll have... I'm not sure he needs to do SMTP auth but even if he does, he's going to need to be able to write correct syntax and debug his code along the way... Wolf -- PHP General Mailing List (http://www.php.net

Re: [PHP] two small issues with php mail

2007-11-20 Thread Wolf
Jim Lucas [EMAIL PROTECTED] wrote: Wolf wrote: Jim Lucas [EMAIL PROTECTED] wrote: Per Jessen wrote: Brad wrote: !-- Snip for brevity -- remember, he is wanting to setup SMTP auth. So he will not be using PHP's mail() function. He needs to talk directly to the SMTP

Re: [PHP] two small issues with php mail OT

2007-11-21 Thread Wolf
post stuff out here unless you're prepared for it. Course I use Thunderbird's filtering/learning and it gets 99% of it. :) Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] two small issues with php mail OT

2007-11-21 Thread Wolf
aced English and Grammar courses didn't teach him the difference between hear and here... Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] CVS TO ICAL

2007-11-27 Thread Wolf
=Search Looks like lots of ways to do it... Where is your script busted? Wolf Mohamed Jama [EMAIL PROTECTED] wrote: Hey Guys just wondering if there is a away to convert a cvs to ical file or how to import from mysql to ical format? M. Jama big:interactive 91 Princedale Road

Re: [PHP] Nested include/require not working in 5.2

2007-11-27 Thread Wolf
Mike Yrabedra [EMAIL PROTECTED] wrote: on 11/27/07 1:43 PM, Wolf at [EMAIL PROTECTED] wrote: Mike Yrabedra [EMAIL PROTECTED] wrote: on 11/27/07 11:46 AM, Jochem Maas at [EMAIL PROTECTED] wrote: Mike Yrabedra wrote: I am not able to use includes or requires in nested

Re: [PHP] Nested include/require not working in 5.2

2007-11-27 Thread Wolf
? You should have error reporting turned on so you can see where the script is barfing on the coding. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Nested include/require not working in 5.2

2007-11-27 Thread Wolf
Mike Yrabedra [EMAIL PROTECTED] wrote: on 11/27/07 1:53 PM, Wolf at [EMAIL PROTECTED] wrote: Mike Yrabedra [EMAIL PROTECTED] wrote: on 11/27/07 1:43 PM, Wolf at [EMAIL PROTECTED] wrote: Mike Yrabedra [EMAIL PROTECTED] wrote: on 11/27/07 11:46 AM, Jochem Maas

Re: [PHP] CVS TO ICAL

2007-11-28 Thread Wolf
Always make sure you reply to the list... And yes, you can export as an ical format, just look at an ical file and format your output to it. It's just like doing the CSV/CVS/TXT or any other file, you just have to put it in the right format with the right extension when exporting. Wolf Mohamed

Re: [PHP] Join question

2007-11-29 Thread Wolf
through the second table and grep the username against the first table. If it exists, give them command to write table2.pass into table1.pass If it doesn't exist you want to write table2.user and table2.pass into table1 HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Join question [solved]

2007-11-30 Thread Wolf
any DB work that needed any of that. Looks like the language and fun have changed since then! Gotta love improvements. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Banned from #php

2007-12-03 Thread Wolf
SUre, considering he only regexed the ID, though it would require 1) realizing it was a regex 2) being able to read the regex 3) going into the #php channel and not ask RTFM or STFW questions And no, I am not on IRC nor am I wolfpaws Wolf Nathan Nobbe [EMAIL PROTECTED] wrote: couldnt

[PHP] Securing your Sites

2007-12-16 Thread Wolf
then, go through the scripts and poke around on your own development sites and see if you can lock your own system down. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Securing your Sites

2007-12-17 Thread Wolf
Funny, they should all be PHPS, source only and my last check only did them on the source viewing. None of them are executable in that folder. You got it from elsewhere. [EMAIL PROTECTED] wrote: I want to personally thank you for 6 hours of work to remove the PHP-Back-door Trojan, that

Re: [PHP] Securing your Sites

2007-12-17 Thread Wolf
. They are live code (hence why they were phps and should have just been source to view) and the only way to really pick them apart to view them. Considering that the code was phps and the server treated them as such never did my server execute them. Wolf Dan Parry wrote: -Original Message- From

Re: [PHP] Securing your Sites

2007-12-17 Thread Wolf
. As they are now all tar.gz the AV scanners should all catch them as trojans, so you will need to tell your scanner to all you to access that folder, save it to your local drive and view the source in your favorite text editor to look at them. Wolf Dan Parry wrote: -Original Message- From: Wolf

Re: [PHP] control browser with a href tag

2007-12-18 Thread Wolf
From a UI standpoint, this would be a reason why I would visit your site once then never again. If you don't want them to touch a page, make the current browser window change. And what you are looking to do uses javascript Wolf Hiep Nguyen wrote: hi friends, i have two pages: list.php

Re: [PHP] Re: fopen() for http:// sometimes working, sometimes not

2007-12-28 Thread Wolf
DNS issues Albert Wiersch wrote: I'm now using PHP 5.2.5. Well, it seems to still be happening. This describes the problem but I haven't found a solution that works for me yet: http://bugs.php.net/bug.php?id=11058 Is it a PHP problem or DNS? It works sometimes but not other times..

Re: [PHP] First stupid post of the year.

2008-01-02 Thread Wolf
://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php input type=text value=A size=50 input type=submit Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] First stupid post of the year.

2008-01-02 Thread Wolf
The string is now:$string\n; Outputs: The string is now:A Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sample script files with 3 different select boxes withmysql conditions in select boxes

2008-01-03 Thread Wolf
Børge Holen [EMAIL PROTECTED] wrote: On Thursday 03 January 2008 16:55:41 Robert Cummings wrote: On Thu, 2008-01-03 at 09:52 -0600, Jay Blanchard wrote: [snip] I don't suppose any of you punks know the meaning of rhetorical? ;) [/snip] Rhetorical? Rhetorical??

RE: [PHP] client time zone?

2008-01-08 Thread Wolf
Sure, have a look on google for php: time zone class and you should be good to go! What code have you written so far to try using the data from the server? Wolf -Original Message- From: jekillen [EMAIL PROTECTED] Sent: Saturday, January 05, 2008 10:51 PM To: PHP General list php

RE: [PHP] Posting Summary for Week Ending 4 January, 2008: php-general@lists.php.net

2008-01-08 Thread Wolf
Looks like your cron job is set for every minute Don! Please disable it until you get the kinks worked out of it! -Original Message- From: Daniel Brown [EMAIL PROTECTED] Sent: Friday, January 04, 2008 7:24 PM To: PostTrack [Dan Brown] [EMAIL PROTECTED] Cc: php-general@lists.php.net

Re: [PHP] /etc/php.init changes not honored

2008-01-10 Thread Wolf
reload apache Ryan H. Madison [EMAIL PROTECTED] wrote: Hello, I am trying to increase upload_max_filesize beyond the 2M limit. I've set this in my /etc/php.ini file, but every time I look at the output of phpinfo(); the changes I make in /etc/php.init don't seem to

Re: [PHP] /etc/php.init changes not honored

2008-01-10 Thread Wolf
for the changes to be read. Wolf Ryan H. Madison [EMAIL PROTECTED] wrote: Hello, I am trying to increase upload_max_filesize beyond the 2M limit. I've set this in my /etc/php.ini file, but every time I look at the output of phpinfo(); the changes I make in /etc/php.init don't seem

Re: [PHP] Posting Summary for Week Ending 11 January, 2008: php-general@lists.php.net

2008-01-11 Thread Wolf
I dunno Dan, my posts aren't showing up in the list, and this tracker has 92 of the 226 posts... ;) PostTrack [Dan Brown] [EMAIL PROTECTED] wrote: Posting Summary for PHP-General List Week Ending: Friday, 11 January, 2008 Messages| Bytes |

[PHP] changing the ini from a file

2008-01-16 Thread Wolf
to make a separate folder for that. Anyone encoutered being able to change/disable the setting on the fly in a specific file? Thanks! Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] changing the ini from a file

2008-01-16 Thread Wolf
Daniel Brown [EMAIL PROTECTED] wrote: On Jan 16, 2008 11:10 AM, Wolf [EMAIL PROTECTED] wrote: I'm using .htaccess to do php_value auto_prepend_file auth.php The problem is that there are very specific files that I want to be able to NOT run that in. I guess I could just move

Re: [PHP] changing the ini from a file

2008-01-16 Thread Wolf
Daniel Brown [EMAIL PROTECTED] wrote: On Jan 16, 2008 11:33 AM, Wolf [EMAIL PROTECTED] wrote: Daniel Brown [EMAIL PROTECTED] wrote: [snip] At that point, wouldn't it be just as easy to ? require('auth.php'); ? as the first line of each file you want it in, and omit

Re: [PHP] changing the ini from a file

2008-01-16 Thread Wolf
Jim Lucas [EMAIL PROTECTED] wrote: Jim Lucas wrote: Wolf wrote: I'm using .htaccess to do php_value auto_prepend_file auth.php The problem is that there are very specific files that I want to be able to NOT run that in. I guess I could just move them to a directory and use

Re: [PHP] Question About Blocking Email Addresses in Forms

2008-01-18 Thread Wolf
/) To unsubscribe, visit: http://www.php.net/unsub.php Those are pretty sweet suggestions there Eric, I hadn't thought about the constant field or the commented on to check on. :) Thanks for sharing!! Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Foreach

2008-01-18 Thread Wolf
($orders)) { $i=0; while($i=count($names)) { $update_data = UPDATE sections SET `order` = '$orders[$i]' WHERE name = '$names[$i]'; $response = mysql_query( $update_data, $cnx ); if(mysql_error()) die ('database errorbr'.mysql_error()); } } } ? HTH, Wolf -- PHP General Mailing

Re: [PHP] Foreach

2008-01-18 Thread Wolf
Eric Butera [EMAIL PROTECTED] wrote: On Jan 18, 2008 11:38 AM, Wolf [EMAIL PROTECTED] wrote: Steve, This should work as some basic sudo code. You are running into a number of issues with your usage of the foreach as it sounds like what you really want to do is walk through one

Re: [PHP] Posting Summary for Week Ending 18 January, 2008: php-general@lists.php.net

2008-01-19 Thread Wolf
(2.3%) Wolf [EMAIL PROTECTED] 9(1.8%) 11964(1.2%) Europus [EMAIL PROTECTED] 7(1.4%) 9494(1%) Ken Kixmoeller -- reply to [EMAIL PROTECTED] [EMAIL PROTECTED] 7(1.4%) 5637(0.6%) Chris [EMAIL PROTECTED] 6(1.2

Re: [PHP] Re: Posting Summary for Week Ending 18 January, 2008: php-general@lists.php.net

2008-01-19 Thread Wolf
humility, but you're pretty much the only one here complaining about your email address being posted by some one else after you have already done so. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Posting Summary for Week Ending 18 January, 2008: php-general@lists.php.net

2008-01-19 Thread Wolf
Daniel Brown wrote: On Jan 19, 2008 8:55 PM, Wolf [EMAIL PROTECTED] wrote: David Powers wrote: Daniel Brown wrote: Notice, if you will and are able, that all other posts to this thread are responses of interest, not the ramblings of a crybaby. I have also noticed that many

Re: [PHP] More frustration with MySQL and PHP

2008-01-21 Thread Wolf
and everything is where I need it. But even with all of that, sometimes the easiest solution is the simplest. ;) Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Posting Summary for Week Ending 25 January, 2008: php-general@lists.php.net

2008-01-24 Thread Wolf
Jochem Maas wrote: Posting Summary for PHP-General List Week Ending: Friday, 25 January, 2008 Messages| Bytes | Sender +-+-- 697 (100%) 975244 (100%) EVERYONE 690 (98.9%) 974000 (99.8%)

Re: [PHP] Posting Summary for Week Ending 25 January, 2008: php-general@lists.php.net

2008-01-24 Thread Wolf
novel Until that time, how many of you are on XBOX live and playing Call Of Duty 4? Or playing Eve-Online? :) We could make a PHP clan and when the sides get to quarreling, have a war amongst ourselves to settle it. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] How to download a file (with browser) using fsockopen() ?

2008-02-04 Thread Wolf
Wow, did you have to post this 6 times barney?? szalinski wrote: Hi I have been working on this download script for quite a while, and I just can't find how to download a remote file via a user's browser using fsockopen. Basically I am wondering if anyone can just give me a simple working

Re: [PHP] How to download a file (with browser) using fsockopen() ?

2008-02-04 Thread Wolf
Wow, did you have to post this 6 times barney?? szalinski wrote: Hi I have been working on this download script for quite a while, and I just can't find how to download a remote file via a user's browser using fsockopen. Basically I am wondering if anyone can just give me a simple working

Re: [PHP] How to download a file (with browser) using fsockopen() ?

2008-02-04 Thread Wolf
Wow, did you have to post this 6 times barney?? szalinski wrote: Hi I have been working on this download script for quite a while, and I just can't find how to download a remote file via a user's browser using fsockopen. Basically I am wondering if anyone can just give me a simple working

Re: [PHP] How to download a file (with browser) using fsockopen() ?

2008-02-04 Thread Wolf
Wow, did you have to post this 6 times barney?? szalinski wrote: Hi I have been working on this download script for quite a while, and I just can't find how to download a remote file via a user's browser using fsockopen. Basically I am wondering if anyone can just give me a simple working

Re: [PHP] How to download a file (with browser) using fsockopen() ?

2008-02-04 Thread Wolf
Wow, did you have to post this 6 times barney?? szalinski wrote: Hi I have been working on this download script for quite a while, and I just can't find how to download a remote file via a user's browser using fsockopen. Basically I am wondering if anyone can just give me a simple working

Re: [PHP] How to download a file (with browser) using fsockopen() ?

2008-02-04 Thread Wolf
Wow, did you have to post this 6 times barney?? szalinski wrote: Hi I have been working on this download script for quite a while, and I just can't find how to download a remote file via a user's browser using fsockopen. Basically I am wondering if anyone can just give me a simple working

RE: [PHP] How to read excel sheet and display it's contents.

2008-02-11 Thread Wolf
Yes, read the documentation and look at include and require in the php documentation. -Original Message- From: srihari naidu [EMAIL PROTECTED] Sent: Monday, February 11, 2008 5:51 PM To: PHP Mail List php-general@lists.php.net Subject: [PHP] How to read excel sheet and display it's

RE: [PHP] \n problems when creating an email

2008-02-11 Thread Wolf
as formatted, but does the readabilty job. Wolf -Original Message- From: Angelo Zanetti [EMAIL PROTECTED] Sent: Monday, February 11, 2008 7:23 AM To: 'Stut' [EMAIL PROTECTED] Cc: php-general@lists.php.net Subject: RE: [PHP] \n problems when creating an email Looks like you're using Outlook

RE: [PHP] How to read excel sheet and display it's contents.

2008-02-11 Thread Wolf
I have to agree with this, CSV is the way to go. While you have to train your users to save as CSV, you are better off using a more universal standard the microshaft standards. Sorry for the top posting, the Q doesn't like to bottom post. :/ Wolf -Original Message- From: Jay

Re: [PHP] Re: Question about development

2008-02-12 Thread Wolf
that I just write things down as we talk and that leads me to more questions to ask them. :) Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Protected ZIP file with password

2008-02-18 Thread Wolf
. !-- SNIP -- What methods do you have available? When you run phpinfo script (?php phpinfo() ? what does it say the compile statement is? If it was compiled --with-zip then you should be good with the PECL usage http://us3.php.net/zip Otherwise, you are probably SOL... Wolf -- PHP General Mailing

Re: [PHP] Converting tab delimited file to CSV

2008-02-18 Thread Wolf
MicroShaft) so you'll have to play/tweak your files to get them to open correctly. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Protected ZIP file with password

2008-02-18 Thread Wolf
-US:officialclient=firefox-a Using terms php: exec zip error 127 Try passthru and see what you get. Have you done any looking for the error codes in the documentation? Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Protected ZIP file with password

2008-02-18 Thread Wolf
like you have an environment set up by a blind monkey. Are you sure the command is actually working from the command line? What is the command and output? Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Protected ZIP file with password

2008-02-18 Thread Wolf
Petrus Bastos [EMAIL PROTECTED] wrote: Wolf, I'm sure actually working from the command line. /usr/local/bin/zip -P t.zip biblioteca.php adding: biblioteca.php (deflated 73%) On Feb 18, 2008 6:37 PM, Wolf [EMAIL PROTECTED] wrote: Petrus Bastos [EMAIL

Re: [PHP] Protected ZIP file with password

2008-02-18 Thread Wolf
Petrus Bastos [EMAIL PROTECTED] wrote: system(/usr/local/bin/zip -P t.zip biblioteca.php,$ret_val); that's my code and even zip with full path, return $ret_val = 127; On Feb 18, 2008 6:43 PM, Wolf [EMAIL PROTECTED] wrote: Petrus Bastos [EMAIL PROTECTED] wrote: Wolf

Re: [PHP] www. not working

2008-02-19 Thread Wolf
to mod_rewrite the url and you are golden. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: unable to unset reference

2008-02-19 Thread Wolf
to increase your rankings for this week... ;) Personally, objects are a b!tch to use, but I'm gradually working myself to the point of having to learn and play nice with them. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Plant Extracts and Our Factory

2008-02-24 Thread Wolf
That's easy He thinks that php is asp plus lead, so he figured that we could get the plant extracts with the added lead and be set! Gotta love morons... -Original Message- From: Shawn McKenzie [EMAIL PROTECTED] Sent: Sunday, February 24, 2008 10:37 AM To:

RE: [PHP] RE: temprorary error

2008-02-24 Thread Wolf
Then make use of your delete key. -Original Message- From: Mary Anderson [EMAIL PROTECTED] Sent: Sunday, February 24, 2008 12:59 PM To: php-general@lists.php.net Subject: [PHP] RE: temprorary error Hey guys, Isn't this thread a bit OT? Anyway, as areligious person I have to

Re: [PHP] RE: temprorary error

2008-02-25 Thread Wolf
he has a bias for your writing and notices threads dieing after your comments... What that says about him and/or your comments on threads is.. ;) I couldn't resist either. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] RE: temprorary error

2008-02-25 Thread Wolf
Robert Cummings [EMAIL PROTECTED] wrote: On Mon, 2008-02-25 at 09:28 -0500, tedd wrote: At 8:49 AM -0500 2/25/08, Robert Cummings wrote: On Mon, 2008-02-25 at 00:56 +, Nathan Rixham wrote: [can you resist?] No I can't resist. It would be tantamount to agreeing with

Re: [PHP] checking for and enforcing https

2008-02-25 Thread Wolf
use the $SERVER variables and make them work that way... Or you can cheat... $url = $_SERVER['SERVER_NAME']; header( 'Location:https://'.$url.''); Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] checking for and enforcing https

2008-02-25 Thread Wolf
is included via a function call in a page that is automagically pre-pended to every page on the site. And it works like a charm no matter where you are trying to hit it or how many sites/links you move in an out of. Wolf Stephen Johnson [EMAIL PROTECTED] wrote: Or you can cheat

Re: [PHP] checking for and enforcing https

2008-02-25 Thread Wolf
eliminate that and no matter what ports the server runs on, you get the correct switching you need. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] RE: temprorary error

2008-02-25 Thread Wolf
tedd [EMAIL PROTECTED] wrote: At 11:18 AM -0500 2/25/08, Daniel Brown wrote: I didn't think Quakers could use computers. Or electricity. -- /Dan No, that's the Amish. Quakers are the one's who make cereal. Except for Joseph who run the underground power cable through

RE: [PHP] When to use design patterns?

2008-02-25 Thread Wolf
It depends on the size and scope of your project. For the most part, you should know what you have coded before and when encountering something new, the previous work should help in doing the new work. Hth Wolf -Original Message- From: skylark [EMAIL PROTECTED] Sent: Saturday

Re: [PHP] Re: PHP cuts download process prematurely

2008-02-26 Thread Wolf
in the setup are. Your sys-admin should have made the test servers EXACTLY like the production servers so that working with them would be seemless, but not all programming/test/production environments are ideal. Wolf Manuel Barros Reyes [EMAIL PROTECTED] wrote: On Tue, Feb 26, 2008 at 3:07 AM

Re: [PHP] checking for and enforcing https

2008-02-26 Thread Wolf
a /path/secure which contains the checkout pieces and require https for those via an .htaccess file) HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Newbie List

2008-02-26 Thread Wolf
think we've all been here at some point). Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] What design patterns do you usually use?

2008-02-27 Thread Wolf
Jochem Maas [EMAIL PROTECTED] wrote: Daniel Brown schreef: On Wed, Feb 27, 2008 at 9:40 AM, David Giragosian [EMAIL PROTECTED] wrote: On 2/27/08, Daniel Brown [EMAIL PROTECTED] wrote: On Wed, Feb 27, 2008 at 6:46 AM, skylark [EMAIL PROTECTED] wrote: Hi all, What

Re: [PHP] What design patterns do you usually use?

2008-02-27 Thread Wolf
Daniel Brown [EMAIL PROTECTED] wrote: On Wed, Feb 27, 2008 at 9:40 AM, David Giragosian [EMAIL PROTECTED] wrote: On 2/27/08, Daniel Brown [EMAIL PROTECTED] wrote: On Wed, Feb 27, 2008 at 6:46 AM, skylark [EMAIL PROTECTED] wrote: Hi all, What design patterns do you

Re: [PHP] What design patterns do you usually use?

2008-02-27 Thread Wolf
Daniel Brown [EMAIL PROTECTED] wrote: On Wed, Feb 27, 2008 at 10:16 AM, Aschwin Wesselius [EMAIL PROTECTED] wrote: Why not going with a Scottish kilt and have some cooling breeze while showing off what you're made of? Clan-wars sometimes started with having the wrong pattern on

Re: [PHP] ZCE guidance needed

2008-02-27 Thread Wolf
, wait for a while for a response before posting again about the same item. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sometimes I wonder why I even started programming...

2008-02-28 Thread Wolf
. Wolf HowTo: Sanitize user input http://www.phpbuilder.com/columns/ProPHPSecurity_excerpt_part3.php3?print_mode=1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sometimes I wonder why I even started programming...

2008-02-28 Thread Wolf
that does { { { { } } } } Versus the alternative, especially with the character wrapping in vi and other text editors. At least, that's IMO YMMV Wolf ;) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Flexible Shopping Cart (was: Shopping Carts)

2008-02-28 Thread Wolf
the short-open tags and other things to secure the site, so definitely something to keep in mind. This page alone would break as would ?= tags if they live anywhere (shortcut for ?php echo ). Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Choose Your Common Design Patterns

2008-02-28 Thread Wolf
skylark wrote: Hi guys, Relex a little on the topic What design patterns do you usually use. Choose the ones you use often at: http:// phparch [dot] cn And this will answer that question, isn't it? Those options are the ones that we often use. If there is any option needed to be replaced, just

Re: [PHP] Sometimes I wonder why I even started programming...

2008-02-28 Thread Wolf
might end up working on your stuff, keep using spaces. Just hope you never change your mind. -Stut I use vi for most of my editing, as well as pice, nano, gedit, nedit, and textpad, depending on the system I am. ;) Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Weird Results from Curl

2008-02-29 Thread Wolf
Ray Hauge [EMAIL PROTECTED] wrote: Wolf wrote: I'm curling a site to process some data, all well and good but the results are baffling... $result = curl_exec($ch); curl_close($ch); echo HR.gettype ($result); Of course that's not all the code, but the results contain

[PHP] Weird Results from Curl

2008-02-29 Thread Wolf
tried to do a strlen conversion, that failed. I've tried bool converting but it doesn't come across right either. Any ideas? Thanks! Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Weird Results from Curl

2008-02-29 Thread Wolf
Ray Hauge [EMAIL PROTECTED] wrote: Wolf wrote: Ray Hauge [EMAIL PROTECTED] wrote: Wolf wrote: I'm curling a site to process some data, all well and good but the results are baffling... $result = curl_exec($ch); curl_close($ch); echo HR.gettype ($result

Re: [PHP] Good PHP/MySql starter book?

2008-03-03 Thread Wolf
and keep around as a reference. Now I have Ajax and other books sitting around with it as well as a PHP 5 Security and PHP 5 cookbook Wolf Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

  1   2   3   4   5   >