[PHP] Suddenly some errors are coming

2004-04-03 Thread Manisha Sathe
- it is ok. Then what can be the problem? The environment is Apache / MySQL / Linux / PHP. Thanks in advance, regards manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Suddenly some errors are coming

2004-04-03 Thread Manisha Sathe
1)ok, will check out with ISP. 2)Yes but not for the page i am geting error - for few others. But previously all was ok, why suddenly this problem came out ? what u did in yr case ? pls guide me so that i will try it out the same. manisha Kim Steinhaug [EMAIL PROTECTED] wrote in message news

[PHP] HTML/PHP page print

2004-03-18 Thread Manisha Sathe
then title of document / page no / url / date also get displayed. How can i avoid it ? Thanks in advance Regards Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Do not want Undefined variable message

2004-03-07 Thread Manisha Sathe
I have following code testinclude.php % echo A $color $fruit; // A include 'vars.php'; echo A $color $fruit; // A green apple % vars.php % $color = green; $fruit = Apple; % But when i run the testinclude program I always get Undefined variable errro on very first line. I know it is because vars

[PHP] Please please help - very very urgent

2003-12-01 Thread Manisha Sathe
of HTML output, but all plain html files are displayed ok, what is missing ? do i need to change any php settings ?? please give me hints on that, please please help me - it's very very urgent. regards, manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Please please help - very very urgent

2003-12-01 Thread Manisha Sathe
A big thanks to both of you, it got solved, it was a config problem only and with the help of ISP we could resolve it, Thanks once again manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] New line problem - but for Excel

2003-11-28 Thread Manisha Sathe
that is also I do not want. Is there any better way so that '\n' does not come out as new row - but do not want to make use of br as this will appear, please suggest, regards manisha When i open it in Excel now that \n becoms a new row which i do not want -- PHP General Mailing List (http

Re: [PHP] New line problem - but for Excel

2003-11-28 Thread Manisha Sathe
is it shows this as 2 different lines. But this all should be in one line. if replace \n with br then 22;33;address line1braddress line2 Do u mean to say i need to write script only to produce proper '.csv' file ? Regards, Manisha David T-G [EMAIL PROTECTED] wrote in message news:[EMAIL

[PHP] how to escape '\'

2003-11-28 Thread Manisha Sathe
I have magic_quotes_gpc ON 'Here's is' - this comes out after HTTP post as 'Here\'s is' But i want to get back the original string as it is - how to change ? manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Date format question

2003-11-25 Thread Manisha Sathe
Thanks to all, it help me a lot manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Date format question

2003-11-24 Thread Manisha Sathe
date (d/m/Y, '20031125' ) to the things done ? Thanks in advance, regards, manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Where can i find error log

2003-11-20 Thread Manisha Sathe
On server display_error is off in php ini, so I do not get the error msgs, is there anything like error log ? In this case how to find the errors? regard, manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Custom Session usind MySQL

2003-11-19 Thread Manisha Sathe
thanks all for your help, will try it out now manisha Manisha Sathe [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I want the session to be accessed from different websites, so i got the answer in this forum only to make use of customised session with mysql. I searched the web

[PHP] Custom Session usind MySQL

2003-11-18 Thread Manisha Sathe
is a shared server so i may not be able to change it, what can i do to resolve this ? Thanks in advance Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Custom Session usind MySQL

2003-11-18 Thread Manisha Sathe
sample code would be appreciated. if at all i decide to go for database then do i need 'session.save_handler' as 'user' ? manisha Manisha Sathe wrote: I want the session to be accessed from different websites, so i got the answer in this forum only to make use of customised session

[PHP] Single Session for different websites

2003-11-17 Thread Manisha Sathe
? if no any other work around ? Thanks in advance manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Single Session for different websites

2003-11-17 Thread Manisha Sathe
thanks for your soln, I searched the web, and got some readymade soln files too, I have one question regarding this, if my php.ini is giving me 'session.save_handler' as 'files' and as server is a shared server so i may not be able to change it, so what can we do to resolve this ? manisha

[PHP] Want to install and link gd extension to PHP

2003-11-14 Thread Manisha Sathe
and how to link to PHP ? can anybody help me please ? Thanks in advance, manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] silly question about zend

2003-10-27 Thread Manisha Sathe
to know .. how to open Zend so that can write PHP ?... regards manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Session problem

2003-10-27 Thread Manisha Sathe
this echo $_SESSION[name]; ? the error msg is string(5) EGPCS bool(true) array(0) { } Notice: Undefined index: name in C:\Project Codes\Vanderveer\www\testPHP\second.php on line 10 -- Please can u help me now in understanding it ? manisha -- PHP General

[PHP] Session problem

2003-10-26 Thread Manisha Sathe
I am trying to use session but it seems it does not work on win2k server, the same runs on linux. following is my first php --- ? session_start(); $_SESSION[name]= Manisha; ? -- following is the second php ? session_start(); echo $_SESSION[name

Re: [PHP] Session problem

2003-10-26 Thread Manisha Sathe
It works well on linux means it shows me o/p as 'Manisha' but on local Win2kserver, it gives error. I tried to make use of error_reporting(0); in second.php but then screen becomes blank, it does not show me the output as Manisha manisha Evan Nemerson [EMAIL PROTECTED] wrote in message news

Re: [PHP] Session problem

2003-10-26 Thread Manisha Sathe
, what all above means ? can u give me a hint now, what is going wrong ? regards manisha Evan Nemerson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] var_dump(ini_get('variables_order')); var_dump(isset($_SESSION)); var_dump($_SESSION); ? On Sunday 26 October 2003 01:43 am

Re: [PHP] want to restart session after time out

2003-10-09 Thread Manisha Sathe
in between? May be this question will be very basic, but i always get confuse. I know bit of ASP. I remember it is having something like 'On Session End' event hadler. but PHP does not have some thing like this ? Regards, Manisha Evan Nemerson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED

Re: [PHP] want to restart session after time out

2003-10-09 Thread Manisha Sathe
and it solved all my problems, i was making round and round only because of this wrong impression. It is a stupid newbie question, i hope u r used to it. btw, i did not find this in documentation. Any docs please ? Any way thanks a lot..lot..lot. Regards Manisha Evan Nemerson [EMAIL PROTECTED] wrote

[PHP] Need secure login

2003-10-09 Thread Manisha Sathe
is that user needs to accept it, and i believe I need to provide some method too in case they delete the cookie. Is there any other solution for this ? Is there any third party software for this ? Regards Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Video Streaming

2003-10-09 Thread Manisha Sathe
. Is there any special newgroup for this ? Regards Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Need secure login

2003-10-09 Thread Manisha Sathe
Thanks Justin, actually I was also thinking of the same, but just wanted to confirm that it is really not a good idea. Was also wondering if there is any third party solution ?. Regards Manisha Justin French [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] This first rule is never

[PHP] Re: Any idea how to do this?

2003-10-08 Thread Manisha Sathe
or presses 'Logout' button then only session ends till then he remains 'LogOn' Manisha Paul Van Schayck [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, [EMAIL PROTECTED] (Ryan A) wrote in So I have decided that I am going to try to make the same thing on our site but offer

[PHP] want to restart session after time out

2003-10-08 Thread Manisha Sathe
only if user closes the browser or clicks 'LogOut' button. After 30 mins I still want to keep all session values as it is. Is there any way out ? Regards Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Any idea how to do this?

2003-10-08 Thread Manisha Sathe
sorry, wrong posting Manisha Sathe [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am a newbie to php specially sessions part. I read a lot about it. On my site user needs to login. The session will be created and some info will be stored into it. Session will be ON for some

[PHP] How to create user in mySQL ?

2002-12-04 Thread Manisha
I want to create mySQL user thr phpMyAdmin. I inserted one record in mysql.user table and one in mysql.db table, testing with following program ? $conn = @mysql_connect (localhost:/usr/home/nets/mysql/mysql-demo.sock, manisha, pass); echo(before conn a); if ($conn){ mysql_select_db (demo

[PHP] Want to exclude first 10 records from table

2002-10-16 Thread Manisha
want to do this in one single query as I need to pass this to some further include files. Thanks in advance Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Want to exclude first 10 records from table

2002-10-16 Thread Manisha
Thanks to all who responded to my qry, yes it worked well as per my requirements regards Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP-MySQL connection problem

2002-07-29 Thread Manisha
); print (Email has been send ); ? I am getting print statement but not the mail. Any extra settings are required ? Thanks in advance Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP-MySQL connection problem

2002-07-29 Thread Manisha
, --- shellcd /usr/sbin shellsendmail manisha From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Test from new aurica kl;efkvg;lkf rkfkrjek sdjkfjsd ^D - to terminate it message given - Failed to send message to any users Now how shall I

[PHP] Facing some problem with mySQL Installation

2002-07-25 Thread Manisha
anybody help me in this matter - What is the meaning of it ? Thanks in advance and regards Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Require some help about the date comparison

2002-07-17 Thread Manisha
but could not figure out which would be best for above (rather how can I do it). Anybody can share some expert comments please ? Thanking in advance, Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Require some help about the date comparison

2002-07-17 Thread Manisha
Thanks to all who responded me. Actually I got confused after seeing so many commands but finally got it correct from u guys. Thanks once again. Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Email not getting

2002-06-12 Thread Manisha
the emails ? Why they are remaining in the queue ? Is there any setting required in php.ini ? Thanks and regards Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Email not getting

2002-06-12 Thread Manisha
Hi, How to get the php.ini file ? I tried to run phpinfo program and where I got following Configuration File (php.ini) Path/usr/local/lib I tried to open that file, it has only 2 lines as follows: magic_quotes_gpc = On error_reporting = 5 Any addition is required ? Thanks Manisha

Re: [PHP] Re: Email not getting

2002-06-12 Thread Manisha
unable to figure out too. Manisha At 01:51 AM 6/13/02 -0300, you wrote: Hello, On 06/13/2002 12:07 AM, Manisha wrote: I am trying to send mail from Linux Redhat server through PHP. It is not giving me any error but I am not getting any mail too. Following is the code

Re: [PHP] Re: Email not getting

2002-06-12 Thread Manisha
address for 'aurica.com': Host name lookup failure. Server: Linux-Server Address: 0.0.0.0 ***Linux-Server Can't give TYPE=MX : No response from server --- Manisha At 02:06 AM 6/13/02 -0300, Manuel Lemos wrote: Hello, On 06/13/2002 01:59 AM, Manisha

[PHP] File Appended can not be viewed properly in Windows

2002-06-04 Thread Manisha
in file every time. Can anybody help ? Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] File Path - Which way is better ?

2002-05-29 Thread Manisha
in advance and regards Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] File Path - Which way is better ?

2002-05-29 Thread Manisha
e.g my directory structure is like below /usr/manisha/www/invitation - where all php files are situated /usr/manisha/incFiles - where all files are situated - from where I want to read There are also some files /usr/manisha/www/invitation/msgFiles - From this directory also I am reading

RE: [PHP] File Path - Which way is better ?

2002-05-29 Thread Manisha
to be fetched for reading - then better use actual path. We can even keep the path in some include file and just change that path so only one file gets changed. Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Write permission problem

2002-05-29 Thread Manisha
? $fp = fopen (EmailListNew.txt, w); $fpSend = fwrite($fp,The file is created on Linux); fclose ($fp); echo (File write test over); ? This is piece of my code, It is executing without any error but file is not getting created. I tried the read mode, it is ok. That means the directory does not

[PHP] File not getting created

2002-05-28 Thread Manisha
I am opening file in append mode but file is not getting created at all. I am not getting error too. I think it is due to write permission. How to check it and how to set it ? Environment - Linux / PHP4 Thanks in advance Manisha -- PHP General Mailing List (http://www.php.net

[PHP] PHP Mail problem

2002-05-24 Thread Manisha
a single mail. I tried to test out with sending out just one email, I also tried using other account, but now not getting anything. What can be the problem and what shall I do now ? Is it that I have hang up email server ? Thanks in advance, Manisha -- PHP General Mailing List (http

[PHP] File lock - warning ?

2002-05-24 Thread Manisha
ok I am using PHP3 - code echo start; $fpLog = fopen (/usr/home/aurica/aurica.com/cannesEmail/emailblastSendLog.txt,a); if (flock ($fpLog, 2) ) { $strFileLog = Manisha Test; $fpLog = fwrite($fpLog,$strFileLog); } $tmp = flock

[PHP] Session problem

2002-05-24 Thread Manisha
give me one by one step to do it. First page - session_name(EmailSess); session_start(); $ID = 1; session_register(ID); - How to get back this ID in another pages ? Please help, I am stuck Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Help ! For Loop not working

2002-05-23 Thread Manisha
$fcontents is an array with 3 elements. But this for loop is not executing even once $ii=count($fcontents); echo($ii); for ($i = 0; $i ii; $i++) { print $i; } $ii has value = 3, But I am not getting the value of $i. What is wrong with such a simple loop ? Please help Manisha

Re: [PHP] Help ! For Loop not working

2002-05-23 Thread Manisha
Sorry, got it, I am not doing $ii Sorry again Manisha At 10:33 AM 5/24/02 +0800, Manisha wrote: $fcontents is an array with 3 elements. But this for loop is not executing even once $ii=count($fcontents); echo($ii); for ($i = 0; $i ii; $i++) { print $i; } $ii has value = 3, But I am

[PHP] How to implode with carraige return ?

2002-05-23 Thread Manisha
I have 3 elements in an array $arr[1] = 1 | Manisha ; $arr[2] = 2 | Milind ; $arr[3] = 3 | Aish ; I want to implode it to string first and later on want to write in to txt file. I tried to implode this chr(13) as a separator. I tried with $arr[1] = 1 | Manisha \n\r as an array element

RE: [PHP] How to implode with carraige return ?

2002-05-23 Thread Manisha
. Thanks, Manisha At 01:46 PM 5/24/02 +1000, Martin Towell wrote: unix uses just \n ( chr(13) ) windows uses \r\n ( chr(10).chr(13) ) try changing \n\r to \r\n HTH Martin -Original Message- From: Manisha [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 1:35 PM To: [EMAIL PROTECTED

RE: [PHP] How to implode with carraige return ?

2002-05-23 Thread Manisha
Thanks Miguel Manisha At 12:02 AM 5/24/02 -0500, Miguel Cruz wrote: On Fri, 24 May 2002, Manisha wrote: Yes, you were write - when I used chr(10).chr(13) - it worked. But still little bit confused. When you are saying unix uses \n, that means if I am reading the file from unix server

[PHP] Any execute time limit ?

2002-05-22 Thread Manisha
? Thanks in advance. Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Can I delete / update line inside the file ?

2002-05-22 Thread Manisha
Hi, I have one file with following format No. | Name | Email | status 1 | Manisha | [EMAIL PROTECTED] | Pending 2 | Neha | [EMAIL PROTECTED] | Reject 3 | Aish | [EMAIL PROTECTED] | Pending ... I want to update status change against that line. e.g For sr no 1 - I want to change the status

Re: [PHP] Can I delete / update line inside the file ?

2002-05-22 Thread Manisha
line) or do I need to write one by one line ? manisha At 04:59 AM 5/23/02 +0300, you wrote: Get a database working! That's definitely worth investing some time in - apart from the obvious speed avdantages, you'd learn a lot. About your question, AFAIK you can only do it by reading from one

Re: [PHP] Can I delete / update line inside the file ?

2002-05-22 Thread Manisha
Thanks to all to give me good start. I will try out now. Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Problem with the double quotes

2002-05-14 Thread Manisha
Thanks to all who gave me reply. manisha At 02:40 AM 5/14/02 -0500, Miguel Cruz wrote: On Tue, 14 May 2002, Manisha wrote: The file is HTML file. Actually I am sending email with message as this HTML file's content. I changed the header of email to accommodate HTML. Reading the file

[PHP] Problem with the double quotes

2002-05-13 Thread Manisha
= addslashes(this is the \ \ msg ); This is ok. Manually adding slah to big file quiet impossible. Is there any good solution for this ? How to convert double quotes of file into \ ? Thanks in advance Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] Problem with the double quotes

2002-05-13 Thread Manisha
The file is HTML file. Actually I am sending email with message as this HTML file's content. I changed the header of email to accommodate HTML. Reading the file in array and putting array values as a message - whether still double quotes will not give problem ? manisha At 11:51 AM 5/14/02

[PHP] Re: WELCOME to php-general@lists.php.net

2002-05-12 Thread Manisha
is it necessary to have file lock ? thanks in advance manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: WELCOME to php-general@lists.php.net

2002-05-12 Thread Manisha
At 10:06 PM 5/12/02 -0500, Miguel Cruz wrote: I just want to know whether it is necessary (compulsory) to have file lock before writing to file? It is definitely a good idea if you don't want corruption. You may find a database is easier in the long run. Do you mean to say that even if

Re: [PHP] Re: WELCOME to php-general@lists.php.net

2002-05-12 Thread Manisha
Thanks Miguel, Manisha At 10:38 PM 5/12/02 -0500, Miguel Cruz wrote: On Mon, 13 May 2002, Manisha wrote: At 10:06 PM 5/12/02 -0500, Miguel Cruz wrote: I just want to know whether it is necessary (compulsory) to have file lock before writing to file? It is definitely a good idea

[PHP] Searching for XML mailing list

2002-05-12 Thread Manisha
I am searching for good XML related mailing lists / sites etc. Please give me some info about this. manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Urgent - MySQL is not inserting the single quotes

2002-03-07 Thread Manisha
I am inserting into the table values with single Quote. If I give the command through text file - Insert into test values ('manisha\' test') - then this is ok, but when i try to insert the manisha ' test value through http://hostname/sqladmin using GUI then MySql is giving error. Any help

Re: [PHP] Urgent - MySQL is not inserting the single quotes

2002-03-07 Thread Manisha
thanks, you are right, gpc_magic_quotes of php.ini was off. At 11:08 PM 3/7/02 -0500, Analysis Solutions wrote: Hi Manisha: If I give the command through text file - Insert into test values ('manisha\' test') - then this is ok, but when i try to insert the manisha ' test value

[PHP] Want to remove some special from text

2001-11-08 Thread Manisha
I want to remove all html related tags, such as html/htmlbody/bodytable... etc But want to keep the rest data as it is. Just want to remove those tags. Any idea how to do it ? manisha

[PHP] How to generate Automatic Reports ?

2001-07-10 Thread Manisha
? platform is win2k / IIS / SQL / PHP regards manisha -- 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]

[PHP] Require very urgent Help about Security (pki, digital signature) along with PHP

2001-07-09 Thread Manisha
based language. How to encrypt the reports using PHP / ASP. Please help me as this is very urgent. regards, manisha -- 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

[PHP] Wanted Some help about Applet

2001-07-08 Thread Manisha
Anybody knows good mailing list specially for Java Applets ? thanks manisha -- 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]

[PHP] How to connect to remote database server through PHP?

2001-06-21 Thread Manisha
to do it? If I am using php, how to connect to remote server's database? What are the components require on both servers? How will be the network configuration? Any information source? Any mailing list for network connections ? Thanks in advance manisha -- PHP General Mailing List (http

Re: [PHP] Pie Charts Bar Charts Line Charts...

2001-06-20 Thread Manisha
Use Macromedia's Generator 2.0 along with flash 5.0. This gives ability to connect to database - php with flash object. manisha At 08:45 AM 6/12/01 -0700, Karl J. Stubsjoen wrote: Hey Guys, Anyone have any good starting points for delivering charts on the web? Thanks a bunch. Karl J

[PHP] Want To Know about Databse Connection

2001-06-19 Thread Manisha
to do it? If I am using php, how to connect to remote server's database? What are the components require on both servers? How will be the network configuration? Any information source? etc etc... Thanks in advance manisha

[PHP] Require SAMPLE Script for Macromedia Generator2 Flash using PHP ?

2001-05-10 Thread Manisha
by that ? Is this I create a file through PHP with (number, value) format ? but what do you mean by ' Return of File' Can anybody give me SAMPLE SCRIPT in PHP ? manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] Whether through PHP/MySQL can I talk to Flash Generator's Flash ?

2001-05-07 Thread Manisha
to do it ? 5. If any body can send me a sample script 6. Any other source to get more info (book / site / mailing list etc) I do not know how to see 'Archive' of this mailing list. Can any body give me the URL ? Regards, manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Re: check if an url is valid

2001-04-27 Thread Manisha
Any body know how to un-subscribe temporarily. As I am going out station for 2 weeks. I want to stop all my PHP user group mails. (other wise there will be big junk) But later again I want to restart. If I un-subscribe now whether I will be able to subscribe again ? manisha -- PHP General

[PHP] Can I install Lihnux on My Windows 95 machine ?

2001-04-24 Thread Manisha
on it. Is it feasible ? Any information about this on web ? If I format one drive and load Linux whether other drive info will get affected ? manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP] Can I install Lihnux on My Windows 95 machine ?

2001-04-24 Thread Manisha
appache on Windows, but as my client's environment is different and as I have urge to learn Linux I want to install Linux on my m/c itself. Whether above mentioned hardware is ok to install Linux ? manisha At 08:58 PM 4/24/01 -0500, Wade DeWerff wrote: its much more than that however, I

Re: [PHP] Can I install Lihnux on My Windows 95 machine ?

2001-04-24 Thread Manisha
Thanks a lot to all of you for your info. Now I will try to do it. manisha -- 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] Can I install Lihnux on My Windows 95 machine ?

2001-04-24 Thread Manisha
contents. Linux Documentation Project web site has a lot of documents. http://www.linuxdoc.org/ For further questions, ask in Linux related news or mailing list. Regards, -- Yasuo Ohgaki Manisha [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I have Pe

Re: [PHP] Can I install Lihnux on My Windows 95 machine ?

2001-04-24 Thread Manisha
running properly whenever I am in Windows and I should be able to use Linux commands when I am in Linux system. Can any body comment ? manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

RE: [PHP] Dynamic built web pages administration

2001-04-17 Thread Manisha
'. I am also interested in exploring more about it specially option 2, How to do it and whether it will be very complicated ? If you know any good portal which has something like Yahoo! Page Builder, please let me know. manisha At 11:44 AM 4/17/01 -0400, Romulo Roberto Pereira wrote: dear

[PHP] Want a Good Book for Ref on PHP

2001-04-15 Thread Manisha
Hi all, I am just entering into PHP world. First what I did is, I signed for PHP mailing list. I want to buy a good PHP book for my initial start and may be later on as a reference. I know there are lot in the market. Can anybody suggest a good book among them ? manisha -- PHP General

Re: [PHP] Want a Good Book for Ref on PHP

2001-04-15 Thread Manisha
Whether these books cover PHP 4 also ? manisha At 10:54 PM 4/15/01 -0400, Kath wrote: Professional PHP Programming: http://www.amazon.com/exec/obidos/ASIN/1861002963/qid=987388364/sr=1-12/ref= sc_b_13/002-2263539-0333643 PHP Fast Easy Web Development: http://www.amazon.com/exec/obidos/ASIN