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

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

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

[PHP] I want to pass Sub Window the value with PHP and JavaScript.

2007-04-05 Thread Napura
Hello I say Napura. In the code shown below "no" with PHP&JavaScript Hajime.php passes it to kekka.php. For "" though the data of "no" extends without trouble "_ blank target =" is added. Data cannot be received though new Sabwindow opens when assuming "". The method doesn't hit on easily t

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_

[PHP] I want to send data with JavaScript.

2007-01-12 Thread Napura
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_submit(bb) { sform=top.window.document.S_form; sform.param.value = bb;

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
Wednesday, April 26, 2006 3:43 PM To: php-general@lists.php.net Subject: [PHP] I want to write a Multi-threaded PHP Application All, For years I have wanted to have the ability to create a new Thread in PHP similar to how it is done in the Java language. I understand the complexities this would i

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

2006-04-26 Thread D. Dante Lorenso
All, For years I have wanted to have the ability to create a new Thread in PHP similar to how it is done in the Java language. I understand the complexities this would involve and have mentioned the idea to the PHP internals list once and subsequently had the idea shot down and declared "not

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");

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

2005-10-09 Thread Jesús Alain Rodríguez Santos
I would like to know if a web is online, a have this code: enlace.php In other page I hve this: page.php http://www.cfg.jovenclub.cu";> Somebody can tell me what it's wrong, because the image did not show, of course that the pages and bouth image are in the same dorectory. Please any sugges

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

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

2005-05-12 Thread =?iso-8859-1?Q?Tom=E1s_Rodriguez_Orta?=
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 $numRecords; but when I the page print $numRecords I saw this Object id

[PHP] i want help,thanks

2003-12-03 Thread 乌有 无
Hello: I want your help! The session sometime works well,sometime works badly! It creates new empty file in /tmp.I also find this problem with apache1.3.12&php4.1.1&sybase11.9.2&linux My php.ini is fault my server config: php4.3.3 httpd2.0.44 linux 9 sybase-11.9.2 tar-vzxf php

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

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

2003-01-09 Thread Ysrael Guzmán
i like send two variables using: href="mi page.php?http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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
> > > > Enter the name of your SMTP server on the first line, instead of > > localhost. If you use mindspring, for example, you would put > > mail.mindspring.com instead of localhost. > > > > ---John Holmes... > > > > > -----Original Message- &

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

2002-05-03 Thread Rasmus Lerdorf
ame of your SMTP server on the first line, instead of > localhost. If you use mindspring, for example, you would put > mail.mindspring.com instead of localhost. > > ---John Holmes... > > > -Original Message- > > From: Alex Shi [mailto:[EMAIL PROTECTED]] > &g

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

2002-05-03 Thread John Holmes
ing, for example, you would put mail.mindspring.com instead of localhost. ---John Holmes... > -Original Message- > From: Alex Shi [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 03, 2002 6:52 PM > To: [EMAIL PROTECTED] > Subject: [PHP] I want to use a mailer other than sendmail

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

2002-05-03 Thread Alex Shi
Hi, I am using PHP 4.0.4pl1 on RH 7.0. I know PHP uses sendmail as it's default mailer. However on my system sendmail has never been working well. So I am thinking that if it is possible to configure php to use my ISP's SMTP server instead of using the sendmail. Any one can help me out how to d

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

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

2001-10-22 Thread Robin McKenzie
Anyone out there know how to set the icon that is shown in the address bar, to the left of the URL? It's also used in the favourites pane. I know this isn't really the right place to make this post, but I figured that there are so many experienced programmers out there writing websites, that s

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 "

[PHP] I Want

2001-08-06 Thread Alawi Albaity
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 . Thabks __ Do You Yahoo!? Make international calls for as low as $.04/m

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:

[PHP] I want to AUTO_INCREMENT fields

2001-07-26 Thread elias
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... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

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.

[PHP] I want to learn this!

2001-07-15 Thread Minardi boy
Hello My name is Robert-Jan and I've been webdesigning since 97 (very basic HTML sites, little Java and Flash). I got a job on the web in 99 and this was mainly providing content and other guys did the asp stuff for me. This is why I kindo overslept the database hype. And heck I want to learn it

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-

[PHP] I want to get the input of keyboard

2001-06-26 Thread little boy
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. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the lis

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;

[PHP] I want to execute a cgi

2001-03-23 Thread Brandon Orther
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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

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:

[PHP] I want this magic directory

2001-03-14 Thread Alex
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: customer1's url is http://www.mysite.com/2000123/ customer2's url is http://www.mysite.com/2000124/

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

[PHP] i want permanently connect in imap_open()

2001-02-03 Thread 정희철
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