RE: [PHP] Error connecting with DB

2012-08-27 Thread Rod Lindgren
. Sensei Rod Lindgren @KarateClub_us Rod Lindgren -Original Message- From: Volmar Machado [mailto:qi.vol...@gmail.com] Sent: Monday, August 27, 2012 3:12 PM To: r...@okinawa-te.info Subject: Re: [PHP] Error connecting with DB In the first image you have softaculous pointing to

[PHP] Error connecting with DB

2012-08-27 Thread Rod Lindgren
some help to fix this. Thank you, Rod Lindgren -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Need help Wth PHP

2011-10-10 Thread Rod Lindgren
Subject: Re: [PHP] Need help Wth PHP On Mon, Oct 10, 2011 at 03:58:31PM -0700, Rod Lindgren wrote: > Thanks for the info. Very helpful. I am working on it. > > What is it that makes Wordpress valuable? The website in question is really > pretty basic. I am trying to figure out the reas

RE: [PHP] Need help Wth PHP

2011-10-10 Thread Rod Lindgren
Thanks for the info. Very helpful. I am working on it. What is it that makes Wordpress valuable? The website in question is really pretty basic. I am trying to figure out the reason Wordpress was used. Rod -Original Message- From: Jen Rasmussen [mailto:j...@cetaceasound.com] Sent

RE: [PHP] Need help Wth PHP

2011-10-10 Thread Rod Lindgren
to have lost the original page. Thanks, Rod -Original Message- From: Lester Caine [mailto:les...@lsces.co.uk] Sent: Sunday, October 09, 2011 11:31 PM To: php-general@lists.php.net Subject: Re: [PHP] Need help Wth PHP Rod Lindgren wrote: > Thanks for the link. I am now wondering

RE: [PHP] Need help Wth PHP

2011-10-09 Thread Rod Lindgren
Interesting. The wp-config.php file only contains the following: Not sure where to go from here. Thanks for the input. Any more input is appreciated. Rod -Original Message- From: James Yerge [mailto:ja...@nixsecurity.org] Sent: Sunday, October 09, 2011 5:46 PM To: r

[PHP] Need help Wth PHP

2011-10-09 Thread Rod Lindgren
ror message that says, "Error establishing a database connection." What causes this and how can I fix it? Sensei Rod Lindgren Sent from my Gateway computer

[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 s

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 ac

[PHP] storing and then displaying HTML for update

2008-07-24 Thread Rod Clay
put all of this raw HTML into a textarea field, or is there some technique for getting it successfully into a textarea field? I'm stumped right now. Thanks for any help anyone can give me. Rod -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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\""); 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_

[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\""); 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

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

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

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

2008-07-15 Thread Rod Clay
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

[PHP] newbie with another HTML/navigation question

2008-04-28 Thread Rod Clay
t seem to be able to get past. Thanks for any help you can give me. Rod [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] newbie with php/HTML question

2008-04-27 Thread Rod Clay
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

[PHP] newbie with php/HTML/HTTP question

2008-04-27 Thread Rod Clay
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

[PHP] newbie with php/HTML question

2008-04-27 Thread Rod Clay
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

[PHP] newbie needs help with session variables

2008-04-19 Thread Rod Clay
#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] *

[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

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

2008-03-20 Thread Rod Clay
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

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

2008-03-20 Thread Rod Clay
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

Re: [PHP] Getting last record ID created from DB

2007-03-16 Thread Rod Person
d OK."; > > what code could I add here to make the following line work? > > echo "REMEMBER your USER ID# you will need it when creating > Characters!! It is: $user_id"; <----- I want to show the "user_id" > just created here. > > Thanks in advance!

[PHP] Script Help

2003-08-14 Thread Rod
=Register The script did create the table like it was supposed to, but for some reason I can not log on as admin to change things in the database, yet it is connecting to the database Rod -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RE: PHP Security Advisory: CGI vulnerability in PHP version 4.3.0

2003-02-17 Thread McKinney, Rod ERM
Remove me from your list -Original Message- From: Jani Taskinen [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 12:01 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: PHP Security Advisory: CGI vulnerability in PHP version 4.3.0 -BEGIN PGP SIGNED MES