Re: [PHP] First steps towards unix and php

2009-01-08 Thread Robert Cummings
On Fri, 2009-01-09 at 01:09 -0500, Daniel Brown wrote: > On Thu, Jan 8, 2009 at 11:44, Frank Stanovcak > wrote: > > I've been a microshaft punk for some time now, and am just getting ready to > > try to step over to unix on one of my own boxes. > > > > Does anyone have any suggestions on which fl

Re: [PHP] Re: redoing website after 7 years

2009-01-08 Thread Robert Cummings
On Fri, 2009-01-09 at 15:17 +1100, Chris wrote: > > I know many people will grin at me for this solution but may be faster way > > to overcome this problem to do a find for $ and replace with $_REQUEST. even > > this will help you if you dealt with $_POST, $_GET, $_COOKIE. > > Please don't. > > $

Re: [PHP] Re: redoing website after 7 years

2009-01-08 Thread Robert Cummings
On Thu, 2009-01-08 at 20:10 -0800, VamVan wrote: > On Thu, Jan 8, 2009 at 9:50 AM, Al wrote: > > I know many people will grin at me for this solution but may be faster way > to overcome this problem to do a find for $ and replace with $_REQUEST. even > this will help you if you dealt with $_POST,

Re: [PHP] Re: hello - thread on topic or not?

2009-01-08 Thread Robert Cummings
On Thu, 2009-01-08 at 16:21 -0800, Mattias Thorslund wrote: > I thought this was the PHP list, not the OS vs. OS list? > > Is this type of discussion now considered OK here? I recall people > getting flamed for borderline off-topic posts even, just a few years ago. This is PHP general... we talk

Re: [PHP] Re: hello

2009-01-08 Thread Robert Cummings
On Thu, 2009-01-08 at 23:28 +, Nathan Rixham wrote: > Skip Evans wrote: > > Ashley Sheridan wrote: > >>> think about it for a minute; an OS can either be secure (0 > >>> vulnerabilities) or insecure (1 or more vulnerabilities); as all OS's > >>> have 1 or more vulnerabilities they are all equ

Re: [PHP] Re: hello

2009-01-08 Thread Robert Cummings
On Thu, 2009-01-08 at 22:38 +, Nathan Rixham wrote: > Skip Evans wrote: > > Nathan Rixham wrote: > >>> > >> yup.. all OS's are equally insecure; each OS is as insecure as the > >> next; no > >> one OS is more insecure than any other > >> > > > > Wrong, and there is experimental data to prove i

Re: [PHP] Re: First steps towards unix and php

2009-01-08 Thread Kyle Terry
On Jan 8, 2009, at 9:39 PM, Ross McKay wrote: Skip Evans wrote: I used Kate on Ubuntu for a code editor. I just read through a bit about Geany (was not familiar with it), but don't see too much more it would do for me than Kate. What are some of your favorite features of Geany I should b

Re: [PHP] First steps towards unix and php

2009-01-08 Thread Daniel Brown
On Thu, Jan 8, 2009 at 11:44, Frank Stanovcak wrote: > I've been a microshaft punk for some time now, and am just getting ready to > try to step over to unix on one of my own boxes. > > Does anyone have any suggestions on which flavor would be a good idea to > start with? I'm looking mostly for c

Re: [PHP] Re: First steps towards unix and php

2009-01-08 Thread Ross McKay
Skip Evans wrote: >I used Kate on Ubuntu for a code editor. I just read through a bit about >Geany (was not familiar with it), but don't see too much more it would >do for me than Kate. > >What are some of your favorite features of Geany I should be aware of? There's probably not much that Gean

Re: [PHP] header("Location: ") wont show up in logs of either server

2009-01-08 Thread Jim Lucas
Rene Veerman wrote: Andrew Ballard wrote: I'll take the simple answer and say neither script IS being called? OK, I'll go back to my corner now. Andrew [Geesh - I take the time to send out a sarcastic message and forget to send it to the list.] The scripts are called, because i can see th

Re: [PHP] mysqli_query and mysqli_fetch_array

2009-01-08 Thread Jim Lucas
AESB wrote: Hope you are all happy and doing well! I've chosen a piece of chunk of code from a movie browser script known as mysqli_query and mysqli-fetch-array for testing. It's possble a reason preventing it's execution. See any bugs in the following I'm using APACHE 2.2, PHP 5.2.6 and MyS

Re: [PHP] Re: redoing website after 7 years

2009-01-08 Thread VamVan
Yeah right. Don't use this solution no matter what if you have database connections , sessions or anything !!! Anyways I meant intelligent replace. :) Thanks, V On Thu, Jan 8, 2009 at 8:17 PM, Chris wrote: > > I know many people will grin at me for this solution but may be faster way >> to ov

Re: [PHP] Re: redoing website after 7 years

2009-01-08 Thread Chris
I know many people will grin at me for this solution but may be faster way to overcome this problem to do a find for $ and replace with $_REQUEST. even this will help you if you dealt with $_POST, $_GET, $_COOKIE. Please don't. $connection = mysql_connect(...) becomes $_REQUEST[$connection]

Re: [PHP] Re: redoing website after 7 years

2009-01-08 Thread VamVan
On Thu, Jan 8, 2009 at 9:50 AM, Al wrote: > > > Lamp Lists wrote: > >> hi guys, >> I did php/mysql based website for one my client 7 years ago, in time when >> register_globals was on by default. >> hosting company upgraded server to php5/mysql5 and turned globals off. the >> site is doesn't work

Re: [PHP] Re: Cannot Install mysql extension

2009-01-08 Thread VamVan
Sorry I apologize that I didn't follow the thread after I replied. Anyways I am glad it works for you. Thanks, V On Thu, Jan 8, 2009 at 1:12 PM, Gary wrote: > Ok... I dont know if Im officially in love, but Im close...the Xampp worked > first time, all my hair still in place and on head...thank

Re: [PHP] Adressing XML Objects

2009-01-08 Thread Andrew Ballard
On Wed, Jan 7, 2009 at 3:10 PM, Merlin Morgenstern wrote: > Hi there, > > I am justing walking my first steps on XML and PHP. As I learned from a > tutorial adressing is very simple: > > echo $xml->anbieter->immobilie->preise->kaufpreis; > > I simply just can't figure out how to adress this struct

Re: [PHP] Adressing XML Objects

2009-01-08 Thread Nathan Rixham
Merlin Morgenstern wrote: ok... it seems that I am doing something fundamentally wrong. I get no output at all with this: $xmlStr = file_get_contents($filename); $xmlelement = new SimpleXMLElement($xmlStr); echo '$xmlelement->xpath("//anbieter/immobilie/anhaenge/anha...@location='INTERN' and

Re: [PHP] Adressing XML Objects

2009-01-08 Thread Nathan Rixham
Merlin Morgenstern wrote: ok... it seems that I am doing something fundamentally wrong. I get no output at all with this: $xmlStr = file_get_contents($filename); $xmlelement = new SimpleXMLElement($xmlStr); echo '$xmlelement->xpath("//anbieter/immobilie/anhaenge/anha...@location='INTERN' and

Re: [PHP] header("Location: ") wont show up in logs of either server

2009-01-08 Thread Rene Veerman
Andrew Ballard wrote: I'll take the simple answer and say neither script IS being called? OK, I'll go back to my corner now. Andrew [Geesh - I take the time to send out a sarcastic message and forget to send it to the list.] The scripts are called, because i can see the data coming back fr

Re: [PHP] Adressing XML Objects

2009-01-08 Thread Merlin Morgenstern
ok... it seems that I am doing something fundamentally wrong. I get no output at all with this: $xmlStr = file_get_contents($filename); $xmlelement = new SimpleXMLElement($xmlStr); echo '$xmlelement->xpath("//anbieter/immobilie/anhaenge/anha...@location='INTERN' and @gruppe='TITELBILD']/daten/

[PHP] mysqli_query and mysqli_fetch_array

2009-01-08 Thread AESB
Hope you are all happy and doing well! I've chosen a piece of chunk of code from a movie browser script known as mysqli_query and mysqli-fetch-array for testing. It's possble a reason preventing it's execution. See any bugs in the following I'm using APACHE 2.2, PHP 5.2.6 and MySQL 5.1 $dbc

Re: [PHP] header("Location: ") wont show up in logs of either server

2009-01-08 Thread Andrew Ballard
On Thu, Jan 8, 2009 at 7:17 PM, Rene Veerman wrote: > Hi, i'm doing a forward to another server (somehost.com/2.php) by using > > header("Location: http://someserver.com/script/1.php";); > > But on neither servers do i get hits in the apache access log for either > script being called. > > Any ide

Re: [PHP] header("Location: ") wont show up in logs of either server

2009-01-08 Thread Jim Lucas
Rene Veerman wrote: > Hi, i'm doing a forward to another server (somehost.com/2.php) by using > > header("Location: http://someserver.com/script/1.php";); > > But on neither servers do i get hits in the apache access log for either > script being called. > > Any ideas? > > Make sure you are l

Re: [PHP] Re: hello - thread on topic or not?

2009-01-08 Thread Mattias Thorslund
I thought this was the PHP list, not the OS vs. OS list? Is this type of discussion now considered OK here? I recall people getting flamed for borderline off-topic posts even, just a few years ago. Mattias -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

Re: [PHP] Re: hello

2009-01-08 Thread Daniel Brown
On Thu, Jan 8, 2009 at 18:07, Nathan Rixham wrote: > > Linux Kernel 2.6.x > 161 Secunia advisories > 286 Vulnerabilities > Unpatched: 6% (10 of 161 Secunia advisories) > http://secunia.com/advisories/product/2719/ > > Vista: > 51 Secunia advisories > 80 Vulnerabilities > Unpatched: 12% (6 of 51 Se

RE: [PHP] how does one bind a gui representation and a container object.

2009-01-08 Thread McClusky, Kevin - Sacramento
Reading your original request a little more carefully, it appears you're really looking for a way to immediately update the database when someone changes a value in an HTML form. Ajax is necessary. Make an ajax call triggered by a change in the table's data, which sends the change as GET or POST

[PHP] header("Location: ") wont show up in logs of either server

2009-01-08 Thread Rene Veerman
Hi, i'm doing a forward to another server (somehost.com/2.php) by using header("Location: http://someserver.com/script/1.php";); But on neither servers do i get hits in the apache access log for either script being called. Any ideas? -- PHP General Mailing List (http://www.php.net/) To unsu

RE: [PHP] how does one bind a gui representation and a container object.

2009-01-08 Thread McClusky, Kevin - Sacramento
As an ammendum to the prior response, you may want to look into using AJAX with a streaming connection to the server. If you have a small number of users, this works nicely (I have used it in production systems before). http://ajaxpatterns.org/HTTP_Streaming#Solution If there are a large number

Re: [PHP] Re: hello

2009-01-08 Thread Daniel Brown
On Thu, Jan 8, 2009 at 15:01, Ashley Sheridan wrote: > On Thu, 2009-01-08 at 10:10 -0500, Daniel Brown wrote: >> Linux is just as susceptible to >> viruses, worms, and other malware > I'd beg to differ. While it may be susceptible, I think it is far less > so, just because of the security it has f

Re: [PHP] Re: hello

2009-01-08 Thread Daniel Brown
On Thu, Jan 8, 2009 at 13:44, Robert Cummings wrote: > > I haven't made any claims. I've merely stated beliefs/opinion. You made > claims, thus the onus is on you to provide proof of said claims. While I really wish you wouldn't talk about my onus in public like that, I am of the opinion that

Re: [PHP] Re: hello

2009-01-08 Thread Skip Evans
Nathan Rixham wrote: Or, for another analogy, you're saying that because all cars can either be sitting still or moving then they are all equally fast. no, more like your car has a window missing, another car has no locks, and mine has no door; which is the most insecure? The one parked

Re: [PHP] Re: First steps towards unix and php

2009-01-08 Thread Nathan Rixham
John Corry wrote: I don't know about Geany, but you should definitely check out: PDT/Eclipse ^^my fav, but only when coupled with RSE (remote system explorer), php debugger for eclipse and subversive svn Zend Studio for Eclipse <- my favorite ^^ I liked but was a memory hog on my windows mach

Re: [PHP] Adressing XML Objects

2009-01-08 Thread Nathan Rixham
Nathan Nobbe wrote: On Thu, Jan 8, 2009 at 4:38 PM, Nathan Rixham > wrote: Nathan Nobbe wrote: On Thu, Jan 8, 2009 at 4:02 PM, Merlin Morgenstern mailto:merli...@fastmail.fm>>wrote: Hello nathan, I am unsing simplexml as

Re: [PHP] Adressing XML Objects

2009-01-08 Thread Nathan Nobbe
On Thu, Jan 8, 2009 at 4:38 PM, Nathan Rixham wrote: > Nathan Nobbe wrote: > >> On Thu, Jan 8, 2009 at 4:02 PM, Merlin Morgenstern > >wrote: >> >> Hello nathan, >>> >>> I am unsing simplexml as it looks really simple :-) However, I could >>> still >>> not figure out how to adress data inside tag

Re: [PHP] Re: First steps towards unix and php

2009-01-08 Thread John Corry
I don't know about Geany, but you should definitely check out: PDT/Eclipse Zend Studio for Eclipse <- my favorite Komodo Edit 5 Kate for PHP development? That sounds really slow and inefficient. Eclipse and Zend studio offer such efficiencies as code completion/hints (PHP core or any other include

Re: [PHP] Adressing XML Objects

2009-01-08 Thread Nathan Rixham
Nathan Nobbe wrote: On Thu, Jan 8, 2009 at 4:02 PM, Merlin Morgenstern wrote: Hello nathan, I am unsing simplexml as it looks really simple :-) However, I could still not figure out how to adress data inside tags with attributes. For example: bla blub $xml->anhang[intern][titelbild]-

Re: [PHP] Re: First steps towards unix and php

2009-01-08 Thread Skip Evans
Ross McKay wrote: You should also check out editors and IDEs - STFW for previous posts made to this and other groups. Then pick Geany ;) Hey Ross & all, I used Kate on Ubuntu for a code editor. I just read through a bit about Geany (was not familiar with it), but don't see too much more it w

Re: [PHP] Adressing XML Objects

2009-01-08 Thread Nathan Nobbe
On Thu, Jan 8, 2009 at 4:02 PM, Merlin Morgenstern wrote: > Hello nathan, > > I am unsing simplexml as it looks really simple :-) However, I could still > not figure out how to adress data inside tags with attributes. For example: > > >bla blub > > $xml->anhang[intern][titelbild]->data wi

Re: [PHP] Re: hello

2009-01-08 Thread Nathan Rixham
Skip Evans wrote: Ashley Sheridan wrote: think about it for a minute; an OS can either be secure (0 vulnerabilities) or insecure (1 or more vulnerabilities); as all OS's have 1 or more vulnerabilities they are all equally insecure; because they are all insecure. What you are saying, in rea

[PHP] Re: First steps towards unix and php

2009-01-08 Thread Ross McKay
On Thu, 8 Jan 2009 11:44:48 -0500, Frank Stanovcak wrote: >I've been a microshaft punk for some time now, and am just getting ready to >try to step over to unix on one of my own boxes. > >Does anyone have any suggestions on which flavor would be a good idea to >start with? I'm looking mostly fo

[PHP] Re: how does one bind a gui representation and a container object.

2009-01-08 Thread Fred Silsbee
--- On Thu, 1/8/09, Fred Silsbee wrote: > From: Fred Silsbee > Subject: how does one bind a gui representation and a container object. > To: php...@lists.php.net, php-general@lists.php.net > Date: Thursday, January 8, 2009, 10:41 PM > I have a Qt 4.4 C++ SQL offline program that displays an S

Re: [PHP] Re: hello

2009-01-08 Thread Nathan Rixham
Ashley Sheridan wrote: On Thu, 2009-01-08 at 22:38 +, Nathan Rixham wrote: Skip Evans wrote: Nathan Rixham wrote: yup.. all OS's are equally insecure; each OS is as insecure as the next; no one OS is more insecure than any other Wrong, and there is experimental data to prove it. Read the

Re: [PHP] Re: hello

2009-01-08 Thread Skip Evans
Ashley Sheridan wrote: think about it for a minute; an OS can either be secure (0 vulnerabilities) or insecure (1 or more vulnerabilities); as all OS's have 1 or more vulnerabilities they are all equally insecure; because they are all insecure. What you are saying, in real world terms, not

Re: [PHP] Adressing XML Objects

2009-01-08 Thread Merlin Morgenstern
Hello nathan, I am unsing simplexml as it looks really simple :-) However, I could still not figure out how to adress data inside tags with attributes. For example: bla blub $xml->anhang[intern][titelbild]->data will not work. Thank you for any hint. Best regards, Merlin Merli

Re: [PHP] how does one bind a gui representation and a container object.

2009-01-08 Thread ceo
You'll have to use Ajax to make another HTTP request. HTTP is not really designed for this, and it will make the site quite sluggish most likely... You should certainly make it an async call and not slow users down with this "feature". -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Re: hello

2009-01-08 Thread Ashley Sheridan
On Thu, 2009-01-08 at 22:38 +, Nathan Rixham wrote: > Skip Evans wrote: > > Nathan Rixham wrote: > >>> > >> yup.. all OS's are equally insecure; each OS is as insecure as the > >> next; no > >> one OS is more insecure than any other > >> > > > > Wrong, and there is experimental data to prove i

[PHP] how does one bind a gui representation and a container object.

2009-01-08 Thread Fred Silsbee
I have a Qt 4.4 C++ SQL offline program that displays an SQL table. When I change a row-column cell, the change is instantly reflected in the database. Under Qt 4.4 I use: QSqlTableModel How does one do this in PHP for online use. I've done this under C#.NET VS2008 using "binding" between a gu

Re: [PHP] Re: hello

2009-01-08 Thread Nathan Rixham
Skip Evans wrote: Nathan Rixham wrote: yup.. all OS's are equally insecure; each OS is as insecure as the next; no one OS is more insecure than any other Wrong, and there is experimental data to prove it. Read the first URL I posted that documents the creation of Linux viruses and the ex

Re: [PHP] Re: hello

2009-01-08 Thread Jay Moore
Ashley Sheridan wrote: On Thu, 2009-01-08 at 16:40 -0500, Robert Cummings wrote: On Thu, 2009-01-08 at 19:46 +, Nathan Rixham wrote: Robert Cummings wrote: On Thu, 2009-01-08 at 19:18 +, Nathan Rixham wrote: Daniel Brown wrote: On Thu, Jan 8, 2009 at 13:34, Robert Cummings w

Re: [PHP] Re: hello

2009-01-08 Thread Nathan Rixham
2009/1/8 Robert Cummings > On Thu, 2009-01-08 at 19:46 +, Nathan Rixham wrote: > > Robert Cummings wrote: > > > On Thu, 2009-01-08 at 19:18 +, Nathan Rixham wrote: > > > > > >> Daniel Brown wrote: > > >> > > >>> On Thu, Jan 8, 2009 at 13:34, Robert Cummings > wrote: > > >>> > > He d

Re: [PHP] Re: hello

2009-01-08 Thread Ashley Sheridan
On Thu, 2009-01-08 at 16:40 -0500, Robert Cummings wrote: > On Thu, 2009-01-08 at 19:46 +, Nathan Rixham wrote: > > Robert Cummings wrote: > > > On Thu, 2009-01-08 at 19:18 +, Nathan Rixham wrote: > > > > > >> Daniel Brown wrote: > > >> > > >>> On Thu, Jan 8, 2009 at 13:34, Robert C

Re: [PHP] Re: hello

2009-01-08 Thread Robert Cummings
On Thu, 2009-01-08 at 19:46 +, Nathan Rixham wrote: > Robert Cummings wrote: > > On Thu, 2009-01-08 at 19:18 +, Nathan Rixham wrote: > > > >> Daniel Brown wrote: > >> > >>> On Thu, Jan 8, 2009 at 13:34, Robert Cummings > >>> wrote: > >>> > He didn't say it had no insec

Re: [PHP] [SOLVED] Re: can a session be used in a query?

2009-01-08 Thread John Corry
I read (well, skimmed anyway) this thread and saw that the original poster's issue was resolved. For the archives though, I'd like to mention that the PEAR Auth and MDB2 packages would make all of the things that are being done by this code much easier for the programmer. Auth allows you to authe

Re: [PHP] Re: a weired query issue

2009-01-08 Thread Chris
Nathan Rixham wrote: viraj wrote: i have this query.. $sql = "SELECT `id` FROM `modules_permissions` WHERE `id` = '" . $permissionId . "';"; when i pass the value 31 to permissionid, it returns me the 31st row of the table. and it's fine. but when i pass '31asasa' as the permissionid it return

Re: [PHP] Re: hello

2009-01-08 Thread Skip Evans
Nathan Rixham wrote: if it's a computer thats on, with an os, a keyboard and a network card connected to the internet it's insecure. Well of course. That's like saying if it's alive it's dying. But the question was are *nix systems more secure than Windows, and I think even Daniel agrees that

Re: [PHP] Re: Cannot Install mysql extension

2009-01-08 Thread Gary
Ok... I dont know if Im officially in love, but Im close...the Xampp worked first time, all my hair still in place and on head...thanks to everyone for all the help! Gary "Nathan Rixham" wrote in message news:49666231.9050...@gmail.com... > Gary wrote: >> I like it...thanks for the suggestion.

Re: [PHP] a weired query issue

2009-01-08 Thread Jason Pruim
On Jan 8, 2009, at 1:37 PM, Daniel Brown wrote: On Thu, Jan 8, 2009 at 12:18, tedd wrote: Hey, if I were you I wouldn't be taking about sanity now that you have a digestive system that has a two hour sleep cycle. :-) I still have seven months or so of relative calm, if all goes well

Re: [PHP] Re: Cannot Install mysql extension

2009-01-08 Thread Nathan Rixham
Gary wrote: I like it...thanks for the suggestion It gives me 3 choices, the installer, the zip and the exe. The zip is 82 megs, the largest, is that the better choice? Thanks again for your help. Gary keep it simple for yourself and go with the installer -- PHP General Mailing List

Re: [PHP] Re: Cannot Install mysql extension

2009-01-08 Thread Gary
And would you suggest I uninstalled everything prior to? Again, thnaks much "VamVan" wrote in message news:12eb8b030901081205q4706d028m87a4adab7d31b...@mail.gmail.com... > On Thu, Jan 8, 2009 at 11:56 AM, Gary wrote: > >> Nathan >> >> Thanks for all your help, but it is not working. The file

[PHP] Re: Cannot Install mysql extension

2009-01-08 Thread Shawn McKenzie
Gary wrote: > Ok...so the error log is riddled with messages like this > > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\Program > Files\\PHP\\ext\\php_mysql.dll' - The specified procedure could not be > found.\r\n in Unknown on line 0 > > The php_mysl.dll is located at C:\Prog

Re: [PHP] Re: Cannot Install mysql extension

2009-01-08 Thread Gary
I like it...thanks for the suggestion It gives me 3 choices, the installer, the zip and the exe. The zip is 82 megs, the largest, is that the better choice? Thanks again for your help. Gary "VamVan" wrote in message news:12eb8b030901081205q4706d028m87a4adab7d31b...@mail.gmail.com... >

Re: [PHP] Holocoste against palestinians

2009-01-08 Thread Kyle Terry
On Thu, Jan 8, 2009 at 12:11 PM, Nathan Rixham wrote: > Ashley Sheridan wrote: > >> On Thu, 2009-01-08 at 20:06 +, Nathan Rixham wrote: >> >> >>> Ashley Sheridan wrote: >>> >>> On Thu, 2009-01-08 at 19:53 +, Nathan Rixham wrote: > Ashley Sheridan wrote: > >

[PHP] Re: Cannot Install mysql extension

2009-01-08 Thread Gary
Ok...so the error log is riddled with messages like this PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_mysql.dll' - The specified procedure could not be found.\r\n in Unknown on line 0 The php_mysl.dll is located at C:\Program Files\PHP\ext\php.ini

Re: [PHP] Holocoste against palestinians

2009-01-08 Thread Nathan Rixham
Ashley Sheridan wrote: On Thu, 2009-01-08 at 20:06 +, Nathan Rixham wrote: Ashley Sheridan wrote: On Thu, 2009-01-08 at 19:53 +, Nathan Rixham wrote: Ashley Sheridan wrote: On Thu, 2009-01-08 at 08:57 +0200, Paul Scott wrote: On Wed, 2009-01-07 at 2

Re: [PHP] Holocoste against palestinians

2009-01-08 Thread Ashley Sheridan
On Thu, 2009-01-08 at 20:06 +, Nathan Rixham wrote: > Ashley Sheridan wrote: > > On Thu, 2009-01-08 at 19:53 +, Nathan Rixham wrote: > >> Ashley Sheridan wrote: > >>> On Thu, 2009-01-08 at 08:57 +0200, Paul Scott wrote: > On Wed, 2009-01-07 at 22:51 -0800, It flance wrote: > > The

Re: [PHP] Holocoste against palestinians

2009-01-08 Thread Nathan Rixham
Ashley Sheridan wrote: On Thu, 2009-01-08 at 19:53 +, Nathan Rixham wrote: Ashley Sheridan wrote: On Thu, 2009-01-08 at 08:57 +0200, Paul Scott wrote: On Wed, 2009-01-07 at 22:51 -0800, It flance wrote: The message is to webhosting companies, This is not a web hosting company. Israel i

Re: [PHP] Re: Cannot Install mysql extension

2009-01-08 Thread VamVan
On Thu, Jan 8, 2009 at 11:56 AM, Gary wrote: > Nathan > > Thanks for all your help, but it is not working. The files were/are named > php_mysql.dllso I replace them. > > I did the advanced install, choosing only those extensions I wanted, > including mywsql and mysqli > > I have already rein

[PHP] Re: Cannot Install mysql extension

2009-01-08 Thread Nathan Rixham
Gary wrote: Nathan Thanks for all your help, but it is not working. The files were/are named php_mysql.dllso I replace them. I did the advanced install, choosing only those extensions I wanted, including mywsql and mysqli I have already reinstalled the php5.2.8 Again, thanks, but Im

[PHP] Re: Cannot Install mysql extension

2009-01-08 Thread Gary
Nathan Thanks for all your help, but it is not working. The files were/are named php_mysql.dllso I replace them. I did the advanced install, choosing only those extensions I wanted, including mywsql and mysqli I have already reinstalled the php5.2.8 Again, thanks, but Im getting frustrat

Re: [PHP] Holocoste against palestinians

2009-01-08 Thread Ashley Sheridan
On Thu, 2009-01-08 at 19:53 +, Nathan Rixham wrote: > Ashley Sheridan wrote: > > On Thu, 2009-01-08 at 08:57 +0200, Paul Scott wrote: > >> On Wed, 2009-01-07 at 22:51 -0800, It flance wrote: > >>> The message is to webhosting companies, > >>> > >> This is not a web hosting company. > >> > >>> I

Re: [PHP] Holocoste against palestinians

2009-01-08 Thread Nathan Rixham
Ashley Sheridan wrote: On Thu, 2009-01-08 at 08:57 +0200, Paul Scott wrote: On Wed, 2009-01-07 at 22:51 -0800, It flance wrote: The message is to webhosting companies, This is not a web hosting company. Israel is killing palestinian children. Some sites are are showing the fotos of israel's

Re: [PHP] Re: hello

2009-01-08 Thread Ashley Sheridan
On Thu, 2009-01-08 at 10:10 -0500, Daniel Brown wrote: > Linux is just as susceptible to > viruses, worms, and other malware I'd beg to differ. While it may be susceptible, I think it is far less so, just because of the security it has from the off. And also, the type of people who tend to use Lin

Re: [PHP] Holocoste against palestinians

2009-01-08 Thread Ashley Sheridan
On Thu, 2009-01-08 at 08:57 +0200, Paul Scott wrote: > On Wed, 2009-01-07 at 22:51 -0800, It flance wrote: > > The message is to webhosting companies, > > > > This is not a web hosting company. > > > Israel is killing palestinian children. Some sites are are showing the > > fotos of israel's ho

Re: [PHP] Re: hello

2009-01-08 Thread Nathan Rixham
Robert Cummings wrote: On Thu, 2009-01-08 at 19:18 +, Nathan Rixham wrote: Daniel Brown wrote: On Thu, Jan 8, 2009 at 13:34, Robert Cummings wrote: He didn't say it had no insecurities... he said it's hard to believe it's "JUST AS insecure". Please provide factual sources t

Re: [PHP] Re: hello

2009-01-08 Thread Nathan Rixham
c...@l-i-e.com wrote: Fact is if you want to be secure just disconnect you're machine from the internet, remove cd/dvd/floppy drives and unplug the keyboard. You forgot to cut the internal USB cables. :-) when I was younger my friend got a virus on his mothers computer; his mother promptly

[PHP] Re: Cannot Install mysql extension

2009-01-08 Thread Nathan Rixham
Gary wrote: Thanks much, but I do not have a line that says extension=php_mysql.dll What I do have is a line that says extension=mysql.dll Should I add the php_? Thanks again Gary check in the php/ext/ directory, if you have a dll called mysql.dll then you're fine, if it's php_mysql.dll then

[PHP] Re: Cannot Install mysql extension

2009-01-08 Thread Nathan Rixham
Gary wrote: Ok, I C/P the code and uploaded a link http://www.paulgdesigns.com/phpini.html Any help would be appriciated. Gary uncomment ;extension=php_mysql.dll (remove the ;) in your php.ini then restart apache .so is for nix not windows :) -- PHP General Mailing List (http://www.php.

Re: [PHP] [SOLVED] Re: can a session be used in a query?

2009-01-08 Thread Jim Lucas
Frank Stanovcak wrote: > if you want to know what is happening...I just did the research...the while > statment runs untill the condition is false. This means that, this your > case, > $row = false. We were getting results in the loop becuase that never > happened while it was looping, but to en

Re: [PHP] Re: hello

2009-01-08 Thread Skip Evans
You could also fill all empty space in the case with a polyurethane sealing compound for added security, and then bury it in the back yard. Dang, I could make big bucks as a security consultant! I'm adding this to my resume! Skip c...@l-i-e.com wrote: Fact is if you want to be secure just di

Re: [PHP] Re: hello

2009-01-08 Thread Nathan Rixham
Daniel Brown wrote: On Thu, Jan 8, 2009 at 13:34, Robert Cummings wrote: He didn't say it had no insecurities... he said it's hard to believe it's "JUST AS insecure". Please provide factual sources to indicate the validity of your statement. Counter: please provide factual sources that it

Re: [PHP] Re: hello

2009-01-08 Thread Robert Cummings
On Thu, 2009-01-08 at 19:18 +, Nathan Rixham wrote: > Daniel Brown wrote: > > On Thu, Jan 8, 2009 at 13:34, Robert Cummings wrote: > >> He didn't say it had no insecurities... he said it's hard to believe > >> it's "JUST AS insecure". Please provide factual sources to indicate the > >> validit

Re: [PHP] Re: [PEAR-DEV] Re: [PHP] First official release of the PHP WhitePaper

2009-01-08 Thread Kyle Terry
On Thu, Jan 8, 2009 at 10:59 AM, till wrote: > On Thu, Jan 8, 2009 at 7:30 PM, Robert Cummings > wrote: > > On Thu, 2009-01-08 at 15:40 +, David Coallier wrote: > >> Well well well, finally after many months of work, discussions, > >> typing, editing and arguing, the Irish PHP User Group is

Re: [PHP] Re: hello

2009-01-08 Thread Robert Cummings
On Thu, 2009-01-08 at 19:12 +, c...@l-i-e.com wrote: > > Fact is if you want to be secure just disconnect you're machine from > > the internet, remove cd/dvd/floppy drives and unplug the keyboard. > > You forgot to cut the internal USB cables. And never, EVER forget to don your tinfoil hat an

Re: [PHP] Re: hello

2009-01-08 Thread ceo
> Fact is if you want to be secure just disconnect you're machine from > the internet, remove cd/dvd/floppy drives and unplug the keyboard. You forgot to cut the internal USB cables. :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

Re: [PHP] [SOLVED] Re: can a session be used in a query?

2009-01-08 Thread Frank Stanovcak
if you want to know what is happening...I just did the research...the while statment runs untill the condition is false. This means that, this your case, $row = false. We were getting results in the loop becuase that never happened while it was looping, but to end the loop it proccessed $row = f

Re: [PHP] Re: hello

2009-01-08 Thread Skip Evans
Hey, Well, I find the points that *nix by default restricts users to their own executables and Windows allows anyone to run any program (has this changed with Vista? I don't follow MS too closely) to be a major reason by default, as installed, *nix systems are more secure. I would also bet t

[PHP] Re: Cannot Install mysql extension

2009-01-08 Thread Gary
Ok, I C/P the code and uploaded a link http://www.paulgdesigns.com/phpini.html Any help would be appriciated. Gary "Nathan Rixham" wrote in message news:49663cee.8040...@gmail.com... > Gary wrote: >> Just installed Apache 2.2 and PHP 5.2.8, am able to test, works fine. >> >> I am no able to

[PHP] Re: [PEAR-DEV] Re: [PHP] First official release of the PHP WhitePaper

2009-01-08 Thread till
On Thu, Jan 8, 2009 at 7:30 PM, Robert Cummings wrote: > On Thu, 2009-01-08 at 15:40 +, David Coallier wrote: >> Well well well, finally after many months of work, discussions, >> typing, editing and arguing, the Irish PHP User Group is happy to make >> the first official release of the PHP Wh

Re: [PHP] Re: hello

2009-01-08 Thread Robert Cummings
On Thu, 2009-01-08 at 13:43 -0500, Daniel Brown wrote: > On Thu, Jan 8, 2009 at 13:41, Robert Cummings wrote: > > On Thu, 2009-01-08 at 13:31 -0500, Daniel Brown wrote: > >> On Thu, Jan 8, 2009 at 13:24, Robert Cummings wrote: > >> > > >> > "Just as susceptible"?? Please refer me to some resource

Re: [PHP] Re: hello

2009-01-08 Thread Daniel Brown
On Thu, Jan 8, 2009 at 13:41, Robert Cummings wrote: > On Thu, 2009-01-08 at 13:31 -0500, Daniel Brown wrote: >> On Thu, Jan 8, 2009 at 13:24, Robert Cummings wrote: >> > >> > "Just as susceptible"?? Please refer me to some resources where I can >> > verify this statement. >> >> http://marc.i

Re: [PHP] Re: hello

2009-01-08 Thread Robert Cummings
On Thu, 2009-01-08 at 13:39 -0500, Daniel Brown wrote: > On Thu, Jan 8, 2009 at 13:34, Robert Cummings wrote: > > > > He didn't say it had no insecurities... he said it's hard to believe > > it's "JUST AS insecure". Please provide factual sources to indicate the > > validity of your statement. >

Re: [PHP] Re: hello

2009-01-08 Thread Robert Cummings
On Thu, 2009-01-08 at 13:31 -0500, Daniel Brown wrote: > On Thu, Jan 8, 2009 at 13:24, Robert Cummings wrote: > > > > "Just as susceptible"?? Please refer me to some resources where I can > > verify this statement. > > http://marc.info/?t=10016019247&r=1&w=2 -- http://www.interji

[PHP] OpenSSL: how connect?

2009-01-08 Thread Evandro Sestrem
Hello, In PHP, how is the right way to do a connection using OpenSSL like: openssl s_client -tls1 -connect beta.registro.br:700 -cert client.pem Thanks in advance, Evandro

Re: [PHP] Re: hello

2009-01-08 Thread Daniel Brown
On Thu, Jan 8, 2009 at 13:34, Robert Cummings wrote: > > He didn't say it had no insecurities... he said it's hard to believe > it's "JUST AS insecure". Please provide factual sources to indicate the > validity of your statement. Counter: please provide factual sources that it's not, whilst k

Re: [PHP] Re: hello

2009-01-08 Thread Robert Cummings
On Thu, 2009-01-08 at 13:13 -0500, tedd wrote: > At 10:10 AM -0500 1/8/09, Daniel Brown wrote: > > > > When a vast majority is controlled by a like-minded minority, > >evolution and advancement will suffer. > > Ya think. > > I've been saying that for over 20 years. > > The problem is that th

Re: [PHP] a weired query issue

2009-01-08 Thread Daniel Brown
On Thu, Jan 8, 2009 at 12:18, tedd wrote: > > Hey, if I were you I wouldn't be taking about sanity now that you have a > digestive system that has a two hour sleep cycle. :-) I still have seven months or so of relative calm, if all goes well. There isn't a moment that goes by that I don't ho

Re: [PHP] Re: hello

2009-01-08 Thread Robert Cummings
On Thu, 2009-01-08 at 12:54 -0500, Daniel Brown wrote: > On Thu, Jan 8, 2009 at 12:38, Skip Evans wrote: > > > > > >>I certainly wish there were more like you! > > > > If only that woman who lives down the block would give me the opportunity to > > make her say that... *sigh*. > > Coincid

Re: [PHP] Re: hello

2009-01-08 Thread Robert Cummings
On Thu, 2009-01-08 at 12:10 -0500, Daniel Brown wrote: > On Thu, Jan 8, 2009 at 10:31, Skip Evans wrote: > > > > From my reading I get the impression that the above statement, "Linux is > > just as susceptible to viruses, worms, and other malware", is inaccurate. > > Unfortunately, Skip, it's

Re: [PHP] Re: hello

2009-01-08 Thread Daniel Brown
On Thu, Jan 8, 2009 at 13:21, tedd wrote: > > Of what is there to know? > For what seems all, nothing; > But the un-rung bell yearns to rung; > If only to hear its tone; > The tone of being understood. > > tedd-1967 So you don't just write in ones and zeroes after all. ;-P I like it. -

Re: [PHP] Re: hello

2009-01-08 Thread Daniel Brown
On Thu, Jan 8, 2009 at 13:24, Robert Cummings wrote: > > "Just as susceptible"?? Please refer me to some resources where I can > verify this statement. http://marc.info/?t=10016019247&r=1&w=2 -- daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotp

  1   2   >