[PHP] Re: PHP in HTML code

2010-03-12 Thread David Robley
Martine Osias wrote: > An HTML/PHP code migrated to a different hosting platform seems to behave > differently. The PHP statements within HTML fields or within tables does > not execute > > PHP within table: > > >align="left"> > > > This PHP code doesn't print in the HTML page. > > PHP

[PHP] PHP in HTML code

2010-03-12 Thread Martine Osias
An HTML/PHP code migrated to a different hosting platform seems to behave differently. The PHP statements within HTML fields or within tables does not execute PHP within table: This PHP code doesn't print in the HTML page. PHP within form field: readonly=""> This PHP code shows on the

[PHP] database credentials with ini_set() question?

2010-03-12 Thread dsiembab01
I know that phpinfo() will show the pass and username as plain text, but other than that what are the security reasons for not using ini_set() for database credentials? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP Sessions

2010-03-12 Thread Martine Osias
The sessions variables are OK. They don't print when I put them on the HTML page with this code. align="right"> Thank you. Martine ""Martine Osias"" wrote in message news:95.0c.13686.c7cda...@pb1.pair.com... Hi: I need to store variables to send then between pages. I don't need th

Re: [PHP] PHP Sessions

2010-03-12 Thread Andre Polykanine
Hello Martine, Try to make on the second page a print_r ($_SESSION); -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - F

Re: [PHP] PHP Sessions

2010-03-12 Thread Kevin Kinsey
Forgot to mention, you could check into the privacy vs. server settings by doing: session_start(); echo session_id(); on both pages. If they're different, then this is the problem. KDK -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Sessions

2010-03-12 Thread Kevin Kinsey
Martine Osias wrote: Hi: I need to store variables to send then between pages. I don't need the variables in a database so I try to send them with sessions. The variables don't seem to be there when I try to get them. What could be the problem. Here are the pages where I store and retrieve th

Re: [PHP] PHP Sessions

2010-03-12 Thread Ashley Sheridan
On Fri, 2010-03-12 at 19:29 -0500, Martine Osias wrote: > Hi: > > I need to store variables to send then between pages. I don't need the > variables in a database so I try to send them with sessions. The variables > don't seem to be there when I try to get them. What could be the problem. > He

[PHP] PHP Sessions

2010-03-12 Thread Martine Osias
Hi: I need to store variables to send then between pages. I don't need the variables in a database so I try to send them with sessions. The variables don't seem to be there when I try to get them. What could be the problem. Here are the pages where I store and retrieve the variables. Page 1

Re: [PHP] CodeBubbles -- the coolest IDE innovation since since syntax highlighting and intellisense

2010-03-12 Thread la...@garfieldtech.com
I'd settle for Intellisense/code completion working consistently and reliably in Eclipse PDT in the first place. I don't remember the last time it did. --Larry Garfield On 3/12/10 2:43 PM, Daevid Vincent wrote: Wow. Maybe the coolest IDE innovation I've seen since syntax highlighting and in

Re: [PHP] CodeBubbles -- the coolest IDE innovation since since syntax highlighting and intellisense

2010-03-12 Thread shiplu
Its very good if you have a big monitor. I have one. Its quite good for me. Problem is its for Java. Not PHP :( I thought its for PHP as this is PHP list. -- Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2ps

Re: [PHP] Object Oriented Programming question

2010-03-12 Thread Rene Veerman
I also agree OOP is not a fad. Its a step up from procedural/including. And it's still evolving. While PHP is able to do polymorphism perfectly without OOP/classes, through "require($plugin/className); $varFunctionName ($p1, $p2, etc);", My newsscraper works very well that way. But if you want inh

[PHP] RE: headers help

2010-03-12 Thread MEM
> I've had a quick look and this: http://pastebin.com/RswEBPLd may work; > if not though you want to view the source of an email from anywhere > which displays correctly; and the source of one from your application - > then compare to get the fix :) > > Regards! Thanks Nathan, I will give it a t

Re: [PHP] CodeBubbles -- the coolest IDE innovation since since syntax highlighting and intellisense

2010-03-12 Thread Rene Veerman
looks very cool indeed. On Fri, Mar 12, 2010 at 9:43 PM, Daevid Vincent wrote: > Wow.  Maybe the coolest IDE innovation I've seen since syntax highlighting > and intellisense. > >   > http://www.cs.brown.edu/people/acb/codebubbles_site.ht

Re: [PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread Michael Shadle
On Fri, Mar 12, 2010 at 11:51 AM, Ashley Sheridan wrote: > It's not much trouble to map the FTP to a file and have the right > permissions, and FTP is a doddle to set up on a server. I'd say a darn sight > less work than rolling your own mechanism in Java. Well, mechanisms already exist. We're

[PHP] CodeBubbles -- the coolest IDE innovation since since syntax highlighting and intellisense

2010-03-12 Thread Daevid Vincent
Wow. Maybe the coolest IDE innovation I've seen since syntax highlighting and intellisense. http://www.cs.brown.edu/people/acb/codebubbles_site.htm http://www.cs.brown.edu/people/acb/codebubbles_beta_signup.htm Code Bubbles is built on

Re: [PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread Ashley Sheridan
On Fri, 2010-03-12 at 11:37 -0800, Michael Shadle wrote: > On Fri, Mar 12, 2010 at 4:41 AM, Ashley Sheridan > wrote: > > > I've noticed that large uploads over http seem to behave a little > > unpredictably at times, and aren't something I'd rely on. FTP is > > definitely the way to go, and ther

Re: [PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread Michael Shadle
On Fri, Mar 12, 2010 at 4:41 AM, Ashley Sheridan wrote: > I've noticed that large uploads over http seem to behave a little > unpredictably at times, and aren't something I'd rely on. FTP is > definitely the way to go, and there are plenty of Java applets that > allow you to do this. FTP is not

Re: [PHP] PHP backup in Minnesota

2010-03-12 Thread Ken Kixmoeller
Thanks to all! I got who I needed. Best regards - -- - Ken -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: headers help

2010-03-12 Thread Nathan Rixham
MEM wrote: > Hello all, > > I must confess I know the very basics on this language and have even less > knowledge about http headers. I wish you could help me out on this: mime headers not http :) > I have a form that sends html e-mails and an optional file as attachment. > The issue is that, if

Re: [PHP] Object Oriented Programming question

2010-03-12 Thread Ashley Sheridan
On Fri, 2010-03-12 at 06:49 -0800, Andrew Brookins wrote: > On Tue, Jan 19, 2010 at 7:11 AM, Ben Stones wrote: > > Hi, > > > > I've been learning about object oriented programming for the past few weeks > > and I've understood it pretty well, but I have one question. Usually with > > PHP scripts

Re: [PHP] Object Oriented Programming question

2010-03-12 Thread Andrew Brookins
On Tue, Jan 19, 2010 at 7:11 AM, Ben Stones wrote: > Hi, > > I've been learning about object oriented programming for the past few weeks > and I've understood it pretty well, but I have one question. Usually with > PHP scripts I make, all the functionality for a specific page is in the > actual PH

Re: [PHP] mysqli procedural calls and manual entries ?

2010-03-12 Thread Per Jessen
Daniel Brown wrote: > On Fri, Mar 12, 2010 at 02:49, Per Jessen wrote: >> I run a local mirror of the PHP manual, and I most often go straight >> to the "Search for" box to look up the format of a function.  With >> the mysqli functions, I've found than many of them simply >> aren't "available" t

Re: [PHP] mysqli procedural calls and manual entries ?

2010-03-12 Thread Daniel Brown
On Fri, Mar 12, 2010 at 02:49, Per Jessen wrote: > I run a local mirror of the PHP manual, and I most often go straight to > the "Search for" box to look up the format of a function.  With the > mysqli functions, I've found than many of them simply > aren't "available" that way.  E.g. mysqli_conne

Re: [PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread Ashley Sheridan
On Fri, 2010-03-12 at 18:11 +0530, Devendra Jadhav wrote: > Always prefer FTP for large file uploads. > > On Fri, Mar 12, 2010 at 3:38 PM, Rene Veerman wrote: > > > try http://jumploader.com/ > > > > it's java+php, and free. > > > > > > On Fri, Mar 12, 2010 at 9:09 AM, 杜越 wrote: > > > hello, g

Re: [PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread Devendra Jadhav
Always prefer FTP for large file uploads. On Fri, Mar 12, 2010 at 3:38 PM, Rene Veerman wrote: > try http://jumploader.com/ > > it's java+php, and free. > > > On Fri, Mar 12, 2010 at 9:09 AM, 杜越 wrote: > > hello, guys, > > > > I have tried many ways and was told to use C or Perl. Perl is a stra

Re: [PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread Rene Veerman
try http://jumploader.com/ it's java+php, and free. On Fri, Mar 12, 2010 at 9:09 AM, 杜越 wrote: > hello, guys, > > I have tried many ways and was told to use C or Perl. Perl is a stranger to > me and I never use C in a project. > Is there anybody would tell me how to make php interact with C/Per

[PHP] headers help

2010-03-12 Thread MEM
Hello all, I must confess I know the very basics on this language and have even less knowledge about http headers. I wish you could help me out on this: I have a form that sends html e-mails and an optional file as attachment. The issue is that, if the file is NOT send, the e-mail receives two ti

Re: [PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread vikash . iitb
Hi, You can always change php.ini settings to allow larger file uploads. *upload_max_filesize = 2M* Increase it to fit your need. You may need to change this as well: *post_max_size = 10M * Let me know if it works for you. :) -- Regards, Vikash Kumar -- http://vika.sh On Fri, Mar 12, 2010 at

[PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread 杜越
hello, guys, I have tried many ways and was told to use C or Perl. Perl is a stranger to me and I never use C in a project. Is there anybody would tell me how to make php interact with C/Perl and how to maintain sessions during the interacting time ? thanks in advance!