[PHP] Need help in Advance PHP!

2001-06-21 Thread Unni
develop this site. Basically I am trying to learn more about PHP, so I use these developments as a tool. If not, could you please give a url where I can look for advanced PHP features (I use php.net all the time). Thank you so much for your time. -Unni -- PHP General Mailing List (http

[PHP] Class Question

2001-06-21 Thread Unni
Hello, This is the first time I write OOP in PHP. I wrote a small class for Mysql and from the index.php, I am calling the new function. I have a display before new class and I have a display after the new and only the display I am getting is the before class and after that there is no error.

[PHP] Is there a user group in Colorado?

2001-06-22 Thread Unni
Is there a user group in Colorado? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP]include question, WHY doesn't this work...

2001-07-23 Thread Unni
Is the lib direcotory under the working directory, I mean, if your program is excuting under temp directory, the lib directory has to be below temp directory. If you are running this program from the root directory then lib has to be below root directory. Your code looks good to me. One more t

Re: [PHP] PHP, Excel, .CSV's, and Regular Expressions Help Needed!

2001-07-23 Thread Unni
Hi Jeff, I didn't get your question. Can you elobrate little bit more, if possible? What is the input and what is output you are expecting and what do you want to do in the process? Thanks. Jeff Lacy wrote: > Hello Everyone, > > A client of mine is working with excel, and I need to move th

Re: [PHP] Example high-profile PHP sites

2001-07-26 Thread Unni
If every one is giving their website about mine http://www.malayalamovies.com Chad Day wrote: > How about my site.. http://www.bangable.com > > Might not be the kind of site you want to put on your list, but we do get a > lot of traffic.. 4 million page views a month. All PHP/mysql. > > Ch

Re: [PHP] substr question...

2001-07-26 Thread Unni
try $filename=explode(".", names); echo $filename[0] Jeff Lewis wrote: > I am trying to receive file names but can't quite figure out the proper substr to do >it: > > jeff.dat > jeffrey.dat > chris.dat > tom.dat > > I want to receive the name to the left of the .dat > > Jeff > -- PHP Ge

Re: [PHP] my php script is very slow. help?

2001-07-27 Thread Unni
If you are using DB queries a lot, try to use LIMIT, this will save lot of your time. Tom Carter wrote: > Do you have many DB queries? What is the average size of the result > returned? > > have you tried running timing functions on it to get a measure of how long > the page is taking? theres

Re: [PHP] MySQL big table process

2001-07-27 Thread Unni
Try LIMIT in the select Plamen Slavov wrote: > Hi guys, > I have a big MySQL table - about 300MB > I want to get all the records from the table, make certain transformations and write >them to a text file (i can not use "select into outfile...) > the problem is when i type "select * from " the

[PHP] A Basic Question!

2001-07-27 Thread Unni
Hello, This is a very basic question. My server admin said, the PHP is available in the server to use it. PHP3 available in the server and PHP4 is available as CGI-Wrapper. Now my question is, how can I make use of PHP4 over riding PHP3? Thanks. -Unni -- PHP General Mailing List (http

Re: [PHP] flat file from ?

2001-07-27 Thread Unni
Textarea is also a veriable Write a the file with $textVar value thats it. Gary wrote: > Hello All, > I am still kinda new to php. I know how to write/create a flat file but > how would I write to a flat file from a form object ? > > TIA > Gary > > > -- PHP General Mailing List (http:

Re: [PHP] A Basic Question!

2001-07-27 Thread Unni
Hi Hth, I just tried two programs with the same name to display echo phpinfo(). One with php3 extention and another with php extention and both brings in php 3.0.12 Is there anything else I should check? Thanks in advance. -Unni Kurt Lieber wrote: > If it's set up according to def