Re: [PHP] Wanna Join me for an open source PHP Project?

2005-11-26 Thread bala chandar
On 11/26/05, Andy Pieters <[EMAIL PROTECTED]> wrote: > Hmmm.. > > Outlook is notorious for blatantly violating the standards and being a > security nightmare. > > Instead I suggest you make an application that has the same look & feel as > outlook but has a core that is much smarter, safer, and bet

[PHP] Wanna Join me for an open source PHP Project?

2005-11-26 Thread bala chandar
Hi All, I have just started a Open source Project in SourceForget.net using PHP. Project Name: Weblook Express URL : http://sourceforge.net/projects/weblookexpress Idea came to me when i thought of porting the complete windows based Desktop outlook express Application into a Portable, Web based

Re: [PHP] whitch class can I read EXCEL .xls file

2005-11-02 Thread bala chandar
Hi, On 11/3/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Dear all: > > whitch class can I read EXCEL .xls file > I want to read data from a excel's .xls file on Linux use php,please tell > me way. There is a phpexcelreader project going on sf.net. check out there it works fine -- balacha

[PHP] creating images using php

2005-11-02 Thread bala chandar
Hi, i know there is a support for Imagemagick in php. I have a doubt. Please help me out. I have to create a image in which a text which should insert a texture withing it something like what we do with powerpoint word art. for eg. Rose is the text and i want to Rose picture withing the text usin

[PHP] is it worth using apache2 with php 4.3.4

2005-08-19 Thread bala chandar
Hi, i am now using apache 1.3.x with php 4.3.4 is it worth upgrading to apache 2.x -- bala> balachandar muruganantham Y! > mbchandar Hotmail > mbchandar blog> lynx http://chandar.blogspot.com web> http://www.chennaishopping.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Freelance Work - London N1

2005-05-11 Thread bala chandar
hi On 5/11/05, bubba <[EMAIL PROTECTED]> wrote: > > We're looking for a freelancer to work ON-SITE IN LONDON on a PHP/MySQL > content management system for 4-5 weeks, starting in approx. 10 days time. > Experience of building bespoke CMS systems is essential. If you're > interested, please send y

Re: [PHP] Question about acessing databases and formatting output

2005-05-09 Thread bala chandar
On 5/9/05, The Doctor <[EMAIL PROTECTED]> wrote: > On Mon, May 09, 2005 at 08:19:47PM +0530, bala chandar wrote: > > Hi, > > > > On 5/9/05, The Doctor <[EMAIL PROTECTED]> wrote: > > > On Mon, May 09, 2005 at 08:29:34AM +0530, bala chandar wrote: > &g

Re: [PHP] text with $

2005-05-09 Thread bala chandar
hi On 5/9/05, Martín Marqués wrote: > I have a text variable that contains "$" symbols, that when I pass it out PHP > thinks that the "$" mean that a variable name comes right after. use this $$text = "$text"; > > I tried escaping the "$" put with no luck. > > Is there something I can do?

Re: [PHP] Question about acessing databases and formatting output

2005-05-09 Thread bala chandar
Hi, On 5/9/05, The Doctor <[EMAIL PROTECTED]> wrote: > On Mon, May 09, 2005 at 08:29:34AM +0530, bala chandar wrote: > > On 5/9/05, bala chandar <[EMAIL PROTECTED]> wrote: > > > Hi > > > > > > On 5/9/05, The Doctor <[EMAIL PROTECTED]> wrote:

Re: [PHP] Question about acessing databases and formatting output

2005-05-08 Thread bala chandar
On 5/9/05, bala chandar <[EMAIL PROTECTED]> wrote: > Hi > > On 5/9/05, The Doctor <[EMAIL PROTECTED]> wrote: > > On Sun, May 08, 2005 at 01:49:08PM -0600, The Doctor wrote: > > > On Sun, May 08, 2005 at 08:56:25PM +0530, bala chandar wrote: > > > >

Re: [PHP] Any alternative to POST method FTP uploads from client computer?

2005-05-08 Thread bala chandar
Hi, On 5/9/05, Murray @ PlanetThoughtful <[EMAIL PROTECTED]> wrote: > Hi All, > > I need to implement the ability to ftp upload files from client machines via > a form in a web application I'm developing. > > From reading the PHP help, all I can find to perform this is the POST method > for hand

Re: [PHP] Question about acessing databases and formatting output

2005-05-08 Thread bala chandar
Hi On 5/9/05, The Doctor <[EMAIL PROTECTED]> wrote: > On Sun, May 08, 2005 at 01:49:08PM -0600, The Doctor wrote: > > On Sun, May 08, 2005 at 08:56:25PM +0530, bala chandar wrote: > > > On 5/8/05, The Doctor <[EMAIL PROTECTED]> wrote: > > > > On Thu, Ma

Re: [PHP] Question about acessing databases and formatting output

2005-05-08 Thread bala chandar
On 5/8/05, The Doctor <[EMAIL PROTECTED]> wrote: > On Thu, May 05, 2005 at 05:49:38AM -0600, The Doctor wrote: > > On Thu, May 05, 2005 at 10:11:14AM +0530, bala chandar wrote: > > > hi, > > > > > > On 5/5/05, The Doctor <[EMAIL PROTECTED]> wr

Re: [PHP] Between Query (0T)

2005-05-08 Thread bala chandar
Hi, On 5/8/05, Ryan A <[EMAIL PROTECTED]> wrote: > Hi, > Sorry I know this is OT but I'm hoping someone will still help...it should > be quite simple :-) > I have a field in the database called "age" which is a DATE field. are u storing in terms of Date of Birth??? if so the below lines u cannot

Re: [PHP] browser detect and redirect

2005-05-08 Thread bala chandar
Hi, On 5/8/05, Ross <[EMAIL PROTECTED]> wrote: > I want to redirect anyone not using ie 4+ as there browser. > > Is this possible with php? Yes! you can use get_browser function. chec out http://in.php.net/manual/en/function.get-browser.php > > R. > > -- bala> balachandar muruganantham bl

Re: [PHP] POST long texts to PHP

2005-05-07 Thread bala chandar
Hi, On 5/7/05, Marek Kilimajer <[EMAIL PROTECTED]> wrote: > First of all, don't hijack threads. Instead of replying to a message, > create a new one. i agree with him > > SED wrote: > > I need to POST long texts through a form to PHP but the text cuts down to > > around 64.000 characters. Is th

Re: [PHP] compiling dynamic extensions without root access

2005-05-06 Thread bala chandar
On 5/6/05, Dan Rossi <[EMAIL PROTECTED]> wrote: > I was going to ask, without the need of requesting our admins to > recompile php all the time is there a way in the meantime to compile > extensions and load them dynamically without the need for root access > to some of the php libraries ? I have a

Re: [PHP] php.ini uploads

2005-05-06 Thread bala chandar
On 5/6/05, Jon Aston <[EMAIL PROTECTED]> wrote: > this has got to be something easy but I was uploading to a folder on a > windows PC > c:\upload > but I updated php and forgot to backup my ini file. > > I have tried with quotes without quotes as well as a relational address to > the folder in my

Re: [PHP] payment gateways slightly OT

2005-05-06 Thread bala chandar
On 5/6/05, Angelo Zanetti <[EMAIL PROTECTED]> wrote: > Hi guys, > > I just want to find out from you which payment gateways you use and >what use paypal > experiences good and bad have you had with them. I'm looking for a > reliable payment gateway to handle credit card processing > > Apologies

Re: [PHP] newsgroup

2005-05-06 Thread bala chandar
check out www.mysql.com On 5/6/05, Anasta <[EMAIL PROTECTED]> wrote: > Anyone know a good mysql newsgroup to compliment thid php newsgroup > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- bala> balachandar muruganantham blog

Re: [PHP] PHP based project management

2005-05-05 Thread bala chandar
hi On 5/6/05, Zareef Ahmed <[EMAIL PROTECTED]> wrote: > Hi, > > Look for phpcollab. along with this also look for dotproject! > > zareef ahmed > > On 5/4/05, Neal Carmine <[EMAIL PROTECTED]> wrote: > > Hi, > > > > There are a lot of open source project management packages. .Project, > > netof

Re: [PHP] html hyperlink and PHP

2005-05-05 Thread bala chandar
Hi, On 5/6/05, Oscar Andersson <[EMAIL PROTECTED]> wrote: > If i do like this. > if u do like above u might have to use $_GET['action'] > How does the webbrowser send this? With post or get or ..? > Shall i get the action with $_POST or $_GET? > ex. > @$action = $_POST['action']; > if(!$ac

Re: [PHP] if then else statement not working

2005-05-05 Thread bala chandar
On 5/5/05, Anasta <[EMAIL PROTECTED]> wrote: > What am i doing wrong here, the output is always 'empty' > > $result = mysql_query("SELECT username FROM users > WHERE seatnum='seat1'") or die(mysql_error()); > > if (seatnum == seat1) { you must use if (seatnum == "seat1") { > echo userna

Re: [PHP] PHP mail

2005-05-05 Thread bala chandar
Hi On 5/5/05, Aaron Gould <[EMAIL PROTECTED]> wrote: > Eustace wrote: > > I am relatively new to PHP and could use some help. I have a form, which is > > basically in an email format, from, subject, and message. How do I then send > > this to an email? I know a bit about the mail function, somebo

Re: [PHP] form variables

2005-05-05 Thread bala chandar
hi On 5/5/05, Anasta <[EMAIL PROTECTED]> wrote: > Can anyone tell me how a submit button can be used to send set a variable so > there is only a button --no textfield. use value="" in the button html component -- bala> balachandar muruganantham blog> lynx http://chandar.blogspot.com web> http:

Re: [PHP] joining in php development

2005-05-05 Thread bala chandar
Hey On 5/5/05, Angelo Zanetti <[EMAIL PROTECTED]> wrote: > well your statement doesnt make any sense???? > > bala chandar wrote: > > >hi, > > > >how to join in php development??? i want to develop some functions that is built in to the php. how to c

Re: [PHP] PHP 5, mySQL and Win XP. I NEED HELP

2005-05-05 Thread bala chandar
hey On 5/5/05, Oscar Andersson <[EMAIL PROTECTED]> wrote: > I have made a instal of the latest mySQL and PHP 5 on my computer. > I have made the following changes to my php.ini file > > extension=php_mysql.dll > extension_dir = "c:\php\" > > and i have put the php_mysql. and libmysql.dll in c:\p

[PHP] joining in php development

2005-05-05 Thread bala chandar
hi, how to join in php development??? -- bala> balachandar muruganantham blog> lynx http://chandar.blogspot.com web> http://www.chennaishopping.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] insert not working

2005-05-05 Thread bala chandar
Hi, On 5/5/05, Ross <[EMAIL PROTECTED]> wrote: > $query = "INSERT INTO sheet1 (title, fname, sname, job_title, organisation, > street, postcode, city, telephone, mobile, fax, email, web, add_info) VALUES > ('$title', '$fname', '$sname', '$job_title', '$organisation', '$street', > '$postcode', '$c

Re: [PHP] multi dimensional array

2005-05-05 Thread bala chandar
hi, On 5/5/05, Angelo Zanetti <[EMAIL PROTECTED]> wrote: > Hi guys, > > I have a problem where I use a multi dimensional array on one server and > now have moved it to another server and it just doesnt work: > > $result2 = $userdb->listUsers($clubID); > $i=0; > > while (

Re: [PHP] select statement

2005-05-05 Thread bala chandar
On 5/5/05, Anasta <[EMAIL PROTECTED]> wrote: > Why doesnt this work, it shows the username but not the balance of the users > money.here is the mysql table: > > CREATE TABLE `users` ( > `user_id` int(11) NOT NULL auto_increment, > `username` varchar(15) NOT NULL default '', > `password` varc

Re: [PHP] Re: [suspicious - maybe spam] Re: [suspicious - maybe spam] [PHP] Simple question: How to declareVars in PHP? (I know it's not necessary, but I still want to know)

2005-05-05 Thread bala chandar
hi, On 5/5/05, Jon M. <[EMAIL PROTECTED]> wrote: > Oops!! What I meant was: > > JavaScript: > > var varName; > > PHP: > > var $varName; > > I can't believe I did that (I have been writing JavaScript for a few years, > and know better -I gotta get more sleep). > > So, are you saying that it i

Re: [PHP] Question about acessing databases and formatting output

2005-05-04 Thread bala chandar
hi, On 5/5/05, The Doctor <[EMAIL PROTECTED]> wrote: > This is probably easy, but how does > one access a database, mysql or oracle or postgresql, > and > present the data in a tabular format? > > -- > Member - Liberal International > This is [EMAIL PROTECTED] Ici [EMAIL PROTECTED] > God Qu

[PHP] [suspicious - maybe spam] Re: [suspicious - maybe spam] [PHP] Simple question: How to declare Vars in PHP? (I know it's not necessary, but I still want to know)

2005-05-04 Thread bala chandar
Hi On 5/5/05, Jon M. <[EMAIL PROTECTED]> wrote: > I know in JavaScript, that you declare vars like so: > > var = variableName; > > So I'm assuming that in PHP you do it like this: > > var = $variableName; I think you can do like this inside a class var $variableName; > But there doesn't seem

[PHP] [suspicious - maybe spam] Re: [PHP] Finding out their server type

2005-05-04 Thread bala chandar
i think u can use nmap -O [hostname] On 5/5/05, Mark Cain <[EMAIL PROTECTED]> wrote: > I agree that the best way would be to parse the http header response. > However, If you want to check it out quickly and only do a couple of them, > do this: > > http://www.whois.sc/google.com > > or > > http