Re: [PHP] elseif statements

2009-05-05 Thread Jim Lucas
Well, since nobody seems to want to answer your question, I will... :) It has to do with you using an assignment '=' instead of a comparison '==' operator in your condition. Follow along with my inline notes below. Gary wrote: I am trying to get this to work, however it only reads the second

Re: [PHP] SimpleXML output encoding

2009-05-05 Thread Ondrej Kulaty
Because i am working on an old system which is in ISO, i cant use unicode. -- Ondrej Kulaty "tedd" píse v diskusním príspevku news:p06240802c625f6b4e...@[192.168.1.101]... > At 2:40 PM +0200 5/5/09, Ondrej Kulaty wrote: >>Hi, >>is there any way how to set output encoding for SimpleXML? >>It wil

Re: [PHP]Muticast Support in PHP

2009-05-05 Thread Shameem Muhammed
Hi, I woud like to know ,whether PHP can Support muticast messages.I wand sent and receive muticast messages using PHP. -- Thanks & Regards Muhammed Shameem PV Product Devpt & Support Kalki Communication Technologies Ltd Bangalore India

Re: [PHP] Re: Generating dynamic PDFs

2009-05-05 Thread Phpster
There are way too many php based options to even waste time with this. Bastien Sent from my iPod On May 5, 2009, at 17:54, "O. Lavell" wrote: Kevin Kaiser wrote: [..] All you have to do is sign up for an API key, upload your document templates and POST data to our server. We handle everyt

Re: [PHP] speaking of control structures...

2009-05-05 Thread Clancy
On Tue, 05 May 2009 14:13:23 -0400, rob...@interjinn.com (Robert Cummings) wrote: >On Tue, 2009-05-05 at 13:56 -0400, Tom Worster wrote: >> there's a control structure i wish php had: a simple block that you can >> ... >But PHP 5.3 introduces goto: > > >header: > >if( $something ) .

[PHP] Re: Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread Manuel Lemos
Hello, on 05/05/2009 02:20 PM revDAVE said the following: > I'm trying to set up some basic php send mail scripts - and I'm curious of > the best way to go... > > > I checked these basics out: > > http://us.php.net/manual/en/function.mail.php > > And got this code below going, but I'll bet I n

[PHP] Need Help! - Looking over a wireframe doc...

2009-05-05 Thread bruce
Hi.. I'm playing around with creating an app to allow users to add/checkin/checkout docs from a web based app. The backend will tie into SVN as a repository. The app is intended to be a php/mysql/linux app. I'm trying to find a few people that I might get to take a look at the current doc(s) I h

Re: [PHP] how to enable ttf support in php 5.2.9

2009-05-05 Thread Michael A. Peters
Ashley Sheridan wrote: content coming from MS Office clipboard pastes generally contain characters that are encoded wrong, and do not display correctly in web pages unless they have very relaxed doctypes. The function I generally use is: function removeMSCrap($crap) { $find = Array(ch

RE: [PHP] Avoid to open mysql querries then times in the page

2009-05-05 Thread Daevid Vincent
> -Original Message- > From: tedd [mailto:tedd.sperl...@gmail.com] > Sent: Tuesday, May 05, 2009 7:55 AM > To: php-general@lists.php.net > Subject: Re: [PHP] Avoid to open mysql querries then times in the page > > On 5/4/09, Matthieu wrote: > > Hello, > > > > I'm a totally newbie to

Re: [PHP] How to deal with identical fields in db

2009-05-05 Thread PJ
Tom Worster wrote: > On 5/5/09 4:42 PM, "Richard S. Crawford" wrote: > > >> On Tue, May 5, 2009 at 1:34 PM, PJ wrote: >> >>> I'm coming up with a bit of a quandry: how to enter and retrieve an >>> identical book title with different authors. >>> It is rather unbelievable what contortions

RE: [PHP] Avoid to open mysql querries then times in the page

2009-05-05 Thread Daevid Vincent
> -Original Message- > From: tedd [mailto:tedd.sperl...@gmail.com] > Sent: Tuesday, May 05, 2009 7:55 AM > To: php-general@lists.php.net > Subject: Re: [PHP] Avoid to open mysql querries then times in the page > > On 5/4/09, Matthieu wrote: > > Hello, > > > > I'm a totally newbie to

[PHP] Re: Generating dynamic PDFs

2009-05-05 Thread O. Lavell
Kevin Kaiser wrote: [..] > All you have to do is sign up for an API key, upload your document > templates and POST data to our server. We handle everything else. A > stream of PDF data is passed back to your application and you can save > it as a file, prompt the user to download it right then an

Re: [PHP] How to deal with identical fields in db

2009-05-05 Thread Tom Worster
On 5/5/09 4:42 PM, "Richard S. Crawford" wrote: > On Tue, May 5, 2009 at 1:34 PM, PJ wrote: >> I'm coming up with a bit of a quandry: how to enter and retrieve an >> identical book title with different authors. >> It is rather unbelievable what contortions one finds as authors :-( >> like editor

Re: [PHP] How to deal with identical fields in db

2009-05-05 Thread tedd
At 4:34 PM -0400 5/5/09, PJ wrote: I'm coming up with a bit of a quandry: how to enter and retrieve an identical book title with different authors. It is rather unbelievable what contortions one finds as authors :-( like editors, associations and then the unknowns and anon y mouses. I suppose one

Re: [PHP] how to enable ttf support in php 5.2.9

2009-05-05 Thread tedd
At 9:17 PM +0100 5/5/09, Ashley Sheridan wrote: It's mainly for the benefit of other people, who do use MS programs and copy and paste things into your web apps and then wonder why things don't work exactly how they expect Ash www.ashleysheridan.co.uk Ash: Ain't that the truth. I have one

Re: [PHP] How to deal with identical fields in db

2009-05-05 Thread Stephen
PJ wrote: I'm coming up with a bit of a quandry: how to enter and retrieve an identical book title with different authors. It is rather unbelievable what contortions one finds as authors :-( like editors, associations and then the unknowns and anon y mouses. I suppose one has to get really creati

Re: [PHP] How to deal with identical fields in db

2009-05-05 Thread Richard S. Crawford
On Tue, May 5, 2009 at 1:34 PM, PJ wrote: > I'm coming up with a bit of a quandry: how to enter and retrieve an > identical book title with different authors. > It is rather unbelievable what contortions one finds as authors :-( > like editors, associations and then the unknowns and anon y mouses.

[PHP] How to deal with identical fields in db

2009-05-05 Thread PJ
I'm coming up with a bit of a quandry: how to enter and retrieve an identical book title with different authors. It is rather unbelievable what contortions one finds as authors :-( like editors, associations and then the unknowns and anon y mouses. I suppose one has to get really creative... Anyone

Re: [PHP] how to enable ttf support in php 5.2.9

2009-05-05 Thread Ashley Sheridan
On Tue, 2009-05-05 at 09:57 -0400, PJ wrote: > Ashley Sheridan wrote: > > On Mon, 2009-05-04 at 18:42 -0400, PJ wrote: > > > >> Jim Lucas wrote: > >> > >>> PJ wrote: > >>> > Is there a module to be activated or what has to be installed to have > ttf support in php? > M

Re: [PHP] elseif statements

2009-05-05 Thread tedd
At 1:11 PM -0400 5/5/09, Paul M Foster wrote: I hate to dogpile on Tedd, ... No problem. Some days you're the windshield and some days you're the bug. Hey, I've been wrong before -- I'm used to it. But in my defense, I've always had major problems understanding long ifelse's. You see, I'm d

Re: [PHP] Problems with HTTPS and maybe an .htaccess???

2009-05-05 Thread Alex S Kurilo aka Kamazee
No, adding * after the period had no affect at all. Still goes to the live site. Sorry, I misunderstood you. I'm too lazy to read all the message :) http and https may be handled by different virtual hosts. http for http://dev.sitename.com/ seems to be configured properly (Virtual host at por

Re: [PHP] elseif statements

2009-05-05 Thread tedd
At 12:48 PM -0400 5/5/09, Robert Cummings wrote: I'm not looking for gratification... merely hoping to ensure that readers of your niche style understand that it is niche, and that it is not really the best option of all available options. You are welcome to disagree, your opinion is your own, bu

Re: [PHP] Problems with HTTPS and maybe an .htaccess???

2009-05-05 Thread Skip Evans
Hey all, No, adding * after the period had no affect at all. Still goes to the live site. Any other ideas? I'm stumped, desperate and on the verge of requiring medication. Skip Alex S Kurilo aka Kamazee wrote: RewriteRule . index.php Add an asterisk after the dot: RewriteRule .* index.p

[PHP] Re: speaking of control structures...

2009-05-05 Thread Shawn McKenzie
Tom Worster wrote: > there's a control structure i wish php had: a simple block that you can > break out of, e.g. > > block { > > if ( condition ) > break; > > blah... > blah... > > if ( another condition ) > break; > > blah... > blah... > > etc... > > } > > the block

Re: [PHP] Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread Sudheer Satyanarayana
And got this code below going, but I'll bet I need a bit more - like adding authentication - smtp - port - sending user / pass etc. Any hints how to get this to the next level? Hi Dave, As others have said, it is convenient to use a library/framework to send mails from your PHP script vi

Re: [PHP] Problems with HTTPS and maybe an .htaccess???

2009-05-05 Thread Alex S Kurilo aka Kamazee
RewriteRule . index.php Add an asterisk after the dot: RewriteRule .* index.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread Tom Worster
On 5/5/09 2:07 PM, "revDAVE" wrote: > I'm working with php 5 so is the 1.2.0b1 (beta) safe to use or should I go > with the older stable 1.1.14? i don't know if the beta is safe but i always use the most recent stable release of whatever-it-may-be unless i have a compelling reason to use a beta

[PHP] Problems with HTTPS and maybe an .htaccess???

2009-05-05 Thread Skip Evans
Hey all, A while back I asked about forms that take credit card info and https. I have always put such forms behind SSL, but a site I have been asked to do maintenance work on did not, and after responses from the list and at my recommendation they installed an SSL and I modified the code to

[PHP] Re: speaking of control structures...

2009-05-05 Thread Maarten Schalekamp
y are. please let us know! i guess i ought to go first. it's fugly but it works: $once = true; while ( $once ) { $once = false; stuff using break where needed ... } tom __ Information from ESET Smart Security, version of virus signature database 4054 (20090505) __ T

[PHP] Re: Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread Maarten Schalekamp
l @ hosting4days . com [db-lists 09] __ Information from ESET Smart Security, version of virus signature database 4054 (20090505) __ The message was checked by ESET Smart Security. http://www.eset.com __ Information from ESET Smart Security, version of virus

Re: [PHP] speaking of control structures...

2009-05-05 Thread Robert Cummings
On Tue, 2009-05-05 at 13:56 -0400, Tom Worster wrote: > there's a control structure i wish php had: a simple block that you can > break out of, e.g. > > block { > > if ( condition ) > break; > > blah... > blah... > > if ( another condition ) > break; > > blah... > blah... >

Re: [PHP] Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread revDAVE
On 5/5/2009 10:41 AM, "Bastien Koert" wrote: Thanks Bastien - I'll check them out... > use phpmailer or pear mailer On 5/5/2009 10:59 AM, "Tom Worster" wrote: >> use phpmailer or pear mailer > > agree. php's interface is a bit basic. and if you compile php with openssl > then you can also

Re: [PHP] Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread Tom Worster
On 5/5/09 1:41 PM, "Bastien Koert" wrote: > On Tue, May 5, 2009 at 1:20 PM, revDAVE wrote: > >> And got this code below going, but I'll bet I need a bit more - like adding >> authentication - smtp - port - sending user / pass etc. >> >> Any hints how to get this to the next level? >> > use p

[PHP] speaking of control structures...

2009-05-05 Thread Tom Worster
there's a control structure i wish php had: a simple block that you can break out of, e.g. block { if ( condition ) break; blah... blah... if ( another condition ) break; blah... blah... etc... } the block is just like a loop except that it is executed once only. this

Re: [PHP] Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread Bastien Koert
On Tue, May 5, 2009 at 1:20 PM, revDAVE wrote: > [Newbie] > > Hi folks, > > I'm trying to set up some basic php send mail scripts - and I'm curious of > the best way to go... > > > I checked these basics out: > > http://us.php.net/manual/en/function.mail.php > > And got this code below going, but

[PHP] Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread revDAVE
[Newbie] Hi folks, I'm trying to set up some basic php send mail scripts - and I'm curious of the best way to go... I checked these basics out: http://us.php.net/manual/en/function.mail.php And got this code below going, but I'll bet I need a bit more - like adding authentication - smtp - por

Re: [PHP] elseif statements

2009-05-05 Thread Paul M Foster
On Tue, May 05, 2009 at 12:12:33PM -0400, tedd wrote: > At 11:29 AM -0400 5/5/09, Robert Cummings wrote: >> On Tue, 2009-05-05 at 11:21 -0400, tedd wrote: >> > At 10:13 AM -0400 5/5/09, Robert Cummings wrote: >> >> > >Just so we all know why... >>> >>> Yep -- just so we know why: >> > >>>

Re: [PHP] Re: elseif statements

2009-05-05 Thread Gary
Jan Thanks for your note. So your wrote: $x = (3)*(2) makes no sense. $x = 3 * 2 works, as $x = (3 * 2) does, too. But this is not an error at all. In the first example($x = (3)*(2) makes no sense.), which is the way I have it, works. So if it works, is there a real compelling reason to chang

Re: [PHP] elseif statements

2009-05-05 Thread Tom Worster
On 5/5/09 9:49 AM, "tedd" wrote: > In my opinion, whenever your choices exceed two, use switch. ick! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] elseif statements

2009-05-05 Thread Robert Cummings
On Tue, 2009-05-05 at 12:12 -0400, tedd wrote: > At 11:29 AM -0400 5/5/09, Robert Cummings wrote: > >On Tue, 2009-05-05 at 11:21 -0400, tedd wrote: > > > At 10:13 AM -0400 5/5/09, Robert Cummings wrote: > > > > > >Just so we all know why... > >> > >> Yep -- just so we know why: > > > > >>

Re: [PHP] elseif statements

2009-05-05 Thread tedd
At 11:29 AM -0400 5/5/09, Robert Cummings wrote: On Tue, 2009-05-05 at 11:21 -0400, tedd wrote: > At 10:13 AM -0400 5/5/09, Robert Cummings wrote: > >Just so we all know why... Yep -- just so we know why: > > It all depends upon how you use the tools

Re: [PHP] elseif statements

2009-05-05 Thread Jan G.B.
2009/5/5 tedd : > At 10:13 AM -0400 5/5/09, Robert Cummings wrote: >> >> On Tue, 2009-05-05 at 10:05 -0400, Robert Cummings wrote: >>> >>>  On Tue, 2009-05-05 at 09:49 -0400, tedd wrote: >>>  > At 2:57 PM -0400 5/4/09, Gary wrote: >>>  > >I am trying to get this to work, however it only reads the s

Re: [PHP] elseif statements

2009-05-05 Thread Robert Cummings
On Tue, 2009-05-05 at 11:21 -0400, tedd wrote: > At 10:13 AM -0400 5/5/09, Robert Cummings wrote: > >On Tue, 2009-05-05 at 10:05 -0400, Robert Cummings wrote: > >> On Tue, 2009-05-05 at 09:49 -0400, tedd wrote: > >> > At 2:57 PM -0400 5/4/09, Gary wrote: > >> > >I am trying to get this to work,

Re: [PHP] elseif statements

2009-05-05 Thread tedd
At 10:13 AM -0400 5/5/09, Robert Cummings wrote: On Tue, 2009-05-05 at 10:05 -0400, Robert Cummings wrote: On Tue, 2009-05-05 at 09:49 -0400, tedd wrote: > At 2:57 PM -0400 5/4/09, Gary wrote: > >I am trying to get this to work, however it only reads the second if > >statement. I get no err

Re: [PHP] Can this be done?

2009-05-05 Thread Miller, Terion
On 5/5/09 9:52 AM, "Wolf" wrote: "Miller wrote: > > > > On 5/5/09 9:23 AM, "Wolf" wrote: > > > > "Miller wrote: > > Ok I have a script that grabs data from a page and puts it in a db, I need > > to run this script 26 times on 26 different pages on the same site, is there > > a way t

Re: [PHP] Re: elseif statements

2009-05-05 Thread Jan G.B.
2009/5/5 Gary : > This just keeps getting weirder, the results change sometimes even when the > same info is entered.. > > This is the revised code (after some helpful hints from some readers) > > Anyone help, I am supposed to show this tomorrow to client. > Hi there, > Gary > > $_SESSION['sale

Re: [PHP] Avoid to open mysql querries then times in the page

2009-05-05 Thread tedd
On 5/4/09, Matthieu wrote: Hello, I'm a totally newbie to php/Mysql but I'd like to know if it is normal that I have to connect 3 times to the db in one page. For example, I have 1. A connection for the login / pass a $_SESSION['login'] before the HTML tags 2. I need to say hello to t

Re: [PHP] Can this be done?

2009-05-05 Thread Wolf
"Miller wrote: > > > > On 5/5/09 9:23 AM, "Wolf" wrote: > > > > "Miller wrote: > > Ok I have a script that grabs data from a page and puts it in a db, I need > > to run this script 26 times on 26 different pages on the same site, is there > > a way to do this without making 26 dif

Re: [PHP] Can this be done?

2009-05-05 Thread Miller, Terion
On 5/5/09 9:23 AM, "Wolf" wrote: "Miller wrote: > Ok I have a script that grabs data from a page and puts it in a db, I need > to run this script 26 times on 26 different pages on the same site, is there > a way to do this without making 26 different scripts load? Should I post the > sc

Re: [PHP] Can this be done?

2009-05-05 Thread Wolf
"Miller wrote: > Ok I have a script that grabs data from a page and puts it in a db, I need > to run this script 26 times on 26 different pages on the same site, is there > a way to do this without making 26 different scripts load? Should I post the > script? > > Thanks, > T.Miller > Sur

Re: [PHP] elseif statements

2009-05-05 Thread Robert Cummings
On Tue, 2009-05-05 at 10:05 -0400, Robert Cummings wrote: > On Tue, 2009-05-05 at 09:49 -0400, tedd wrote: > > At 2:57 PM -0400 5/4/09, Gary wrote: > > >I am trying to get this to work, however it only reads the second if > > >statement. I get no error messages, but as I change counties, the % sta

Re: [PHP] elseif statements

2009-05-05 Thread Robert Cummings
On Tue, 2009-05-05 at 09:49 -0400, tedd wrote: > At 2:57 PM -0400 5/4/09, Gary wrote: > >I am trying to get this to work, however it only reads the second if > >statement. I get no error messages, but as I change counties, the % stays > >the same. > > > >Can someone enlighten me, or should I be lo

Re: [PHP] SimpleXML output encoding

2009-05-05 Thread tedd
At 2:40 PM +0200 5/5/09, Ondrej Kulaty wrote: Hi, is there any way how to set output encoding for SimpleXML? It will load XML document in any encoding, but internally, it converts the document to UTF-8 and outputs it in this encoding. I would like to have output encoding set to ISO-8859-2, is it

Re: [PHP] Re: Can this be done?

2009-05-05 Thread Miller, Terion
On 5/5/09 8:47 AM, "Maarten Schalekamp" wrote: $targets[] = "http://www.greenecountymo.org/sheriff/warrants.php";; $targets[] = "http://www.greenecountymo.org/sheriff/page2.php";; $targets[] = "http://www.greenecountymo.org/sheriff/page3.php";; foreach ($targets as $target_url){ I think th

Re: [PHP] how to enable ttf support in php 5.2.9

2009-05-05 Thread PJ
Ashley Sheridan wrote: > On Mon, 2009-05-04 at 18:42 -0400, PJ wrote: > >> Jim Lucas wrote: >> >>> PJ wrote: >>> Is there a module to be activated or what has to be installed to have ttf support in php? My port on FreeBSD does not have an option for ttf support under m

Re: [PHP] Forcing a Post of data

2009-05-05 Thread tedd
At 12:09 AM -0700 5/5/09, Richard Kurth wrote: How can I force this to be a POST and not a GET Add Customer or is the only way you can pass data with a POST is from a Form submission. If you need to pass data in the url, then GET is the only viable option. When I am confronted with "Hey, I n

Re: [PHP] elseif statements

2009-05-05 Thread tedd
At 2:57 PM -0400 5/4/09, Gary wrote: I am trying to get this to work, however it only reads the second if statement. I get no error messages, but as I change counties, the % stays the same. Can someone enlighten me, or should I be looking at switch statements? Thanks for your help. Gary In

Re: [PHP] Re: Can this be done?

2009-05-05 Thread Maarten Schalekamp
data ""Miller, Terion"" wrote in message news:c6259e7b.e91%kmille...@springfi.gannett.com... Ok I have a script that grabs data from a page and puts it in a db, I need to run this script 26 times on 26 different pages on the same site, is there a way to do this without making 26 diff

Re: [PHP] Re: Can this be done?

2009-05-05 Thread Miller, Terion
26 times on 26 different pages on the same site, is there a way to do this without making 26 different scripts load? Should I post the script? Thanks, T.Miller __ Information from ESET Smart Security, version of virus signature database 4053 (20090505) __ The message was checked

Re: [PHP] Can this be done?

2009-05-05 Thread Bastien Koert
On Tue, May 5, 2009 at 8:42 AM, Miller, Terion wrote: > Ok I have a script that grabs data from a page and puts it in a db, I need > to run this script 26 times on 26 different pages on the same site, is > there > a way to do this without making 26 different scripts load? Should I post > the > sc

[PHP] Re: Can this be done?

2009-05-05 Thread php news feed
ere a way to do this without making 26 different scripts load? Should I post the script? Thanks, T.Miller __ Information from ESET Smart Security, version of virus signature database 4053 (20090505) __ The message was checked by ESET Smart Security. http://www.eset.com __

Re: [PHP] Re: graphical integrated development environment recommendations?

2009-05-05 Thread Bastien Koert
On Tue, May 5, 2009 at 4:36 AM, Peter Ford wrote: > Adam Williams wrote: > > With the wide range of users on the list, I'm sure there are plenty of > > opinions on what are good graphical IDE's and which ones to avoid. I'd > > like to get away from using notepad.exe to code with due to its > > l

Re: [PHP] Forcing a Post of data

2009-05-05 Thread Michael A. Peters
Ashley Sheridan wrote: On Tue, 2009-05-05 at 00:09 -0700, Richard Kurth wrote: How can I force this to be a POST and not a GET Add Customer or is the only way you can pass data with a POST is from a Form submission. The only way you can send post data is either through the form or using an A

[PHP] Can this be done?

2009-05-05 Thread Miller, Terion
Ok I have a script that grabs data from a page and puts it in a db, I need to run this script 26 times on 26 different pages on the same site, is there a way to do this without making 26 different scripts load? Should I post the script? Thanks, T.Miller -- PHP General Mailing List (http://www.p

[PHP] SimpleXML output encoding

2009-05-05 Thread Ondrej Kulaty
Hi, is there any way how to set output encoding for SimpleXML? It will load XML document in any encoding, but internally, it converts the document to UTF-8 and outputs it in this encoding. I would like to have output encoding set to ISO-8859-2, is it possible? thanks. -- Ondrej Kulaty -- P

Re: [PHP] Re: Query stopping after 2 records?

2009-05-05 Thread Miller, Terion
Miller: She already posted this was solved. On 5/4/09 5:27 PM, "Martin Zvarík" wrote: If the query stopped after getting 2 entries then this has nothing to do with max_execution_time. But stupid topic anyway, I don't know why are we even trying to figure what Miller meant, he most probably sol

[PHP] ZipArchive doesnt work for large files

2009-05-05 Thread Darren Karstens
Hi, I am having problems using any of the ZipArchive functions for files above a certain size. For example creating a new zip and adding 1 file works fine for files that are only a few kb, but when I tried a slightly large one (about 60k) the zip became corrupt. Here is the code im using: $zip = n

[PHP] Re: graphical integrated development environment recommendations?

2009-05-05 Thread Peter Ford
Adam Williams wrote: > With the wide range of users on the list, I'm sure there are plenty of > opinions on what are good graphical IDE's and which ones to avoid. I'd > like to get away from using notepad.exe to code with due to its > limitations. Something that supports syntax/code highlighting

Re: [PHP] Forcing a Post of data

2009-05-05 Thread Ashley Sheridan
On Tue, 2009-05-05 at 00:22 -0700, Richard Kurth wrote: > Ashley Sheridan wrote: > > On Tue, 2009-05-05 at 00:09 -0700, Richard Kurth wrote: > > > >> How can I force this to be a POST and not a GET > >> Add Customer > >> or is the only way you can pass data with a POST is from a Form submissio

Re: [PHP] Forcing a Post of data

2009-05-05 Thread Ashley Sheridan
On Tue, 2009-05-05 at 12:58 +0530, Bipin Upadhyay wrote: > You could use auto form submission using javascript. > A quick search should help. > > --Bipin Upadhyay. > http://projectbee.org/ > > Richard Kurth wrote: > > How can I force this to be a POST and not a GET > > Add Customer > > or is th

Re: [PHP] Forcing a Post of data

2009-05-05 Thread Richard Kurth
Ashley Sheridan wrote: On Tue, 2009-05-05 at 00:22 -0700, Richard Kurth wrote: Ashley Sheridan wrote: On Tue, 2009-05-05 at 00:09 -0700, Richard Kurth wrote: How can I force this to be a POST and not a GET Add Customer or is the only way you can pass data with a POST is fro

Re: [PHP] Forcing a Post of data

2009-05-05 Thread Ashley Sheridan
On Tue, 2009-05-05 at 00:09 -0700, Richard Kurth wrote: > How can I force this to be a POST and not a GET > Add Customer > or is the only way you can pass data with a POST is from a Form submission. > The only way you can send post data is either through the form or using an AJAX call. In theory

Re: [PHP] Forcing a Post of data

2009-05-05 Thread Bipin Upadhyay
You could use auto form submission using javascript. A quick search should help. --Bipin Upadhyay. http://projectbee.org/ Richard Kurth wrote: How can I force this to be a POST and not a GET Add Customer or is the only way you can pass data with a POST is from a Form submission. -- PHP

[PHP] Forcing a Post of data

2009-05-05 Thread Richard Kurth
How can I force this to be a POST and not a GET Add Customer or is the only way you can pass data with a POST is from a Form submission. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php