Re: [PHP] one click - two actions?

2006-11-14 Thread Mel
YES YES! that is exactly what I want. But I don't know how to do what you are suggesting! On Nov 14, 2006, at 8:59 AM, tedd wrote: At 12:31 PM -0800 11/13/06, Mel wrote: I really don't know? My site is all php and ready to go live except for this little problem. I would really

Re: [PHP] one click - two actions?

2006-11-13 Thread Mel
link the picture loads on the left side and the info should load on the right side. Right now the info is visible at all times regardless of what I click on! I need to know how to join my echo statements and/or my query! On Nov 13, 2006, at 12:57 PM, Warren Vail wrote: Mel, that may have

Re: [PHP] one click - two actions?

2006-11-13 Thread Mel
I really don't know? My site is all php and ready to go live except for this little problem. I would really appreciate some help. On Nov 13, 2006, at 4:12 AM, John Meyer wrote: Not to be rude or anything, but if you want to do two things with one click, wouldn't the javascript list be the pla

[PHP] one click - two actions?

2006-11-13 Thread Mel
Could someone please help me figure out how to show some description (where applicable) at the same time as I show an image, when I click on a link, without repeating the entire query? The image and the description are both in the same table in my database. I now show the image when I click o

Re: [PHP] why so slow?

2006-11-02 Thread Mel
Thank you both so much. I did change the name. I was chocked to see all my passwords displayed in the browser! On Nov 2, 2006, at 1:15 PM, Dave Goodchild wrote: Better still, keep them outside the docroot. If you do insist on having them inside and insist on calling them *.inc, create an .ht

Re: [PHP] why so slow?

2006-11-01 Thread Mel
validate my html, change my links ... I am sure there are things even you don't know or understand and that you can use help from other more experienced and generous people who are willing to share. On Nov 1, 2006, at 12:20 PM, John Nichel wrote: Mel wrote: I have this is the page I am wo

Re: [PHP] why so slow?

2006-11-01 Thread Mel
I have this is the page I am working on right now and it is valid html 4.01 http://www.squareinch.net/client_testing_html401.php On Nov 1, 2006, at 5:32 AM, Dave Goodchild wrote: Take out the comment before the DOCTYPE. There should be nothing before it.

Re: [PHP] why so slow?

2006-11-01 Thread Mel
ok I have fixed my html and include http://www.squareinch.net/client_testing_html401.php could you please help me figure out how to change the query in box 4 so that it shows the url only when the link is active? On Nov 1, 2006, at 5:11 AM, Robin Vickery wrote: On 01/11/06, Mel <[EM

Re: [PHP] Re: [BULK] [PHP] why so slow?

2006-11-01 Thread Mel
ok, thank you. I am on it! On Nov 1, 2006, at 3:24 AM, Dave Goodchild wrote: The guys are right, there are many variables that could be affecting this. However, get rid of those tags before and clean up your code - it does not validate as html 4.01. The DOCTYPE should be the very first th

Re: [PHP] Re: [BULK] [PHP] why so slow?

2006-11-01 Thread Mel
:) I know it is a dedicated server on westhost.com I wouldn't know how to check for the kind of connection! thanks, and all the best... On Nov 1, 2006, at 3:10 AM, clive wrote: Mel wrote: Could you think of why my site loads so slowly? http://www.squareinch.net/home.php perhaps it

Re: [PHP] why so slow?

2006-11-01 Thread Mel
OTECTED]> Datum: onsdag 1 nov 2006 10.57.17 GMT+01:00 Till: "Frank Arensmeier" <[EMAIL PROTECTED]> Ämne: Re: [PHP] why so slow? Yeah it will be that hit counter or whatever it is you are trying to load - I had one myself that used JS and was hosted on another website and held

Re: [PHP] why so slow?

2006-11-01 Thread Mel
ank Arensmeier wrote: My suggestion: stripp out the JS from Google. Test you page again. Should the page load as slowly as before, it might have to do with PHP. Then, give us more details about your script) /frank 1 nov 2006 kl. 10.53 skrev Robert Cummings: On Wed, 2006-11-01 at 01:26 -08

Re: [PHP] why so slow?

2006-11-01 Thread Mel
This is my first php site and I have no idea where to look for a reason! On Nov 1, 2006, at 1:07 AM, Frank Arensmeier wrote: Bad day? /frank 1 nov 2006 kl. 09.55 skrev Mel: Could you think of why my site loads so slowly? http://www.squareinch.net/home.php -- PHP General Mailing List

Re: [PHP] why so slow?

2006-11-01 Thread Mel
So do you mean that's it is ok and not slow? On Nov 1, 2006, at 1:09 AM, Robert Cummings wrote: On Wed, 2006-11-01 at 00:55 -0800, Mel wrote: Could you think of why my site loads so slowly? http://www.squareinch.net/home.php That's a bit like asking us to read your mind. We

Fwd: [PHP] confused about where to load images

2006-10-05 Thread mel
hank you On Oct 5, 2006, at 4:19 AM, Jeremy Jefferson wrote: foreach($row as $jobType) { $row = mysql_fetch_array($result2,MYSQL_ASSOC); /* array variable= $row */ echo " {$row['jobType']} "; } - Original Message - From: Mel To: Jeremy Jefferson Sent: Thursday,

[PHP] Re: Securing areas of a web site with PHP

2003-01-01 Thread Mel Lester Jr.
You might consider using cookies that keep track of the user's login name and a bitwise status to control AAA (Authentication, Authorization, and Access0 controls instead of using session variables. -mel On Wed, 1 Jan 2003, Jean-Christian Imbeault wrote: > On my web site there are so