Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread paragasu
Try looking in my signature at http://www.radicore.org wow! i read your personal website and have it on my bookmark list. i salute you =)

RE: [PHP] Re: php framework vs just php?

2008-04-22 Thread Jay Blanchard
[snip] [snip] If you don't use a framework then obviously you are writing nothing but mickey mouse programs, and wouldn't stand a chance when it comes to writing a proper application. ..If you think you can achieve the same level of productivity WITHOUT a framework then you are living in

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Bastien Koert
On 4/22/08, Jay Blanchard [EMAIL PROTECTED] wrote: [snip] [snip] If you don't use a framework then obviously you are writing nothing but mickey mouse programs, and wouldn't stand a chance when it comes to writing a proper application. ..If you think you can achieve the same level

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Nathan Nobbe
On Tue, Apr 22, 2008 at 9:00 AM, Jay Blanchard [EMAIL PROTECTED] wrote: [snip] [snip] If you don't use a framework then obviously you are writing nothing but mickey mouse programs, and wouldn't stand a chance when it comes to writing a proper application. ..If you think you can

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
Stut [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Tony Marston wrote: Jay Blanchard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [snip] If you don't use a framework then obviously you are writing nothing but mickey mouse programs, and wouldn't stand a chance when

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Daniel Brown
On Tue, Apr 22, 2008 at 11:18 AM, Tony Marston [EMAIL PROTECTED] wrote: [snip!] The real measure of a good framework is the length of time it takes to create a new database table, then write the components to maintain the contents of that table. I can do this in 5 minutes without having to

RE: [PHP] Re: php framework vs just php?

2008-04-22 Thread Jay Blanchard
[snip] The real measure of a good framework is the length of time it takes to create a new database table, then write the components to maintain the contents of that table. I can do this in 5 minutes without having to write a single line of PHP, HTML or SQL. If you can't match this then you're

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
Daniel Brown [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Tue, Apr 22, 2008 at 11:18 AM, Tony Marston [EMAIL PROTECTED] wrote: [snip!] The real measure of a good framework is the length of time it takes to create a new database table, then write the components to maintain

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Stut
Tony Marston wrote: Stut [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Tony Marston wrote: Jay Blanchard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [snip] If you don't use a framework then obviously you are writing nothing but mickey mouse programs, and wouldn't

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Nathan Nobbe
On Tue, Apr 22, 2008 at 9:30 AM, Jay Blanchard [EMAIL PROTECTED] wrote: This is not the only real measure of a good framework, it is just one of many. I wrote a tool a long time ago that does the table/form/query bit in well under 5 minutes with several permutations. A good framework is

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Wolf
I had never heard this before. Silly me I thought the real measure of a good framework was how much of the monotony of coding was removed, how many problems solved, et cetera. So I guess the BASh script I just whipped up a few seconds ago could be classified as a good

RE: [PHP] Re: php framework vs just php?

2008-04-22 Thread Warren Vail
PROTECTED] Sent: Tuesday, April 22, 2008 8:17 AM To: Jay Blanchard Cc: Tony Marston; php-general@lists.php.net Subject: Re: [PHP] Re: php framework vs just php? On Tue, Apr 22, 2008 at 9:00 AM, Jay Blanchard [EMAIL PROTECTED] wrote: [snip] [snip] If you don't use a framework

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread paragasu
I can do this in 5 minutes without having to write a single line of PHP, HTML or SQL. If you can't match this then you're not in the same league. -Tony Marston i can only think of copy paste method if i were required to write a PHP application without a single line of code even a simple hello

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
Stut [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Tony Marston wrote: Stut [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Tony Marston wrote: Jay Blanchard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [snip] If you don't use a framework then

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Nathan Nobbe
On Tue, Apr 22, 2008 at 9:54 AM, paragasu [EMAIL PROTECTED] wrote: i can only think of copy paste method if i were required to write a PHP application without a single line of code even a simple hello world! application. i am really cannot be in the same league :( . well, i might have to

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Eric Butera
On Tue, Apr 22, 2008 at 11:54 AM, paragasu [EMAIL PROTECTED] wrote: I can do this in 5 minutes without having to write a single line of PHP, HTML or SQL. If you can't match this then you're not in the same league. -Tony Marston i can only think of copy paste method if i were required to

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
Wolf [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I had never heard this before. Silly me I thought the real measure of a good framework was how much of the monotony of coding was removed, how many problems solved, et cetera. So I guess the BASh script I just

RE: [PHP] Re: php framework vs just php?

2008-04-22 Thread Jay Blanchard
[snip] But can you create a database table, then generate the PHP scripts which generate the HTML and SQL which allow an online user to read, write, update and delete records from this table without writing even a single line of code? Can you do this with immediate access to a role based access

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
Jay Blanchard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [snip] But can you create a database table, then generate the PHP scripts which generate the HTML and SQL which allow an online user to read, write, update and delete records from this table without writing even a

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread paragasu
imagine a cms, like drupal or joomla. you install the thing w/ the web based installer then go through adding content via the web interface; u can do it :D -nathan i am going to miss the fun doing programming then. As a comparison, framework is like a canned food. available anytime you

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Nathan Nobbe
On Tue, Apr 22, 2008 at 11:02 AM, paragasu [EMAIL PROTECTED] wrote: imagine a cms, like drupal or joomla. you install the thing w/ the web based installer then go through adding content via the web interface; u can do it :D -nathan i am going to miss the fun doing programming

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Wolf
But then, this debate comes up about once a month because people don't know how to RTFA of this list. And I don't know about you, but I've written a BASH script to work with my PHP script to work with an API to deal with relational and flat files and mail interfaces that takes me 1

RE: [PHP] Re: php framework vs just php?

2008-04-22 Thread Jay Blanchard
[snip] Yes, and it doesn't take 5 minutes. Then where can us mere mortals download this wonderful framework so that we can all share in your wizardry? [/snip] It is not a framework, it is a set of functions. But since we are in a semantical discussion about frameworks then this re-usable code

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Shawn McKenzie
Tony Marston wrote: Jay Blanchard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [snip] But can you create a database table, then generate the PHP scripts which generate the HTML and SQL which allow an online user to read, write, update and delete records from this table without

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
Jay Blanchard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [snip] Yes, and it doesn't take 5 minutes. Then where can us mere mortals download this wonderful framework so that we can all share in your wizardry? [/snip] It is not a framework, it is a set of functions. But since

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tom Friedhof
Frameworks not only are great for piecing together an application quickly with user management, content filtering, access control, etc..., there is another HUGE advantage to using a framework. If the framework you are using has a thriving community behind it, the framework will constantly get

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Dan Joseph
On Tue, Apr 22, 2008 at 1:40 PM, Tony Marston [EMAIL PROTECTED] wrote: You haven't answered the question. Where can this piece of wizardry be downloaded so that it can be reviewed by your peers? I didn't originally want to get in the middle of a fist fight, but I've been reading this all

RE: [PHP] Re: php framework vs just php?

2008-04-22 Thread Jay Blanchard
[snip] You haven't answered the question. Where can this piece of wizardry be downloaded so that it can be reviewed by your peers? [/snip] It is not available for download but it has been reviewed by peers on several project teams who have used it. It was developed specifically for a company who

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
Shawn McKenzie [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Tony Marston wrote: Jay Blanchard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [snip] But can you create a database table, then generate the PHP scripts which generate the HTML and SQL which allow an

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
Dan Joseph [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Tue, Apr 22, 2008 at 1:40 PM, Tony Marston [EMAIL PROTECTED] wrote: You haven't answered the question. Where can this piece of wizardry be downloaded so that it can be reviewed by your peers? I didn't originally

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
Jay Blanchard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [snip] You haven't answered the question. Where can this piece of wizardry be downloaded so that it can be reviewed by your peers? [/snip] It is not available for download So your claims cannot be substantiated by

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Shawn McKenzie
Tony Marston wrote: Jay Blanchard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [snip] You haven't answered the question. Where can this piece of wizardry be downloaded so that it can be reviewed by your peers? [/snip] It is not available for download So your claims cannot be

[PHP] Re: [PHP-DB] php4 to php5

2008-04-03 Thread Greg Bowser
Sounds like you're talking about the register_globals functionality. It's a php.ini setting that will cause $_POST['foo'] or $_GET['foo'] to be copied to the global variable $foo. This is somewhat of a security risk, thus disabled by default. There's another superglobal array that you might find

Re: [PHP] Re: [PHP-DB] php4 to php5

2008-04-03 Thread Jim Lucas
Greg Bowser wrote: Sounds like you're talking about the register_globals functionality. It's a php.ini setting that will cause $_POST['foo'] or $_GET['foo'] to be copied to the global variable $foo. This is somewhat of a security risk, thus disabled by default. There's another superglobal array

[PHP] Re: PHP code to write excel spreadsheet with multiple workbooks

2008-03-29 Thread Christian Schmidt
Mary Anderson wrote: I have a linux based web app which prints an html screen of results. My users really want Excel spreadsheets with the same results. There is a PEAR application which does this, but from the PEAR description it seems to be pretty buggy (65 open bugs, average days open

[PHP] Re: [PHP-INSTALL] I cant get php_gd.dll to work

2008-03-21 Thread Daniel Brown
On Thu, Mar 20, 2008 at 10:04 PM, Mark [EMAIL PROTECTED] wrote: Hi, Im new to php and i cant get the gd graphics library to work. Im running Apache, Mysql, Windows xp I downloaded and installed php from php.net. After much screwing around I finally got in to work with mysql and wrote a

[PHP] Re: [PHP-DB] ini_set ...

2008-03-21 Thread Daniel Brown
On Fri, Mar 21, 2008 at 10:20 AM, VanBuskirk, Patricia [EMAIL PROTECTED] wrote: I have the line ini_set('display_errors', 'on'); in my code, but it is not working. Does it need to be the first command on the page? [merge] I have full access to the php.ini file, which is what I do now to

[PHP] Re: PHP Hosting - Coupon

2008-03-17 Thread Daniel Brown
On Mon, Mar 17, 2008 at 11:45 AM, Daniel Brown [EMAIL PROTECTED] wrote: As some of you are aware, my hosting company, PilotPig, has been struggling a lot with phishers and fraud. Stolen PayPal accounts used to pay for hosting accounts on my servers. As a result - and in celebration of

[PHP] Re: php cron to check and remove files

2008-03-13 Thread Al
I handle your object a different and, I believe, a simpler way. Instead of a cronjob, I call a cleanup function whenever a page is opened. Obviously, this approach requires a time overhead and thus is not good for very high volume sites. You can mitigate this drawback by maintaining a simple

[PHP] Re: php cron to check and remove files

2008-03-13 Thread Shawn McKenzie
Steven Macintyre wrote: Hi, I need to be able to do the following procedure; retrieve all items from a mysql db table, then check to see if the files from that table exist on the server (images), if not, to clean up and remove the physical file - so that only the files from the db

[PHP] Re: PHP Ajax progress bar

2008-03-12 Thread Manuel Lemos
Hello, on 03/12/2008 12:24 AM Shelley said the following: Hi all, I'm searching some file upload progress bar code. But no good result was found. :( So is there anybody please be kind enough to show some code here? You may want to take a look at this forms generation and validation class

Re: [PHP] Re: PHP cuts download process prematurely

2008-02-26 Thread Manuel Barros Reyes
On Tue, Feb 26, 2008 at 3:07 AM, Andrés Robinet [EMAIL PROTECTED] wrote: You need the log files to know exactly what the problem is. And, even if you are I'll try to rescue those logs many thanks again. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Re: PHP cuts download process prematurely

2008-02-26 Thread Manuel Barros Reyes
On Tue, Feb 26, 2008 at 3:07 AM, Andrés Robinet [EMAIL PROTECTED] wrote: Though this is not likely to solve the problem, try adding the following two lines at the beginning of the script (even before you query the database and do all your logic) ignore_user_abort(true);

Re: [PHP] Re: PHP cuts download process prematurely

2008-02-26 Thread Wolf
What you really need to do is grab the phpinfo from both servers and see what the differences are. Either put them side-by-side on the screen, or print them both out; but either way you need to do a line-by-line, configuration-by-configuration check to see what/where the differences in the

[PHP] Re: PHP cuts download process prematurely

2008-02-25 Thread Shawn McKenzie
Manuel Barros Reyes wrote: I am building a report application that generates some text files for download and when the download starts it stops prematurely. The file sizes are currently in the order of the mega bytes and when I try the script that generates and sends the file in a test

RE: [PHP] Re: PHP cuts download process prematurely

2008-02-25 Thread Andrés Robinet
-Original Message- From: Shawn McKenzie [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 11:19 PM To: php-general@lists.php.net Subject: [PHP] Re: PHP cuts download process prematurely Manuel Barros Reyes wrote: I am building a report application that generates some text

[PHP] Re: Php warning message

2008-02-20 Thread Shawn McKenzie
Yuval Schwartz wrote: Hello and thank you, Another question, I get a message: *Warning*: feof(): supplied argument is not a valid stream resource in * /home/content/t/h/e/theyuv/html/MessageBoard.php* on line *52* ** And I've tried troubleshooting for a while; I'm pretty sure I'm opening

[PHP] Re: [PHP-DEV] string operators for assigning class constants

2008-02-20 Thread Jochem Maas
this is a php generals type of question. Sebastian schreef: hi, why isn't it possible to assign class constants like this: class test { const DIR='dirname'.DIRECTORY_SEPARATOR.'anotherdirname'.DIRECTORY_SEPARATOR; } is there some performance issue? classes are defined at

[PHP] Re: php+mail+TLS/SSL

2008-02-14 Thread Manuel Lemos
Hello, on 02/14/2008 12:34 PM julian said the following: I am using phpmailer currently to send email from my applications. My ISP is restricting the usage of email without SSL/TLS and my SMTP connections have started to fail... Any hints on the best approach to send email from php

[PHP] Re: PHP 5.2.5 installation

2008-02-12 Thread Nathan Rixham
I had the same problems installing 5.2.5 last week on windows, the installer's a bit corrupt! I ended up having to manually install from the latest snapshot instead; (download, extract, configure manually) alternatively, attempt to install as best it will, then overwrite with a snapshot.

[PHP] Re: PHP 5.2.5 installation

2008-02-12 Thread Shawn McKenzie
Yoshika Kehelpannala wrote: Hi, I have downloaded and setup the Apachi web server and My SQL 5.0.51a prior to my PHP installation on the windows platform. As I have downloaded the PHP 5.2.5 version (msi) and installed it on my system, it gave some errors that says a lot of dll’s and

[PHP] Re: php file extension

2008-02-09 Thread Nathan Rixham
Often people install php4 and 5 on the same server, then configure .php to use the latest version of php(5) and anything with extension php4 to use the old`e php4. Thus, the file contents remain the same, however the way they are executed depends entirely on the server(s) config. Nathan

Re: [PHP] re: php file extension

2008-02-09 Thread Nathan Nobbe
and if you want even more superfluous information windows, more specifically, ntfs, doest support files with only capitalization differences in the file names. eg. WindowsSucks.txt windowssucks.txt -nathan

Re: [PHP] re: php file extension

2008-02-08 Thread Per Jessen
MaryAnn Woodall wrote: Just starting to use php on my webpages. If I save a file as .php or .php4 are they the same file. For example is index.php the same as index.php4? If you save the same file with two different names, the contents will remain the same. How the different extensions are

Re: [PHP] re: php file extension

2008-02-08 Thread Richard Lynch
On Thu, February 7, 2008 1:49 pm, MaryAnn Woodall wrote: Just starting to use php on my webpages. If I save a file as .php or .php4 are they the same file. For example is index.php the same as index.php4? They are not the same file at all, unless you use really old Windows that only let you

[PHP] Re: php file extension

2008-02-07 Thread Shawn McKenzie
MaryAnn Woodall wrote: Just starting to use php on my webpages. If I save a file as .php or .php4 are they the same file. For example is index.php the same as index.php4? MaryAnn Depends upon what your server is set to parse as PHP. AFAIK, the only portable extension would be .php.

Re: [PHP] re: php file extension

2008-02-07 Thread Jason Pruim
Hi MaryAnn I would recommend if you are going to be sending these files out to be used on a server other then you own, such as a clients server, leave the file as .php other wise the system admin for the client server will have to reconfigure the server to also parse .php4 files. But, if

Re: [PHP] re: php file extension

2008-02-07 Thread Andrew Ballard
On Feb 7, 2008 2:49 PM, MaryAnn Woodall [EMAIL PROTECTED] wrote: Just starting to use php on my webpages. If I save a file as .php or .php4 are they the same file. For example is index.php the same as index.php4? MaryAnn No, they have different name and are different files. It would depend

[PHP] re: php file extension

2008-02-07 Thread MaryAnn Woodall
Just starting to use php on my webpages. If I save a file as .php or .php4 are they the same file. For example is index.php the same as index.php4? MaryAnn -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP Source code protection

2008-02-06 Thread zerof
Zoran Bogdanov escreveu: Hi, I'm building a C# application that connects to a server that has PHP scripts on it. We need to deliver the complete solution to a firm, the C# is no problem because it is compiled... But PHP is a problem bacause it is interpreted and we will have to deliver

[PHP] Re: php-general Digest 25 Jan 2008 07:59:28 -0000 Issue 5255

2008-01-25 Thread Emil Edeholt
Hi! I have a website where people can upload photos and it creates previews. My problem is with pictures with big dimensions like 12000px height for example where the script times out. I've seen other sites that seems do be able to do this faster. I use gd to scale the image. Is there a

Re: [PHP] Re: php-general Digest 25 Jan 2008 07:59:28 -0000 Issue 5255

2008-01-25 Thread Per Jessen
Emil Edeholt wrote: Hi! I have a website where people can upload photos and it creates previews. My problem is with pictures with big dimensions like 12000px height for example where the script times out. I've seen other sites that seems do be able to do this faster. I use gd to scale the

Re: [PHP] Re: php-general Digest 25 Jan 2008 07:59:28 -0000 Issue 5255

2008-01-25 Thread Richard Lynch
On Fri, January 25, 2008 7:27 am, Eric Butera wrote: I think the memory size can (sort of) be determined by width * height * bits * channels / 8. I've never found anything better than that. There are a few comments on the php site in the gd section about such things but I've never seen it

Re: [PHP] Re: php-general Digest 25 Jan 2008 07:59:28 -0000 Issue 5255

2008-01-25 Thread Eric Butera
On Jan 25, 2008 1:39 PM, Richard Lynch [EMAIL PROTECTED] wrote: On Fri, January 25, 2008 7:27 am, Eric Butera wrote: I think the memory size can (sort of) be determined by width * height * bits * channels / 8. I've never found anything better than that. There are a few comments on the php

Re: [PHP] Re: php-general Digest 25 Jan 2008 07:59:28 -0000 Issue 5255

2008-01-25 Thread Richard Lynch
On Fri, January 25, 2008 2:43 am, Emil Edeholt wrote: I have a website where people can upload photos and it creates previews. My problem is with pictures with big dimensions like 12000px height for example where the script times out. I've seen other sites that seems do be able to do this

Re: [PHP] Re: php-general Digest 25 Jan 2008 07:59:28 -0000 Issue 5255

2008-01-25 Thread Eric Butera
On Jan 25, 2008 3:43 AM, Emil Edeholt [EMAIL PROTECTED] wrote: Hi! I have a website where people can upload photos and it creates previews. My problem is with pictures with big dimensions like 12000px height for example where the script times out. I've seen other sites that seems do be able

Re: [PHP] Re: php-general Digest 25 Jan 2008 07:59:28 -0000 Issue 5255

2008-01-25 Thread Richard Lynch
On Fri, January 25, 2008 12:59 pm, Eric Butera wrote: On Jan 25, 2008 1:39 PM, Richard Lynch [EMAIL PROTECTED] wrote: On Fri, January 25, 2008 7:27 am, Eric Butera wrote: I think the memory size can (sort of) be determined by width * height * bits * channels / 8. I've never found anything

[PHP] RE : [PHP] 128M need in PHP5.2.5 instead of 8M in PHP5.1.4!

2008-01-24 Thread Luc Maltier
Thanks for this clue (ini_set). But I normally don't need this amount of memory anywhere, as 8M were OK in PHP5.1.4... I just want to understand what happens. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] RE : [PHP] 128M need in PHP5.2.5 instead of 8M in PHP5.1.4!

2008-01-24 Thread Richard Lynch
On Thu, January 24, 2008 10:14 am, Luc Maltier wrote: Thanks for this clue (ini_set). But I normally don't need this amount of memory anywhere, as 8M were OK in PHP5.1.4... I just want to understand what happens. PHP RAM needs shouldn't jump from 8M to 128M in a minor version change...

Re: [PHP] re[PHP] gister_globals

2008-01-16 Thread Richard Heyes
I'm a newbie to php and i would like to set register_globals to 'on' from my php script itself(eg:- index.php). Is there any way of doing this. You can't do this from inside the script with ini_set() as register_globals has already had it's affect at that point, so you can put this in a

Re: [PHP] re[PHP] gister_globals

2008-01-16 Thread Jochem Maas
tbt schreef: Hi, I'm a newbie to php and i would like to set register_globals to 'on' from my php script itself(eg:- index.php). Is there any way of doing this. you think you would like that. but you are wrong. register_globals is a security risk in the hands of someone who doesn't know

Re: [PHP] re[PHP] gister_globals

2008-01-16 Thread Sancar Saran
On Wednesday 16 January 2008 15:33:04 Jochem Maas wrote: tbt schreef: Hi, I'm a newbie to php and i would like to set register_globals to 'on' from my php script itself(eg:- index.php). Is there any way of doing this. you think you would like that. but you are wrong. register_globals is

Re: [PHP] re[PHP] gister_globals

2008-01-16 Thread Richard Lynch
On Wed, January 16, 2008 12:21 am, tbt wrote: I'm a newbie to php and i would like to set register_globals to 'on' from my php script itself(eg:- index.php). Is there any way of doing this. You can't turn it on really, because by the time your PHP script is running and trying to turn it on,

Re: [PHP] re[PHP] gister_globals

2008-01-16 Thread Jochem Maas
Sancar Saran schreef: On Wednesday 16 January 2008 15:33:04 Jochem Maas wrote: tbt schreef: Hi, I'm a newbie to php and i would like to set register_globals to 'on' from my php script itself(eg:- index.php). Is there any way of doing this. you think you would like that. but you are wrong.

Re: [PHP] re[PHP] gister_globals

2008-01-16 Thread Sancar Saran
Hello Hell frezezer over. odd verb. but I get the message. indeed it's seem it hath freezeth nicely. Me thinks regsiter_globals are evil too. And what about this session_start(); $_SESSION['refString'] = $_GET['refNo']; what about it? 1. you mean the fact that the GET val

Re: [PHP] re[PHP] gister_globals

2008-01-16 Thread Jochem Maas
Sancar Saran schreef: Hello Hell frezezer over. odd verb. but I get the message. indeed it's seem it hath freezeth nicely. Me thinks regsiter_globals are evil too. And what about this session_start(); $_SESSION['refString'] = $_GET['refNo']; what about it? 1. you mean the fact that the

[PHP] re[PHP] gister_globals

2008-01-15 Thread tbt
Hi, I'm a newbie to php and i would like to set register_globals to 'on' from my php script itself(eg:- index.php). Is there any way of doing this. Thanks -- View this message in context: http://www.nabble.com/register_globals-tp14868899p14868899.html Sent from the PHP - General mailing list

RE: [PHP] re[PHP] gister_globals

2008-01-15 Thread Andrés Robinet
-Original Message- From: tbt [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 16, 2008 3:22 AM To: php-general@lists.php.net Subject: [PHP] re[PHP] gister_globals Hi, I'm a newbie to php and i would like to set register_globals to 'on' from my php script itself(eg

[PHP] Re: php developers wanted

2008-01-14 Thread Manuel Lemos
Hello, on 01/14/2008 02:16 PM Zoltán Németh said the following: hi list, (sorry for being offtopic) the company I work for (international moving/logistics company) is looking for php developers now, for participating in a quite big project. we have a young and brilliant team,

[PHP] Re: PHP MS-Word plugin

2008-01-10 Thread Manuel Lemos
Hello, on 01/10/2008 07:10 PM Douglas Temple said the following: Hi everyone, I'm pretty sure that this question has been asked to death in the past, but I'm just curoius as to whether there is a plugin that can edit Microsoft Office Word documents in PHP. I'm interested in this because I

[PHP] Re: [PHP-DB] forms and method POST - variables

2008-01-09 Thread Daniel Brown
On Jan 9, 2008 11:25 AM, Lukáš Moravec [EMAIL PROTECTED] wrote: Hi, I have one question about forms and php (which I use for Mysql too). Do I need for variables from any form in html and method POST (then in php script) to set these variables with: $variable=$_POST['variable']; [snip!]

Re: [PHP] Re: PHP Brain Teasers

2008-01-04 Thread Daniel Brown
On Jul 20, 2007 1:09 PM, Daniel Brown [EMAIL PROTECTED] wrote: This isn't necessarily a brain-teaser, but it's still pretty cool. Dice (the employment site) has a new advertisement out there that says the following: What's missing from your job? ?php format = 'The %2s contains

[PHP] Re: [PHP-DEV] Sayonara PHP

2007-12-29 Thread Colin Guthrie
Martin Alterisio wrote: Well, it was my intent not to say that in particular because is rather personal. I just wanted to pass on all the things that may be of some use to another developer. Sorry I didn't mean to drag it out of you :) If you must know, there are three reasons why I'm

Re: [PHP] Re: [PHP-DEV] Sayonara PHP

2007-12-29 Thread Nathan Nobbe
On Dec 28, 2007 11:17 PM, Martin Alterisio [EMAIL PROTECTED] wrote: 2007/12/26, Colin Guthrie [EMAIL PROTECTED]: 3) I'm not so sure anymore if PHP is profitable as a language choice for web development. The small and medium projects market is becoming infested with developers who I cannot

Re: [PHP] Re: [PHP-DEV] Sayonara PHP

2007-12-29 Thread tedd
At 1:17 AM -0300 12/29/07, Martin Alterisio wrote: That's all. I don't think that rant may be of use to anyone, but at least it felt nice to let go of some steam. Best Regards and Happy New Year, Martin Alterisio Good luck with your gaming programming -- not that I regret my decision, but I

Re: [PHP] Re: [PHP-DEV] Sayonara PHP

2007-12-28 Thread Martin Alterisio
2007/12/26, Colin Guthrie [EMAIL PROTECTED]: Hi, While I'll admit I've not fully read your mail due to it's relatively in-depth and technical nature that I'm not really up-to-speed with regarding the internals of PHP, it did strike me when skimming the mail, that you've not really covered

[PHP] Re: [PHP-DEV] Sayonara PHP

2007-12-26 Thread Colin Guthrie
Hi, Martin Alterisio wrote: Please let me do a little explanation of the title first. Japanese is an interesting language where context is vital to the meaning of a word. Sayonara usually means a simple good bye, but within a different context can mean we'll probably never meet again. To

[PHP] Re: Php exec

2007-12-23 Thread Christophe Gosiau
Try to configure courier te read his mailboxes/users from mysql? mattias schreef: If i use courier-mta Can i create a php script wich create mailboxes? And users Hope any understand -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

SV: [PHP] Re: Php exec

2007-12-23 Thread mattias
Yes i have looked in that but not understadn anything -Ursprungligt meddelande- Från: Christophe Gosiau [mailto:[EMAIL PROTECTED] Skickat: den 23 december 2007 23:37 Till: php-general@lists.php.net Ämne: [PHP] Re: Php exec Try to configure courier te read his mailboxes/users from mysql

[PHP] Re: [PHP-DEV] PHP 4.4.8RC1

2007-12-20 Thread Marcus Boerger
Hello Derick, to stick with our announced plan, can we release this in 2007? marcus Thursday, December 20, 2007, 1:43:18 PM, you wrote: Hello! I packed PHP 4.4.8RC1 today, which you can find here: http://downloads.php.net/derick/ Please test it carefully, and report any bugs in the bug

[PHP] Re: [PHP-DEV] PHP 4.4.8RC1

2007-12-20 Thread Derick Rethans
On Thu, 20 Dec 2007, Marcus Boerger wrote: Hello Derick, to stick with our announced plan, can we release this in 2007? That would be exactly in one week, on the 27th then. I prefer doing it just in the new year cause all the sysadms are back to work then. I think Jan 3rd is still

Re: [PHP] Re: php sockets

2007-12-20 Thread vixle
well i mean even if we would not consider that particular piece of code as an example of the code that i have issues with im still rather interesting if theres some different between the socket model used by say, c++(winsock in my case) and the sockets used in php because when made a simple c++

Re: [PHP] Re: php sockets

2007-12-20 Thread Jim Lucas
vixle wrote: well i mean even if we would not consider that particular piece of code as an example of the code that i have issues with im still rather interesting if theres some different between the socket model used by say, c++(winsock in my case) and the sockets used in php because when

Re: [PHP] Re: php sockets

2007-12-20 Thread vixle
With any code doing a basic socket functionality, the code that i gave in the original post is suppossed to connect to a deamon, and get a message from it , instead it makes the deamon go crazy in the sense that it starts endless looping and loads the system resources up to max. Jim Lucas

Re: [PHP] Re: php sockets

2007-12-19 Thread Nathan Nobbe
figured id top-post on this one, since the original message was so long.. i recommend debugging with a tool like wireshark. that way you can see whats in the packets going over the wire and hopefully it will lead to a solution. -nathan On Dec 19, 2007 12:54 AM, vixle [EMAIL PROTECTED] wrote:

[PHP] Re: [PHP-DB] Credit Card Encryption

2007-12-19 Thread Robert Erbaron
When it comes to liability, who is liable, the merchant running the system, the develper that created the system, or both? If the develper is included, would that be mitigated in that he created the system to the merchant's specifications? Also, in terms of the developer, would this be

Re: [PHP] Re: [PHP-DB] force to download file

2007-12-18 Thread Richard Heyes
i have this on top of my php page: header(Content-Type: application/vnd.ms-excel); header(Content-Disposition: inline; filename=excelfile.xls); but it is not prompt to save the file instead it opens right in IE. my question is how do i force the browser prompts to save the file? ?php

[PHP] Re: php sockets

2007-12-18 Thread vixle
this code doesn't interact with with php client while with c++ based one it works just fine. .anybody? #include stdio.h #include winsock2.h #include iostream #include process.h using namespace std; int i = 0; int ar = 0; const int is = 50; SOCKET stack[is]; void clientserve(void* ws) {

[PHP] Re: php sockets

2007-12-18 Thread vixle
this code doesn't interact with php client while with c++ based one it works just fine. .anybody? #include stdio.h #include winsock2.h #include iostream #include process.h using namespace std; int i = 0; int ar = 0; const int is = 50; SOCKET stack[is]; void clientserve(void* ws) { SOCKET

[PHP] Re: [PHP-DB] force to download file

2007-12-17 Thread Daniel Brown
On Dec 17, 2007 3:13 PM, Hiep Nguyen [EMAIL PROTECTED] wrote: hi all, i have this on top of my php page: header(Content-Type: application/vnd.ms-excel); header(Content-Disposition: inline; filename=excelfile.xls); but it is not prompt to save the file instead it opens right in IE. my

<    5   6   7   8   9   10   11   12   13   14   >