[PHP-DB] How do I keep the values of objects when refreshing page?

2001-06-27 Thread Hector M Banda

Hi all,

My page is getting the values and the submits itself displaying the 
information but the original selection is gone showing the objects with
no info.


Thanks,


-- 


===
Hector M Banda  
Fax: (425) 790-6379

===

-- 
PHP Database 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-DB] Any word in how to connect to PPROGRESS db using PHP.

2001-06-20 Thread Hector M Banda

Hi all,

Does any body have any information about how to access a PROGRESS
database using PHP?

I know this has been asked before and I just want to be upto date.

Thanks,

-- 


===
Hector M Banda  
Fax: (425) 790-6379
Irvine Ca, 92618
===

-- 
PHP Database 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-DB] How to keep selection on radio buttons when the form is refreshed?

2001-04-25 Thread Hector M Banda

Hi all,
I have some radio buttons like: department, vendor, etc, on my form but at 
the time I submit or refresh the form, my radio buttons do not keep the 
selection.

I have not idea in how to do tell  PHP to keep the values of the objects 
when the form is refresed.

Thanks,




-hector



-- 
PHP Database 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-DB] Need php page to upload files

2001-04-23 Thread Hector M Banda

Hi all,
I need a basic php page to upload files containing information to later import them 
into my server.
Can somebody point me to a simple site where I can get one?

Thanks,



[PHP-DB] Fw: sending e-mail thru PHP page.

2001-04-19 Thread Hector M Banda


- Original Message - 
From: Hector M Banda 
To: [EMAIL PROTECTED] 
Sent: Thursday, April 19, 2001 10:11 AM
Subject:  sending e-mail thru PHP page.


Hi all,
I have  mysql as the database for my php pages  where I store my information. When I'm 
done,
I send an e-mail to my e-mail account just to be aware of who is using it. The problem 
is that when I use the following code to send the e-mail, I get 'nobody' as the sender.

mail([EMAIL PROTECTED], "Message",$body message);

is not a big deal saying that but since I'm going to be doing this on my server to do 
virtual domains, my friends will ask me sooner or later about this little issue.

Sorry for this off topic.


TIA.




[PHP-DB] How to redirect a user to main page once I capture his info in a form?

2001-04-18 Thread Hector M Banda

Hi all,
I have a simple form where I capture the information from users. Once the information 
is captured, I'd like to send the users the the main page. I already tried  the header 
command but I get an error like this:

Warning: Cannot add header information - headers already sent by (output started 
at page.php:42) in page.php on line 45



Any ideas?



Re: [PHP-DB] How to redirect a user to main page once I capture his info in a form?

2001-04-18 Thread Hector M Banda

header("location: http://www.need-info.com");


- Original Message -
From: "Ron Brogden" [EMAIL PROTECTED]
To: "Hector M Banda" [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Wednesday, April 18, 2001 2:08 PM
Subject: Re: [PHP-DB] How to redirect a user to main page once I capture his
info in a form?


 At 02:03 PM 4/18/2001 -0700, Hector M Banda wrote:
  Warning: Cannot add header information - headers already sent by
  (output started at page.php:42) in page.php on line 45

 What's at line 42 of page.php?

 Cheers

 --
---
 Island Net AMT Solutions Group Inc.  Telephone:  250
383-0096
 1412 Quadra  Toll Free:1 800
331-3055
 Victoria, B.C.   Fax:250
383-6698
 V8W 2L1  E-Mail:
[EMAIL PROTECTED]
 Canada   WWW:
http://www.islandnet.com/
 --
---


 --
 PHP Database 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 Database 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]