[PHP] Re: quick question about using capital letters coding w/ PHP

2005-07-24 Thread Matthew Weier O'Phinney
* Bruce Gilbert <[EMAIL PROTECTED]>: > I am well versed in coding with xhtml which requires all lower case > and am pretty much a newbie at PHP so that is why I am asking this > question. > > is this acceptible > > if ($_post [sender_email] == "") or does at have to be if ($_POST > [sender_email]

[PHP] Re: quick question

2004-06-19 Thread water_foul
I would also like to know how to set a cookie to all dirs in a domain > how do you set a system path to the top level, i allredy tried '/' but it ignores the last '. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Quick question: PHP user?

2003-10-10 Thread Curt Zirzow
On Fri, 10 Oct 2003 16:44:37 -0500, Grant Rutherford <[EMAIL PROTECTED]> wrote: Hi, Just a quick question... What user does php run as on linux? Is it the Apache user? Is there some way to tell? I need to be able to set a directory so that only PHP can access it. You can figure who apache/

[PHP] Re: quick question

2002-08-15 Thread Bogdan Stancescu
http://www.php.net/manual/en/ref.classobj.php Chris Barnes wrote: > hey people, > I have been seeing something in a few php scripts i've been playing with and > i really dont know what it means or does. I'm only new to php so maybe > someone could explain. > > i have been seeing "->"...e.g. whil

[PHP] Re: Quick question about no result

2001-11-15 Thread Richard Lynch
Dan McCullough wrote: > I want to show a default piece of information if my query returns no > result, and what I mean by no result is the query for a store in a certain > state doesnt exist. http://php.net/mysql_num_rows (Or sybase_num_rows, or odbc_num_rows, or whatever your database is.) If