[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] Connecting to MySQL database

2007-12-26 Thread Balaji A
Hi, I have installed following things on windows machine. 1. Apache HTTP Server 2.2.4 2. PHP 5.2.3 3. MySQL 5.0.45 I am getting mysql_connect() not found. I have downloaded libmysql.dll, php_mysql.dll php_mysqli.dll and copied to c:\php\ext. I have uncommented these dll files in php.ini and

RE: [PHP] Sayonara PHP

2007-12-26 Thread Andrés Robinet
Well, my fellow countryman... one of my classmates at college had a saying: el hombre es un animal de costumbres (translate it you gringos :) - no offense). And I guess it's most of the time like that... we learn something, we are never willing to unlearn it. But the truth is, there are at least

RE: [PHP] Connecting to MySQL database

2007-12-26 Thread Andrés Robinet
For a quick installation, try this http://www.apachefriends.org/en/xampp.html (XAMPP for windows). You will also have mercury mail and FileZilla FTP Server (watchout your firewall and change the passwords... you're warned). Your PHP.INI will be at xamp-dir/apache/php.ini, but for the most part,

RE: [PHP] Connecting to MySQL database

2007-12-26 Thread admin
First I suggest you see if MySQL is even running. Terminal Window type the following service mysqld status If it is running Great now you need to check your connection string for Errors. Not running do this * Terminal Window service mysqld start If you have an error in the setup it

[PHP] ASP 2 PHP

2007-12-26 Thread tedd
Hi gang: I have a client who has an entire site done in asp and wants me to convert it to php -- is there an easy way to do this or do I have to do it line by line? Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List

[PHP] perl regexp gui

2007-12-26 Thread OOzy Pal
Is there a linux program that can help me testing my patterns (preg) something like GRegExp but for perl regexp -- OOzy Ubuntu-Gutsy (7.10) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ASP 2 PHP

2007-12-26 Thread Daniel Brown
On Dec 26, 2007 11:26 AM, tedd [EMAIL PROTECTED] wrote: Hi gang: I have a client who has an entire site done in asp and wants me to convert it to php -- is there an easy way to do this or do I have to do it line by line? Line-by-line translation is going to be your best bet. I've done a

Re: [PHP] perl regexp gui

2007-12-26 Thread Jim Lucas
OOzy Pal wrote: Is there a linux program that can help me testing my patterns (preg) something like GRegExp but for perl regexp http://www.weitz.de/regex-coach/#older -- Jim Lucas Some men are born to greatness, some achieve greatness, and some have greatness thrust upon them.

[PHP] XSS

2007-12-26 Thread Mad Unix
Am facig problem with XSS cross Site scripting general on our web site, and i think its a coding issue since our dedicated server run Linux with apache mysql and php... any recommendation to resolve this issue -- madunix

Re: [PHP] XSS

2007-12-26 Thread Børge Holen
On Wednesday 26 December 2007 21:03:40 Mad Unix wrote: Am facig problem with XSS cross Site scripting general on our web site, and i think its a coding issue since our dedicated server run Linux with apache mysql and php... any recommendation to resolve this issue yes! you feel

Re: [PHP] XSS

2007-12-26 Thread Rahul S. Johari
On Wednesday 26 December 2007 21:03:40 Mad Unix wrote: Am facig problem with XSS cross Site scripting general on our web site, and i think its a coding issue since our dedicated server run Linux with apache mysql and php... any recommendation to resolve this issue Sure! --- Rahul Sitaram

Re: [PHP] XSS

2007-12-26 Thread Robert Cummings
On Wed, 2007-12-26 at 21:08 +0100, Børge Holen wrote: On Wednesday 26 December 2007 21:03:40 Mad Unix wrote: Am facig problem with XSS cross Site scripting general on our web site, and i think its a coding issue since our dedicated server run Linux with apache mysql and php... any

Re: [PHP] XSS

2007-12-26 Thread Casey
On Dec 26, 2007 12:03 PM, Mad Unix [EMAIL PROTECTED] wrote: Am facig problem with XSS cross Site scripting general on our web site, and i think its a coding issue since our dedicated server run Linux with apache mysql and php... any recommendation to resolve this issue -- madunix Of

Re: [PHP] I need your vote http://gmailrulz.blogspot.com/

2007-12-26 Thread Robert Cummings
On Thu, 2007-12-27 at 00:21 +0400, Gevorg Harutyunyan wrote: Hi People, Please take a minute from your time and vote there. The poll content is simple are you using Gmail or not ? Seems a bit misleading... to give an accurate rendition of how I do things I would need to check that I use

Re: [PHP] I need your vote http://gmailrulz.blogspot.com/

2007-12-26 Thread Børge Holen
On Wednesday 26 December 2007 21:21:42 Gevorg Harutyunyan wrote: Hi People, Please take a minute from your time and vote there. The poll content is simple are you using Gmail or not ? -- Best Regards, Gevorg Harutyunyan ppl didn't come out of christmas with their brains intact, wtf is

[PHP] How to pass selected options to .php file when two scrolling lists appear at different times on page

2007-12-26 Thread Mary Anderson
Hi all, I have two database tables (I don't think it is a database problem, by the way) data_series and data_sets. data_sets is a child of data_series. I want my PHP form to display a scrolling list of all the data series in the database. The user will then select a subset of these,

[PHP] Re:how to pass selected options to... Ignore last letter. Program works

2007-12-26 Thread Mary Anderson
Hi all, Knew I should have tried it one more time before firing off the last letter. The page is now working properly. Apologies and thanks mary -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php