Re: [PHP] Random permission strangeness

2006-03-09 Thread Paul Scott
On Fri, 2006-03-10 at 16:00 +1100, Chris wrote: > If you can produce a small test case might be time for a bug report. It > shouldn't give you "permission denied" errors. > Will work on it over the weekend. I am going to try something dead simple with the session stuff and see what I can do with

Re: [PHP] X-Mailer and headers when sending mail

2006-03-13 Thread Paul Scott
On Mon, 2006-03-13 at 13:41 -0800, Angelo Zanetti wrote: > * 0.5 X_PRIORITY_HIGH Sent with 'X-Priority' set to high * 1.3 > MSGID_NO_HOST Message-Id has no hostname * 2.0 > HEADER_COUNT_CTYPE Multiple Content-Type headers found * 0.8 > PRIORITY_NO_NAME Message has priority setting, but no > X

[PHP] FastCGI and --enable-force-cgi-redirect

2006-03-29 Thread Jimmy Scott
o put this (with or without that workaround) in a production area without knowing *WHAT* support on it is still being done, to be honest, it scares me this very moment. The system I'm testing on FreeBSD 6.0-RELEASE. Please CC me as I'm not subscribed to the list. Kind regards, Jimmy Sc

Re: [PHP] PHP MVC

2006-03-29 Thread Paul Scott
On Thu, 2006-03-30 at 15:29 +1000, SLaVKa wrote: > Hey all, I am desiging my own MVC framework, now i know you can pass > views in the string like index.php?view=displayAdmin , but what if the > admin model has a choice of displaying a few views as well, like editing > user, or editing product e

Re: [PHP] PHP MVC

2006-03-29 Thread Paul Scott
On Thu, 2006-03-30 at 15:58 +1000, SLaVKa wrote: > So you only have one level of actions/views , what happens in a > situation where the page you are loading has various sections which want > either displayed or hidden? > We use a finely grained permissions system. ACL and groups will determine

Re: [PHP] test for illegal characters and consequences

2006-04-04 Thread Paul Scott
On Tue, 2006-04-04 at 15:32 -0800, Angelo Zanetti wrote: > Ive developed a site and now I've come to the stage where I need to test each > textfield on each form for illegal characters that have been inputted. > I would like to know from some of you how you go about it? > In our framework, we us

Re: [PHP] test for illegal characters and consequences

2006-04-05 Thread Paul Scott
On Wed, 2006-04-05 at 13:34 -0800, Angelo Zanetti wrote: > Thanks for the reply. So what do you do if someone enters illegal characters > in one of your form? Do you inform the user and prompt them to enter the > fields again or do you just strip out all the bad > characters and enter the rest

Re: [PHP] simple regex query

2006-04-06 Thread Paul Scott
On Thu, 2006-04-06 at 15:36 +0200, Jochem Maas wrote: > > > > Been tryin to figure out regex and have found some tutorials but some > > have made things clear and others have confused me. > > We are busy building up a library of commonly used regex's on a wiki, check it out at http://fsiu.uwc.a

Re: [PHP] How to find tag and get src of image

2006-04-24 Thread Paul Scott
On Mon, 2006-04-24 at 07:30 +0700, Pham Huu Le Quoc Phuc wrote: > Hi everybody! > I want to get src of image form a $text, I have a below text > Regex - there is one for exactly that on http://fsiu.uwc.ac.za check out the wiki page of regular expressions. --Paul -- PHP General Mailing List (h

Re: [PHP] Re: phpmailer problem with spam score

2006-04-25 Thread Paul Scott
On Tue, 2006-04-25 at 11:47 +0200, Barry wrote: > - Tell the people to put your domain on the whitelist or the specific >mailadress it comes from. > - Use plaintext only mails > > The scroe is so high because of the links. Also, remember to put in a Reply-To header. A lot of SPAM software wil

RE: [PHP] Bug madness

2006-04-27 Thread Paul Scott
On Thu, 2006-04-27 at 10:48 -0500, Jeremy Schreckhise wrote: > Have you tried? > > error_reporting(E_ALL^E_NOTICE); Surely you mean error_reporting(E_ALL);? If one of my team members ships code that does not pass through on E_ALL (or E_STRICT), they get a beating. Now, back to the proble

Re: [PHP] Portfolio suggestions

2006-05-04 Thread Paul Scott
On Thu, 2006-05-04 at 00:24 +0200, Rory Browne wrote: > I'd like to rectify this, but I can't think of a suitable project. I'd like > to do something new / useful as opposed to a glorified "Hello World" > demonstration. Depends on your interests. I would say, join an established project and contri

Re: [PHP] Mail and hotmail

2006-05-04 Thread Paul Scott
On Thu, 2006-05-04 at 17:37 +0700, Peter Lauri wrote: > mail('[EMAIL PROTECTED]', 'A nice subject', 'Some text', 'From: Peter > Lauri <[EMAIL PROTECTED]>'); > > This email does not arrive to the Hotmail inbox. This has been discussed ad nauseum on this list. I suggest going through the list arch

RE: [PHP] Mail and hotmail

2006-05-04 Thread Paul Scott
On Thu, 2006-05-04 at 17:51 +0700, Peter Lauri wrote: > Paul, > > I did make a search on this. However, as you understand, searching for > "hotmail mail header" will generate to much junk because it will be replies > from hotmails that also will be included. Try the mail function on http://za2.ph

Re: [PHP] Rhumb Lines

2006-05-05 Thread Paul Scott
On Fri, 2006-05-05 at 11:44 -0300, Miles Thompson wrote: > What an interesting problem. You might have better luck on a GIS or ocean > racing list. > Have you tried this: http://en.wikipedia.org/wiki/Rhumb_line I could do something like this using PostGIS and PHP, but a pure PHP solution is pr

Re: [PHP] Rhumb Lines

2006-05-05 Thread Paul Scott
On Fri, 2006-05-05 at 19:16 +0200, Paul Scott wrote: > I could do something like this using PostGIS and PHP, but a pure PHP > solution is probably going to be a tad slow with real geometries. > Sorry about replying to my own post, but here is a postgis solution supplied off the Pos

Re: [PHP] SPANISH E-MAIL RESULT

2006-05-09 Thread Paul Scott
On Tue, 2006-05-09 at 06:11 -0400, SPANISH SWEEPSTAKE LOTTERY wrote: > SPANISH SWEEPSTAKE LOTTERY OK this is getting crazy. Is it "Spam the list day" today? Did I miss the memo in the flurry of spam mails? Looks like it time to tighten up the ol spam traps again... --Paul -- PHP General Mailin

Re: [PHP] Session Not Being Passed?

2006-05-19 Thread Scott Hurring
e a server name for this reason. If you simply use an absolute path, it'll point to whatever machine (local dev, live server, etc...) it happens to be running on without you having to care. i.e. -- Scott Hurring [scott dot hurring dot lists at gmail dot com] http://hurring.com/

Re: [PHP] Encryption Advice

2006-05-19 Thread Scott Hurring
your first-level of defense is simply "nobody else is on the box", then you can worry a little bit less about your private key being stolen. -- Scott Hurring [scott dot hurring dot lists at gmail dot com] http://hurring.com/

Re: [PHP] Running two versions of PHP locally

2006-05-19 Thread Scott Hurring
roj/en /php/php4-php5-configuration.xml Gr, Koen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Scott Hurring [scott dot hurring dot lists at gmail dot com] http://hurring.com/

Re: [PHP] PHP & JavaScript

2006-05-19 Thread Scott Hurring
gt; To unsubscribe, visit: http://www.php.net/unsub.php > > -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Scott Hurring [scott dot hurring dot lists at gmail dot com] http://hurring.com/

Re: [PHP] Running two versions of PHP locally

2006-05-19 Thread Scott Hurring
php 4 and others >> in >> php 5? >> >> Is this possible? >> How would I go about doing it? >> >> Thanks >> >> Phillip >> >> -- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Scott Hurring [scott dot hurring dot lists at gmail dot com] http://hurring.com/

Re: [PHP] PHP & JavaScript

2006-05-19 Thread Scott Hurring
avaScript loops through all the like ID'ed checkboxes to check or uncheck groups. It could be done the other way, but then JavaScript code has to have more to it to increment from the value of the first ID. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

Re: [PHP] Running two versions of PHP locally

2006-05-19 Thread Scott Hurring
x27;d be interested to know if anyone does get both php4 & php5 modules installed together without file extention hints or port proxying. -- Scott Hurring [scott dot hurring dot lists at gmail dot com] http://hurring.com/

Re: [PHP] Date() finding yesterday

2006-05-21 Thread Scott Hurring
d', strtotime('-1 day')); Rabin -- http://rab.in -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Scott Hurring [scott dot hurring dot lists at gmail dot com] http://hurring.com/

Re: [PHP] HELP - Clean and simple

2006-05-22 Thread Scott Hurring
$row[1]; } } IMO, unless you have a *really* good reason for doing things this way, putting values into an array is almost always better than using the "$$" direct declaration. i.e. why not use? $vars[ $row[0] ][ $row[2] ] = $row[1]; -- Scott Hurring [scott dot hurring dot lists at gma

Re: [PHP] More about converting text strings

2006-05-30 Thread Paul Scott
On Wed, 2006-05-31 at 00:27 -0500, Richard Lynch wrote: > Show us the first 2 lines of index3.php > > Cuz line 1 has something in it to print out data/content. Probably whitespace outside of --Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

Re: [PHP] Newbie Question: How to pass URL info to .php script ?

2008-06-19 Thread Chris Scott
You could just use an apache (or other web server) alias: www.test.com/article -> www.test.com/article.php where article.php uses: "; ?>

[PHP] RE: [SPAM] [PHP] format mobile number

2008-06-20 Thread Chris Scott
Something like: $mobileNumber = 078; $lastTen = substr($mobileNumber, strlen($mobileNumber) - 10); $formatedNumber = "0" . $lastTen; -Original Message- From: joaquinbordado [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2008 12:15 PM To: php-general@lists.php.net Subject: [SPAM

RE: [PHP] RE: [SPAM] [PHP] format mobile number

2008-06-20 Thread Chris Scott
Sorry that should have been a quoted string: $mobileNumber = "078"; For the strlen and substr. -Original Message- From: Chris Scott [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2008 1:15 PM To: php-general@lists.php.net Subject: [PHP] RE: [SPAM] [PHP] format mob

RE: [PHP] escape character in query string

2008-06-23 Thread Chris Scott
%20 -Original Message- From: joaquinbordado [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2008 3:35 AM To: php-general@lists.php.net Subject: [SPAM] [PHP] escape character in query string Importance: Low would someone happen to know the escape character for query string? here is my

[PHP] FW: [SPAM] Re: [PHP] Inspiration for a Tombstone.

2008-06-27 Thread Chris Scott
410 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

FW: [PHP] fwrite() Append Files

2008-06-27 Thread Chris Scott
Please post the code, I'm not clear on the problem. -Original Message- From: Wei, Alice J. [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2008 12:02 PM To: php-general@lists.php.net Subject: [PHP] fwrite() Append Files Hi, I wonder if anyone on the list could tell me how to append t

[PHP] FW: [SPAM] RE: [PHP] fwrite() Append Files

2008-06-27 Thread Chris Scott
I don't think you can open files for writing over http, you get an error: failed to open stream: HTTP wrapper does not support writeable connections. -Original Message- From: Per Jessen [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2008 2:39 PM To: php-general@lists.php.net Subject: [

[PHP] FW: [SPAM] RE: [PHP] FW: [SPAM] RE: [PHP] fwrite() Append Files

2008-06-27 Thread Chris Scott
>> -Original Message- >> From: Chris Scott [mailto:[EMAIL PROTECTED] >> Sent: Friday, June 27, 2008 8:48 AM >> To: php-general@lists.php.net >> Subject: [PHP] FW: [SPAM] RE: [PHP] fwrite() Append Files >> Importance: Low >> >> I don'

[PHP] FW: [SPAM] [PHP] FIFO files on PHP?

2008-07-02 Thread Chris Scott
> -Original Message- > From: Waynn Lue [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2008 11:06 PM > To: php-general@lists.php.net > Subject: [SPAM] [PHP] FIFO files on PHP? > Importance: Low > > I'm trying to build a queue out using FIFO files (someone on the MySQL > list suggested

[PHP] FW: [SPAM] Re: [PHP] how to create a slide show using PHP5

2008-07-03 Thread Chris Scott
> -Original Message- > From: philip [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 02, 2008 10:03 PM > To: Bastien Koert > Cc: php-general@lists.php.net > Subject: [SPAM] Re: [PHP] how to create a slide show using PHP5 > Importance: Low > > Bastien Koert wrote: > > > > > > On Wed, Jul

[PHP] FW: [SPAM] [PHP] No Database Connection possible (mySQL)

2008-07-04 Thread Chris Scott
> -Original Message- > From: Aviation Coding [mailto:[EMAIL PROTECTED] > Sent: Friday, July 04, 2008 10:15 AM > To: php-general@lists.php.net > Subject: [SPAM] [PHP] No Database Connection possible (mySQL) > Importance: Low > > Hi all, > > I am having problems with a connection to a mysql

Re: [PHP] Re: very very small CMS

2008-07-19 Thread Paul Scott
On Sat, 2008-07-19 at 10:18 -0400, tedd wrote: > At 12:48 PM +0200 7/19/08, Frank Arensmeier wrote: > >19 jul 2008 kl. 05.05 skrev Robert Cummings: > >>>Here's a CMS I've been working on. > >>> > >>>http://www.webbytedd.com/a/easy-page-db > >>> > >>>The idea is to allow the user edit pages in situ.

FW: [PHP] getting info from video formats

2008-07-28 Thread Chris Scott
I agree. I use MPlayer to process videos. One script gets the video length like this. //use mplayer to pull some info from the video $info = exec("\"$mplayer\" $videoPath/$videoName -identify -nosound -frames 0 > $tmpInfoFile"); //and open the file it stores the data in $infoFile = fopen("$tmpIn

FW: FW: [PHP] getting info from video formats

2008-07-28 Thread Chris Scott
> -Original Message- > From: mike [mailto:[EMAIL PROTECTED] > Sent: Monday, July 28, 2008 2:17 PM > To: Chris Scott > Cc: php-general@lists.php.net > Subject: Re: FW: [PHP] getting info from video formats > > On 7/28/08, Chris Scott <[EMAIL PROTECTED]> wro

[PHP] ANN: Chisimba-2.0.3 Released!

2008-09-04 Thread Paul Scott
The next release of the Chisimba PHP5 framework is now available. Major enhancements included in this release are: - PDO and MDB2 support - Improved database performance - Bug fixes - Better code documentation - API integration for many more modules - Remote downloads of modules (apt like

Re: [PHP] PHP Dev Facts

2008-10-17 Thread Paul Scott
On Fri, 2008-10-17 at 00:14 +0100, Nathan Rixham wrote: > Evening All, > > I'd be /really/ interested to know who uses what! > > *Procedural or OOP?* > OOP > *Dev OS* > Ubuntu 8.04 > *Dev PHP Version* > PHP-5.2.3 > *Live Server OS* > Debian > *Live Server PHP Version* > PHP-5.2.3

RE: [PHP] web shot script

2008-10-23 Thread Paul Scott
On Thu, 2008-10-23 at 22:20 -0400, Joey wrote: > Really I want to do this, not pay someone to do it via those services you > linked to. > So nobody has seen open source code for this? I run a free (freedom and beer) webservice to do this via the Chisimba framework (http://avoir.uwc.ac.za) The do

Re: [PHP] permission failure with fopen

2008-11-07 Thread Paul Scott
On Fri, 2008-11-07 at 14:27 +0200, Thodoris wrote: > > > > I'm testing on Windows XP SP2 with PHP 5.2.0 > > As far as I remember, you need to pass the "b" parameter to Windows as well on fopen(), so you would do an fopen("/path/to/file","wb"); --Paul All Email originating from UWC is covered by

[PHP] Free Web Site Link Exchange Software

2004-01-26 Thread Scott Dudley
ink clean-up/removal allow definition of multiple categories flexibility ... I'm not looking to create a link farm but rather to add content to my wife's web site. She often receives requests from others related to her field to add reciprocal links. Many thanks. -- Regards, Scott Dudley

[PHP] path problems

2004-01-27 Thread Scott Taylor
ers/Dec03.pdf'); For some reason this works: readfile('http://domain.com/archive/newsletters/Dec03.pdf'); but this does not: readfile('/archive/newsletters/Dec03.pdf'); nor does this: readfile('archive/newsletters/Dec03.pdf'); Can someone explain this to me? Th

Re: [PHP] path problems

2004-01-27 Thread Scott Taylor
/archive/newsletters/Dec03.pdf'; readfile($file); /* example 2 */ $file = 'archive/newsletters/Dec03.pdf'; readfile($file); Thanks for the help so far, Best Regards, Scott -Original Message- From: Scott Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004

Re: [PHP] path problems

2004-01-28 Thread Scott Taylor
was problem with loading a file from the local file system instead of the file itself being corrupt, etc. Thanks for the help, Scott Taylor - Edwin - wrote: On Tue, 27 Jan 2004 20:22:46 -0500 Scott Taylor <[EMAIL PROTECTED]> wrote: I understand all of the file size ones. What I rea

Re: [PHP] path problems

2004-01-28 Thread Scott Taylor
Stuart wrote: Scott Taylor wrote: $file_two = 'archive/newsletters/Dec03PostPress.pdf'; Try replacing this line with... $file_two = $_SERVER['DOCUMENT_ROOT'].'/archive/newsletters/Dec03PostPress.pdf'; As my first posts states, I've tried that. And no,

[PHP] POST required header info

2004-02-02 Thread Scott Birksted
I'm attempting to have some java code send a post request to a php script, but the variables are not being assigned correctly. The request comes through fine, but the vars keep coming up empty. The java code works fine with a perl script that grabs the post vars, as well as from a simple html form

[PHP] Whoa!!! e-Mail virus from bugs.php.net!

2004-02-06 Thread Scott Fletcher
Whoa!! Just got an email today right from bugs.php.net and it was intercepted by the Spam Firewall because it contain the Worm.SCO.A virus and was removed before being send to me. The email goes like this here --snip-- Title: VIRUS (Worm.SCO.A) IN MAIL TO YOU (from <[EMAIL PROTECTED]>) Body

[PHP] Re: Whoa!!! e-Mail virus from bugs.php.net!

2004-02-06 Thread Scott Fletcher
OTECTED]>) To: undisclosed-recipients: ; Message-Id: <[EMAIL PROTECTED]> --snip-- "Scott Fletcher" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Whoa!! Just got an email today right from bugs.php.net and it was > intercepted by the Spam Firewall because it co

Re: [PHP] Re: Whoa!!! e-Mail virus from bugs.php.net!

2004-02-06 Thread Scott Fletcher
> On Friday 06 February 2004 22:10, Scott Fletcher wrote: > > Internet Header is shown below... (Actual DNS and IP are replaced by xxx > > for security reason and keeping out spammers) The DNS and IP that is replaced by xxx are the actual DNS & IP from my company, so why sh

Re: [PHP] Whoa!!! e-Mail virus from bugs.php.net!

2004-02-06 Thread Scott Fletcher
Thanks "Duncan Hill" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Friday 06 February 2004 14:06, Scott Fletcher wrote: > > Whoa!! Just got an email today right from bugs.php.net and it was > > intercepted by the Spam Firewall because

Re: [PHP] Whoa!!! e-Mail virus from bugs.php.net!

2004-02-09 Thread Scott Fletcher
Thanks "Stuart" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Scott Fletcher wrote: > > How on earth can bugs.php.net get infected??? I'm not even familiar with > > PHP bug #12494 'cause I never filed it or comment on it. > > >

[PHP] Using date() with the function fileatime() doesn't return accurate timestamp...

2004-02-12 Thread Scott Fletcher
, h:i a', (fileatime($current_filename; --snip-- What did I do wrong?? Scott F. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Using date() with the function fileatime() doesn't return accurate timestamp...

2004-02-12 Thread Scott Fletcher
Oh I understand now. There is a different between fileatime(), filectime() and filemtime(), with a letter 'a', 'c' or 'm'... The one with the m is what work with Unix/Linux.. Scott F. "Scott Fletcher" <[EMAIL PROTECTED]> wrote in message news:[EMAI

[PHP] What PHP function can detect session being expired??

2004-02-13 Thread Scott Fletcher
Hi! When I set the session.cache_expire to 60 minutes then on the webpage, how do I get PHP to tell me that session had expired via PHP function or something? Thanks, Scott F. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: compile problem

2004-02-13 Thread Scott Fletcher
Try specifying the file path where cURL reside on.. Like this --> "--with-curl=/usr//***" for example. Scott F. "Donpro" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, trying to compile PHP 4.3.4. on RedHat Linux 7.3 and getting the follow

[PHP] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-13 Thread Scott Fletcher
Try the $_REQUEST variable, this is where both the $_GET and $_POST come from and let us know how it goes... Scott F. "Chris Wilson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > When in IE, submitting any form on our https page, the post variables > int

[PHP] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-13 Thread Scott Fletcher
I mean, I sometime found a few POST data had incorrectly went over to the GET data. I don't know it's a PHP problem but more of a web browser problem. Scott F. "Scott Fletcher" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Try the $_REQUEST variable,

Re: [PHP] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-16 Thread Scott Fletcher
I don't think it is a PHP issue because I don't have this problem with Mozilla browser. It more had to do with IE and worse, it is only a random occurance. Scott F. "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Saturday 14 Februa

Re: [PHP] Re: phps and iis

2004-02-16 Thread Scott Fletcher
ctures... http://s92192454.onlinehome.us/PHP_on_windows_under_IIS.html This one fix the problem for me. I had already started to move slowly away from using IIS 6 to the Apache because of this lack of documentation everywhere over the time. Scott F. "Zerof" <[EMAIL PROTECTED]> wrote i

[PHP] An HTML alternative to submit button to look like anchor??

2004-02-16 Thread Scott Fletcher
Hi! I'm wondering if there is such a thing as an alternative to the HTML submit button that would instead look like an anchor and yet act like a submit with POST action. Just wondering... Scott F. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

Re: [PHP] An HTML alternative to submit button to look like anchor??

2004-02-16 Thread Scott Fletcher
e of its > href attribute "javascript:document.formName.submit()" where formName is the > name of the form you wish to submit. As with a lot of client-side scripting > languages, I cannot guarantee that this solution is cross-browser > compatible. > > Shaunak > > > -Original Message---

Re: [PHP] An HTML alternative to submit button to look like anchor??

2004-02-16 Thread Scott Fletcher
Not a problem!! :-) I had a morning brain freeze until lunch. Thanks... "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] You can do it with an image. [/snip] Dang! I was thinking picture of an anchor. Monday afternoon brain freeze! -- PHP General Mailing Li

[PHP] Re: [PHP-INSTALL] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-16 Thread Scott Fletcher
rnight or worse, it might will never get worked on. So, less headache, I use $_REQUEST and yet not to have customers be breathing down my neck. Give it a try if you want, if not then that's okay. It would be the same thing a year from now and so on. Scott F. "Chris Wilson" <[E

[PHP] PHP Header to stimulate a POST method or POST string????

2004-02-18 Thread Scott Fletcher
w.blah.net?PHPSESSID=".$salt) for example, so to treat it as a POST like would be ... header("Location: https://www.blah.net";); header(" ??? "); //for PHPSESSID and other post strings... Thanks, Scott F. -- PHP General Mailing List (htt

Re: [PHP] PHP Header to stimulate a POST method or POST string????

2004-02-18 Thread Scott Fletcher
thought. I saw no "Location:" feature, now your comments surely would be of a help. Thanks a million! Now I'll have to decide which one to use.. Scott F. "Chris Shiflett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > --- Scott Fletcher &l

Re: [PHP] PHP Header to stimulate a POST method or POST string????

2004-02-18 Thread Scott Fletcher
doesn't seem to be the problem because the directory folder is already at "dr-xr-xr-x", so not sure what the problem is exactly... Scott F. "Chris Shiflett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > --- Scott Fletcher <[EMAIL PROTECTED]&

Re: [PHP] PHP Header to stimulate a POST method or POST string????

2004-02-18 Thread Scott Fletcher
It said it is set to 1 from ini_get(), it also said "on" from php.ini... Scott F. "Chris Shiflett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > --- Scott Fletcher <[EMAIL PROTECTED]> wrote: > > Groan!!! I get permission denied er

Re: [PHP] PHP Header to stimulate a POST method or POST string????

2004-02-18 Thread Scott Fletcher
o work with temporary certificate if this is the problem. Scott F "Chris Shiflett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > --- Scott Fletcher <[EMAIL PROTECTED]> wrote: > > It said it is set to 1 from ini_get(), it also said "on" from php

Re: [PHP] PHP Header to stimulate a POST method or POST string????

2004-02-18 Thread Scott Fletcher
That's not the one, I tried it with port 80 and still get the error message, so ssl have nothing to do with it. Scott F. "Scott Fletcher" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sample code is $fp = fsockopen("www.whatever.com", 443, $err

Re: [PHP] PHP Header to stimulate a POST method or POST string????

2004-02-18 Thread Scott Fletcher
] [Permission denied] --snip-- "Chris Shiflett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > --- Scott Fletcher <[EMAIL PROTECTED]> wrote: > > Sample code is $fp = fsockopen("www.whatever.com", 443, $errno, > > $errmsg); >

Re: [PHP] PHP Header to stimulate a POST method or POST string????

2004-02-18 Thread Scott Fletcher
P.S. The telnet part, it said... --snip-- Trying Connected to www.google.akadns.net --snip-- When I exited, I get HTML codes dumped on screen along with bad request... Scott F. "Chris Shiflett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > --- Sco

Re: [PHP] PHP Header to stimulate a POST method or POST string????

2004-02-19 Thread Scott Fletcher
in /home/website/emarket/www/zz_test_dir/Net/Socket.php on line 108 --snip-- The script I put down are --snip-- http://www.yahoo.com/'); $a->sendRequest(); echo $a->getResponseBody(); ?> --snip-- Scott F. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Fi

Re: [PHP] PHP Header to stimulate a POST method or POST string????

2004-02-19 Thread Scott Fletcher
tYour client has issued a malformed or illegal request.Connection closed. --snip-- "John Nichel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Scott Fletcher wrote: > > > This is what I get... > > > > --snip-- > > 1 > > Warning: fsoc

[PHP] fsockopen failed with permission denied error...

2004-02-19 Thread Scott Fletcher
Hi Everyone! Sample code below... --snip-- $fp = fsockopen("www.cnn.com", 80, $errno, $errstr, 30); --snip-- I get the error message, permission denied along with 13. When I read the bugs.php.net and found out that I need to add the "@" to it so I did this.. --snip-- $fp = @fsockopen("www.cnn.

[PHP] Database insert/update from Browser Refresh or Back/Forward Button

2004-02-20 Thread Scott Fletcher
Hi! Went Google surfing on Browser Refresh & Back/Forward Button and it turned out that PHP can do the dirty work. Problem is no sample script, all I see are comments about suggesting on using the $_SESSION or the database to check the $_POST stuffs and do something about it. So does anyone

Re: [PHP] Database insert/update from Browser Refresh or Back/Forward Button

2004-02-20 Thread Scott Fletcher
>Why is "Browser Refresh & Back/Forward Button" capitalized? Is that the name of a >band or something??? Well, forgot to enclose the double quote. Old Habit with capitalization on commonly used term... >Are you trying to process a form a something and you want to prevent the >browser from process

[PHP] Re: fsockopen failed with permission denied error...

2004-02-20 Thread Scott Fletcher
ote in message news:[EMAIL PROTECTED] > Scott Fletcher wrote: > > > Hi Everyone! > > > > Sample code below... > > > > --snip-- > > $fp = fsockopen("www.cnn.com", 80, $errno, $errstr, 30); > > --snip-- > > > > I get the error message,

Re: [PHP] Database insert/update from Browser Refresh or Back/Forward Button

2004-02-20 Thread Scott Fletcher
#x27;s not totally > >true because the user could go back and resubmit the form. Decided to go ahead and break up the rest of the webpages on the development website to make this possible. It is going to set me back by a month. My boss is not going to like it. :-( Better less problem down th

[PHP] extra breaks in sent out emails

2004-03-06 Thread Scott Taylor
through POST) and do a character count it only shows 3 - the a, the \n, the b. Yet in the email address it comes out as: a b Why is this? BTW: I am on a windows computer but the server is a unix server. Best Regards, Scott -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Re: extra breaks in sent out emails

2004-03-06 Thread Scott Taylor
all, because the trim is supposed to take out all \r & \n 's. Is there another type of line break? Best Regards, Scott Taylor -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: extra breaks in sent out emails

2004-03-07 Thread Scott Taylor
e broken text lines). My guess is that the server converts all \r's into \n's, and for this reason when a piece of mail goes out it has two breaks instead of one. Best Regards, and thank you for the help, Scott Taylor Ben Ramsey wrote: Scott Taylor wrote: What I really don

[PHP] What is CLI? Something about PHP 5 that have it...

2004-03-08 Thread Scott Fletcher
Hi! What is CLI? It is something that PHP 5 that have it. Thanks, FletchSOD -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] What is CLI?

2004-03-08 Thread Scott Fletcher
What is CLI that PHP 5 mentioned about? Thanks, FletchSOD -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] What is CLI?

2004-03-08 Thread Scott Fletcher
Oh I see what you're talking about now... Thanks, FletchSOD -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] time delay function?

2004-03-09 Thread Scott Taylor
gards, Scott Taylor -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] odd acrobat reaction to streaming files

2004-03-10 Thread Scott Taylor
". I was able to add this header line: header("Content-Disposition: attachment; filename=".basename($file).";"); which forced the user to be prompted if he wanted acrobat to be loaded or to save the file. Both options worked flawlessly. So why did it not work before I added this header line? Is it a flaw in Adobe Acrobat? Best Regards, Scott Taylor -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Adding php to the "include_path" in the php.ini???

2004-03-12 Thread Scott Fletcher
Hi! After doing many testing for hte fsockopen() bugs with PHP developers which is now fixed. I just happen to noticed that in the middle of those testing when I do the PHP installation after doing the usual configure and make. What I noticed is that it asked me to .. --snip-- You may want

[PHP] virtual() include path problems

2004-03-15 Thread Scott Taylor
s virtual not supposed to use absolute paths? The documentation on php.net doesn't say either way, but for the include() fuction it says that it should work... Best Regards, Scott Taylor -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Pear Package...

2004-03-15 Thread Scott Fletcher
Hi! I saw the Pear packages that are originally stored in /usr/local/lib/php/. This occur when I compile PHP. Problem is they are different from the ones I downloaded from the pears.php.net website. So, I enclosed those files into the website's directory, along with all other website fil

Re: [PHP] Pear Package...

2004-03-15 Thread Scott Fletcher
Aw! Never knew what the php's include_path is for... So, that fixed the problem by just setting it to the website directory. Thanks, FletchSOD "Evan Nemerson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Monday 15 March 2004 02:15 pm, Scott Fletch

[PHP] Re: Pear Package...

2004-03-15 Thread Scott Fletcher
Aw! Never knew what the php's include_path is for when I saw it in the php.ini some times ago... So, that fixed the problem by just setting it to the website directory. Thanks, FletchSOD "Greg Beaver" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Sco

[PHP] header() vs. fsockopen for "Location: http:www.d.com"....

2004-03-17 Thread Scott Fletcher
Hi! Let's say there are 3 webpages with webpage #1 for customer filling out the form and submit it to webpage #2 for processing and database insert/update then php header("Location: http://www.whatever.com";) to redirect the webapge to webpage #3. (or back to webpage #1). That way, the web-b

[PHP] Re: Problem with sending mail with attachment

2004-03-18 Thread Scott Fletcher
I had experience this similar problem with the attachment, as it turned out that not all email software work out the same way, especially with MS-Exchange which need an extra "\r" or "\n" for it to work. For the attachment issue you have. I don't know what Content-Type you're using because it sho

Re: [PHP] header() vs. fsockopen for "Location: http:www.d.com"....

2004-03-18 Thread Scott Fletcher
Thanks... FletchSOD "Raditha Dissanayake" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Scott, > This has been heavily discussed in recent weeks you will find lots of > pointers in the archives. But in short there's no harm in > header("

[PHP] Possible to have Array in $_SESSION????

2004-03-18 Thread Scott Fletcher
Hi! Is it possible to have an array that contain 2 or more segment to be put into the $_SESSION and to retreived it back? FletchSOD -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

<    12   13   14   15   16   17   18   19   20   >