Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Jim Giner
DON't get me started on the massacre of the English language on posting sites all over the internet! It seems that people are so wrought up in their problem-of-the-moment that they don't realize that they are mis-spelling, mis-typing and mis-stating their problem(s) in their frantic posts. :)

RE: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Jasper Mulder
> To: php-general@lists.php.net > From: jim.gi...@albanyhandball.com > Date: Thu, 30 Jun 2011 09:12:45 -0400 > Subject: Re: [PHP] I want to use POST when redirect via PHP Header function. > > Just as bottom posting (I know, it's in da rules) makes it rather difficult >

Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Jim Giner
Just as bottom posting (I know, it's in da rules) makes it rather difficult for humans to read thru a topic, scrolling thru ever-longer messages to get to the 'new' content. Let's solve it for all by only posting your own content and let the sum of all the messages equate to the topic. :) "As

Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Ashley Sheridan
Md Ashickur Rahman Noor wrote: >> >> On Thu, Jun 30, 2011 at 1:52 PM, Geoff Lane >wrote: >> On Thursday, June 30, 2011, Md Ashickur Rahman Noor wrote: >> >> > I want to use POST when redirect via PHP Header function. Is it >> > possible? >> >> AFAICT, it isn't. You can use GET variables by pa

Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Arthur Moczulski
that's quite basic thing which you can definitely find in the manual On 30 June 2011 10:48, Md Ashickur Rahman Noor wrote: > > > > On Thu, Jun 30, 2011 at 1:52 PM, Geoff Lane wrote: > > On Thursday, June 30, 2011, Md Ashickur Rahman Noor wrote: > > > > > I want to use POST when redirect via PHP

Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Md Ashickur Rahman Noor
> > On Thu, Jun 30, 2011 at 1:52 PM, Geoff Lane wrote: > On Thursday, June 30, 2011, Md Ashickur Rahman Noor wrote: > > > I want to use POST when redirect via PHP Header function. Is it > > possible? > > AFAICT, it isn't. You can use GET variables by passing them on the > querystring. These can t

Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Geoff Lane
On Thursday, June 30, 2011, Md Ashickur Rahman Noor wrote: > I want to use POST when redirect via PHP Header function. Is it > possible? AFAICT, it isn't. You can use GET variables by passing them on the querystring. These can then be accessed via $_REQUEST, which is an amalgamation of $_POST, $

RE: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Ashley Sheridan
ard L. Buskirk > >-Original Message- >From: Md Ashickur Rahman Noor [mailto:ashickur.n...@gmail.com] >Sent: Thursday, June 30, 2011 2:36 AM >To: Ashley Sheridan >Cc: php-general@lists.php.net >Subject: Re: [PHP] I want to use POST whe

RE: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread admin
lto:ashickur.n...@gmail.com] Sent: Thursday, June 30, 2011 2:36 AM To: Ashley Sheridan Cc: php-general@lists.php.net Subject: Re: [PHP] I want to use POST when redirect via PHP Header function. For passing value to other page. -- Dedicated

Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-29 Thread Md Ashickur Rahman Noor
For passing value to other page. -- Dedicated Linux Forum in Bangladesh Follow Me Twiter Thank you Md Ashickur Rahman On Thu, Jun

Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-29 Thread Ashley Sheridan
Md Ashickur Rahman Noor wrote: >I want to use POST when redirect via PHP Header function. Is it >possible? >-- >Dedicated Linux Forum in >Bangladesh >Follow Me Twiter

Re: [PHP] I want to send data with JavaScript.

2007-01-12 Thread Napura
N駑eth Zolt疣 , Thank you. It safely solved it. It survived. Moreover, my best regards. > 2007. 01. 12, p辿ntek keltez辿ssel 23.15-kor Napura ezt 鱈rta: > > It questions the mailing list for the first time. > > > > To other forms by using JavaScript in PHP > > Can data able to be passed, and pa

Re: [PHP] I want to send data with JavaScript.

2007-01-12 Thread Németh Zoltán
2007. 01. 12, péntek keltezéssel 23.15-kor Napura ezt írta: > It questions the mailing list for the first time. > > To other forms by using JavaScript in PHP > Can data able to be passed, and passed only one data that can be passed in > the > following codes? > Please tell me. > > function p_

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread Gonzalo Monzón
D. Dante Lorenso escribió: Gonzalo Monzón wrote: I've been developing desktop applications with PHP-GTK since 2002, far beyond the web script context, and in the more complex projects I did, was a must to implement multi-process and IPC communication due to the lack of threading in PHP, as t

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread D. Dante Lorenso
Gonzalo Monzón wrote: I've been developing desktop applications with PHP-GTK since 2002, far beyond the web script context, and in the more complex projects I did, was a must to implement multi-process and IPC communication due to the lack of threading in PHP, as to deal with some issues like m

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread Barry
Gonzalo Monzón schrieb: I forgot to put some final note into my last message. PHP can be good for a lot of things, but not really for other. Yeah true (o_O) -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To un

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread D. Dante Lorenso
Stut wrote: D. Dante Lorenso wrote: IMHO, if your main goal is to allow your threaded app to reuse existing PHP classes then your best bet is to investigate embedding PHP into something written in C or C++. This is a very good point. I have also been looking into the idea pitched a few yea

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread Gonzalo Monzón
I forgot to put some final note into my last message. PHP can be good for a lot of things, but not really for other. Wonder when requirements grow long in some ways you could not ever expect in a project like your's: A simple example: need 5 concurrent connections in your "hacked" multi-proce

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread Stut
D. Dante Lorenso wrote: I've already written the multi-threaded server using Java. I want to do this in PHP, however, because the PHP "threads" can re-use PHP classes I've already written and hence standardize on a single codebase and language. Many other languages have threads (Java, C#, Pyt

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread Gonzalo Monzón
D. Dante Lorenso escribió: Gonzalo Monzón wrote: Use Python, it is the way to go if you're willing to use mt :-) I've already written the multi-threaded server using Java. I want to do this in PHP, however, because the PHP "threads" can re-use PHP classes I've already written and hence

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread Richard Lynch
On Thu, April 27, 2006 4:18 am, D. Dante Lorenso wrote: > Evolution of the language is a must. I AM working on trying to spec > out > an extension for PHP which would implement what I want with threading > without having to hack zend and the core. I might think that some > other > C developers wo

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread Richard Lynch
On Thu, April 27, 2006 3:24 am, D. Dante Lorenso wrote: > priority. You simply can't be an enterprise language without these > basic features. You simply can't put Threads in the same sentence with "basic features", not even by implication. :-) There is NOTHING "basic" about threads, no matter h

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread Jochem Maas
D. Dante Lorenso wrote: Jochem Maas wrote: I've already written the multi-threaded server using Java. I want to do this in PHP, however, because the PHP "threads" can re-use PHP classes I've already written and hence standardize on a single codebase and language. Many other languages have t

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread D. Dante Lorenso
Jochem Maas wrote: I've already written the multi-threaded server using Java. I want to do this in PHP, however, because the PHP "threads" can re-use PHP classes I've already written and hence standardize on a single codebase and language. Many other languages have threads (Java, C#, Python,

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread Jochem Maas
D. Dante Lorenso wrote: Gonzalo Monzón wrote: Use Python, it is the way to go if you're willing to use mt :-) I've already written the multi-threaded server using Java. I want to do this in PHP, however, because the PHP "threads" can re-use PHP classes I've already written and hence stan

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread D. Dante Lorenso
Gonzalo Monzón wrote: Use Python, it is the way to go if you're willing to use mt :-) I've already written the multi-threaded server using Java. I want to do this in PHP, however, because the PHP "threads" can re-use PHP classes I've already written and hence standardize on a single codebas

RE: [PHP] I want to write a Multi-threaded PHP Application

2006-04-26 Thread Richard Lynch
On Wed, April 26, 2006 6:05 pm, Warren Vail wrote: > "not likely" until at least PHP 8.0. However, my needs for a thread > are > very simple and might be able to avoid the complexities of shared One thing you could consider... If you had one "main" script that did a stream_select on multiple URL

RE: [PHP] I want to write a Multi-threaded PHP Application

2006-04-26 Thread Warren Vail
I did one (well sort of) once. I created a php script which was started by cron every minute. It read a mysql table looking for items to process, and on finding one, would stamp the entry in the table as being processed and it would then proceed with what it needed to do, which sometimes took a

Re: [PHP] I want to know if some link is online

2005-10-09 Thread Jasper Bryant-Greene
Jesús Alain Rodríguez Santos wrote: I would like to know if a web is online, a have this code: enlace.php Why not use file_exists()? Also, you probably want to use $_GET['enlance'] rather than $enlance. if (!$enlinea){ header("Location: $muerto");

Re: [PHP] I want to get count rows with the pear packet

2005-05-12 Thread Richard Lynch
On Thu, May 12, 2005 7:14 pm, Tomás Rodriguez Orta said: > Hello hard people!!! > I want to get count rows at the query using odbc over windows. > but I can't get any value of this, I doing this. > > $sql="SELECT * FROM id Like '$id'"; > $res=$db->query($sql); > $numRecords=$res->numRows(); > echo

Re: [PHP] i want to send 2 variables????

2003-01-09 Thread rw
Quoting Ysrael Guzmán <[EMAIL PROTECTED]>: ### ### i like send two variables using: ### ### href="mi page.php?http://www.php.net/) ### To unsubscribe, visit: http://www.php.net/unsub.php ### ### Here's one idea! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

Re: [PHP] i want to send 2 variables????

2003-01-09 Thread Joshua Pierre
On Thu, Jan 09, 2003 at 09:14:21AM -0500, Ysrael Guzm?n wrote: > > i like send two variables using: > > href="mi page.php? http://blah.com/page.php?var1=contents&var2=contents That should do it for you. Cheers, Josh -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] I want a script to run after a page already loads.

2002-05-30 Thread Ed Gorski
well what does the script do? Is it integral to the page? ed At 02:42 PM 5/30/2002 -0400, Phil Schwarzmann wrote: >I have a script that takes a VERY long time to run. So the page just >kinda hangs for a minute if not longer before the script is complete. > >I want a page to fully load, then I

Re: [PHP] I want to use a mailer other than sendmail

2002-05-03 Thread Alex Shi
Thank you, Rasmus. I am going to try your way right away.. Alex > Alex, the real answer is to just turn your sendmail into a SMTP > passthrough. It is dead simple to do. Locate your sendmail.cf file. > (Yeah, I can already hear the screams of anguish, but this file isn't > actually all tha

RE: [PHP] I want to use a mailer other than sendmail

2002-05-03 Thread Rasmus Lerdorf
Uh, John, note the "for win32 only" in your reply, then note the "RH7.0" in the question. Alex, the real answer is to just turn your sendmail into a SMTP passthrough. It is dead simple to do. Locate your sendmail.cf file. (Yeah, I can already hear the screams of anguish, but this file isn't act

RE: [PHP] I want to use a mailer other than sendmail

2002-05-03 Thread John Holmes
>From php.ini: [mail function] SMTP= localhost ;for win32 only sendmail_from = [EMAIL PROTECTED];for win32 only ;sendmail_path = Enter the name of your SMTP server on the first line, instead of localhost. If you use mindspring, for

Re: [PHP] *** I want a swanky icon in the address bar, like major sites (e.g. php.net, google.com)...

2001-10-22 Thread Kurt Lieber
Um...this isn't php related and I already get a ton of emailcould we keep things on-topic? that said, check out www.favicon.com -- it should have the info you need. --kurt On Monday 22 October 2001 11:37, you wrote: > Anyone out there know how to set the icon that is shown in the address b

RE: [PHP] I Want

2001-08-06 Thread Jason Murray
> i want to make a function that read my file line by > line and word by word to find a certain word , if the > function return this word it is return true , if not > it return false . if (strstr(implode("", file("filename.txt")), "myword") { echo "File conatined 'myword'\n"; } else { echo "

Re: [PHP] I want to AUTO_INCREMENT fields

2001-07-26 Thread elias
yes, sort of... both have same number. "Alexander Skwar" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... So sprach »elias« am 2001-07-26 um 11:23:56 +0200 : > first field is the primary key and is called 'id' and is an integer, > and i want another field of type

Re: [PHP] I want to AUTO_INCREMENT fields

2001-07-26 Thread Alexander Skwar
So sprach »elias« am 2001-07-26 um 11:23:56 +0200 : > first field is the primary key and is called 'id' and is an integer, > and i want another field of type integer to be also autoincremented... Pardon me - but what would be the use?? Both columns would contain the same numbers, no? Alexander

Re: [PHP] I want to AUTO_INCREMENT fields

2001-07-26 Thread David Robley
On Thu, 26 Jul 2001 18:53, elias wrote: > Hi! > > I want to have to fields, > first field is the primary key and is called 'id' and is an integer, > and i want another field of type integer to be also autoincremented... If you are using mysql, this snippet from the manual answers your question:

Re: [PHP] I want to learn this!

2001-07-15 Thread [EMAIL PROTECTED]
on 7/15/01 4:39 PM, Minardi boy at [EMAIL PROTECTED] wrote: > Are there any books you guys/gals could recommend? Are there (non > university/school) classes (satisfactory)? Try: the Oreilly PHP pocket reference. It shows you how to make forms. Also "MySQL" from the New Riders has a good chapte

Re: [PHP] I want to learn this!

2001-07-15 Thread Aral Balkan
If you're running Windows, try the .chm (windows helpfile?) version of the manual -- IMHO it's much easier to navigate then the HTML version. I find it indispensable. Aral :) __ ([EMAIL PROTECTED]) New Media Producer, Kismia, Inc. ([EMAIL PROTECTED]) Adj. Prof.

RE: [PHP] I want to get the input of keyboard

2001-06-30 Thread scott [gts]
php://stdin php://stdout php://stderr are also for console input/output... > -Original Message- > From: Richard Lynch [mailto:[EMAIL PROTECTED]] > Subject: Re: [PHP] I want to get the input of keyboard > > $file = fopen('php://input', 'r'); >

Re: [PHP] I want to get the input of keyboard

2001-06-28 Thread Richard Lynch
> I want to get the input of keyboard from php files,but i can't know how to > do. > > Who can tell me any advace about that? If you want the input from the keyboard on the web-server machine (not the client) you can use: $file = fopen('php://input', 'r'); $char = fread($file, 1); If you want

Re: [PHP] I want to get the input of keyboard

2001-06-26 Thread elias
something like that ""little boy"" <[EMAIL PROTECTED]> wrote in message 9h90pi$3ag$[EMAIL PROTECTED]">news:9h90pi$3ag$[EMAIL PROTECTED]... > hi,all > I want to get the input of keyboard from php files,but i can't know how to > do. > > Who can tell me any advace about that? > Thx. > > > >

Re: [PHP] I want to get the input of keyboard

2001-06-26 Thread Hugh Bothwell
""little boy"" <[EMAIL PROTECTED]> wrote in message 9h90pi$3ag$[EMAIL PROTECTED]">news:9h90pi$3ag$[EMAIL PROTECTED]... > hi,all > I want to get the input of keyboard from php files,but i can't know how to > do. > > Who can tell me any advace about that? > Thx. If you're running PHP as a server-

Re: [PHP] I want to execute a cgi

2001-03-25 Thread David Robley
On Sat, 24 Mar 2001 14:58, Brandon Orther wrote: > Hello, > > I have a cgi that I run in telnet by doing this: > > perl /script/cgi-script.cgi name=cgi+script purpose=test > > is there a way I can run a cgi script and pass it variables? > > Thanks > Brandon Check the Program execution functions;

Re: [PHP] I want this magic directory

2001-03-14 Thread Joe Stump
Read up on forcetype'ing on phpbuilder.com - it will do just what you want it to do. --Joe On Wed, Mar 14, 2001 at 06:08:18PM +0800, Alex wrote: > I just want every customer on my site get his own unique id as his directory > name but the pages requested are all processed by the root. > Such as:

Re: [PHP] i want permanently connect in imap_open()

2001-02-03 Thread Richard Lynch
> i open mailbox with imap_open > when i move next page, mailbox close. > and i must open mailbox again. > i want connection contiue, even if i move next page Don't think you can. HTTP is inherently stateless... Even if you could, when would the mailbox close? You can't rely on your web-surfer