[PHP] remembering where the user is on the page??

2008-08-01 Thread Rod Clay
I'm creating a website in php and I've noticed that many websites seem to remember where the user is on the page, so that, for example, the user can click on a link and go to another page, but, when the user comes back to the original page, it is displayed so that the user is looking at the

Re: [PHP] storing and then displaying HTML for update

2008-07-25 Thread Rod Clay
Daniel Brown wrote: Ooh, top-posting and privately replying! You're going to jail, Rod! ;-P On Fri, Jul 25, 2008 at 10:05 AM, Rod Clay [EMAIL PROTECTED] wrote: Occasionally part of the HTML. Usually nothing. Right, but what I had hoped for was an sample of actual output

[PHP] storing and then displaying HTML for update

2008-07-24 Thread Rod Clay
I'm writing a php application which includes accepting and storing HTML for routine display by the application. All of this seems to be working fine. However, I also want to display the raw HTML for administrators of the system to update as necessary. I just discovered that this does NOT

[PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-15 Thread Rod Clay
me. Rod Clay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-15 Thread Rod Clay
} } ? Stut wrote: On 15 Jul 2008, at 22:36, Rod Clay wrote: Hello. Again, I'm fairly new to php so please forgive me if my question is a very simple or obvious one. I've just tried testing for the first time some php code that is pulling text out of a database to print

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-15 Thread Rod Clay
this and was stumped an hour ago! Thought it was a different kind of problem. Mea culpa! :-[ dg wrote: On Jul 15, 2008, at 3:06 PM, Rod Clay wrote: All of the text is being correctly retrieved from the database and written to the page, including the img src=xxx statement, because I see it all

[Fwd: Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??]

2008-07-15 Thread Rod Clay
\Read this item's blog/a ; else echo a href=\blog.php?discussion=$title\Start a discussion on this item/a ; $i++; ? /pbr / /div ?php } } ? Stut wrote: On 15 Jul 2008, at 22:36, Rod Clay wrote: Hello. Again, I'm fairly new to php so please

[Fwd: [Fwd: Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??]]

2008-07-15 Thread Rod Clay
=$title\Read this item's blog/a ; else echo a href=\blog.php?discussion=$title\Start a discussion on this item/a ; $i++; ? /pbr / /div ?php } } ? Stut wrote: On 15 Jul 2008, at 22:36, Rod Clay wrote: Hello. Again, I'm fairly new to php so

[PHP] newbie with another HTML/navigation question

2008-04-28 Thread Rod Clay
I have a php script that is invoked on 2 different occasions: 1) the first to create a page with a form the user will use to input information for a new table row - this form has method=POST 2) the script is run a second time to accept the input from the completed form, add the new row to

[PHP] newbie with php/HTML question

2008-04-27 Thread Rod Clay
possible!)? Once my php script is invoked with parameters in the url (i.e., implicit GET method), am I not able to create a form with method=PUT and have this form come back into my php script with values in the $_PUT global array?? Thanks for any help anyone can give me! I'm stumped! Rod

[PHP] newbie with php/HTML/HTTP question

2008-04-27 Thread Rod Clay
possible!!)? Once my php script is invoked with parameters in the url (i.e., implicit GET method), am I not able to create a form with method=PUT and have this form come back into my php script with values in the $_PUT global array?? Thanks for any help anyone can give me! I'm stumped! Rod

Re: [PHP] newbie with php/HTML question

2008-04-27 Thread Rod Clay
subscribed to the list with and I thought it wouldn't be accepted, so posted the second with the correct email address. Surprisingly, they both posted! Not sure how this happened. Stut wrote: On 27 Apr 2008, at 22:40, Rod Clay wrote: I've written my php script to accept either: 1) url

[PHP] newbie needs help with session variables

2008-04-19 Thread Rod Clay
session variables between scripts (and avoid this message)? Thanks for any help that anyone can provide. Rod Clay [EMAIL PROTECTED] *

[PHP] WAMP servers

2008-03-27 Thread Rod Clay
). Thanks for any information you can give me about WAMP servers. Rod Clay [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] newbie question about one php script passing control to another

2008-03-20 Thread Rod Clay
of the books and other documentation I've looked at for php, I cannot find a way for one php program to pass control to another. Is this possible in php, and, if so, please let me know how. Thank you. Rod Clay [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] newbie question about one php script passing control to another

2008-03-20 Thread Rod Clay
for one program to pass control to another. However, so far in all of the books and other documentation I've looked at for php, I cannot find a way for one php program to pass control to another. Is this possible in php, and, if so, please let me know how. Thank you. Rod Clay [EMAIL PROTECTED