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 s
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 ac
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
se
= \"$title\"");
if (mysql_num_rows($blog_result) > 0)
$not = "";
else
$not = " not";
echo ""; echo "This news item does$not have a blog discussion
"; echo " ";
if (mysql_num_rows($blog_
title\"");
if (mysql_num_rows($blog_result) > 0)
$not = "";
else
$not = " not";
echo ""; echo "This news item does$not have a blog discussion
"; echo " ";
if (mysql_num_rows($blog_result) > 0)
e
as
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 statement,
because I see it all in the page source of the page in my browser.
However
does$not have a blog discussion
"; echo " ";
if (mysql_num_rows($blog_result) > 0)
echo "Read this
item's blog ";
else
echo "Start a discussion
on this item ";
$i++;
?>
Stut wrote:
On
Apparently this same process is NOT executed if the
HTML is retrieved from a database and simply written to the page from
there. Is this correct? And, if it is, can anyone suggest a
workaround, another way to get done what I'm trying to do here?
Thanks for any help you can give me.
Rod Cl
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 the
the one I 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 sc
I missing something fairly obvious here (quite 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 hel
I missing something fairly obvious here (quite 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 hel
#x27;t do this, how do I share session variables between scripts (and
avoid this message)?
Thanks for any help that anyone can provide.
Rod Clay
[EMAIL PROTECTED]
*
).
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
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, visit: http://www.php.net/unsub.php
ll 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 u
16 matches
Mail list logo