[PHP] Re: PHP Dreamweaver / Fireworks

2001-09-24 Thread drb

I use Edit Plus on a windows machine - great text editor - check it out,
easy to make tables as well.

http://www.editplus.com/

the best program I ever purchased!

DRB

Adam [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
|  Sometimes I find it easier to build web tables inside fireworks, but I
| also
|  need to embed PHP code into the table (ie. to display the date, logged
in
|  user, etc). Well, this is a pain because fireworks overwrites the entire
| PHP
|  file every time I make a change to it. If there's no PHP to embed I just
|  require the HTML file with the fireworks output in it.
| 
|  I am tired of cutting and pasting my PHP code! ;-)
| 
|  How do you guys handle things like this?
| 
|  Thanks.
|
| I don't USE a wysiwyg program to edit tables or html. Unless it's made for
| php (yeah right i'd liek to see that) it's not gonna be able to tell what
| you want. Maybe get phakt for Ultradev or something.
|
| -Adam
|
|



-- 
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] SESSIONS FILES

2001-07-22 Thread DRB

Hi all,

I just started to work with SESSIONS in PHP. Its turning out to be a great
way to keep user info alive across multiple pages.
My question is, how long does a session temp file stored on the server
exists for? Is it just for the current session? If the user shuts down their
browser an turn is on again can I still call the original session? I just
need to know that I am not creating multiple session files and cluttering up
a server.

New to this news group! is there a thread with rules? please post link...
thx

DRB





-- 
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] sleep() function question

2001-07-22 Thread drb

just wanted to make sure I was not doing anything incorrectly.

I want to return some values to the screen and then sleep(), then return
more values.
It seems that nothing is returned till the sleep is over and then all the
values are returned at once.

Is this the natural function of sleep();

thanks,

DRB



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