On Tue, 2003-11-18 at 23:55, Greg Donald wrote:
> On Tue, 18 Nov 2003, Ryan Thompson wrote:
>
> >What you can't find at php.net/manual/en you can find on google. But I have a
> >question for you. Correct me if I'm wrong but isn't a subnet mask of
> >255.255.248.0 invalid??? I thought it had
I'm not sure if this is what you're looking for but if it is it will be
much easier the regex's
http://ca.php.net/manual/en/ref.ctype.php
The functions here look to see if variables are alpha, numeric, or
alpha/numeric and some other stuff.
On Thu, 2003-11-20 at 01:24, Jake McHenry wrote:
> Can
On Fri, 2003-11-21 at 10:51, Frank Tudor wrote:
> I am trying to create a timer tha would prevent someone from
> clicking submit until the timer reaches zero.
>
> THe reason is to keep an individual on a page for a certain
> amount of time.
>
> Does anyone know the best way to do this?
>
> PHP?
On Fri, 2003-11-21 at 17:01, ike strong wrote:
> I don't know if this is the right place to ask this,
> but can anyone help me to figure out why each time I
> try to access my database using:
>
>c:\mysql\bin\inmysql -root -p
>
> and afterwards:(i.e. after the password prompt)
>
>
On Sat, 2003-11-22 at 13:57, Pieter wrote:
> I recently started coding online and i have the weirdest response, my code is:
>
>
> include 'function.inc';
>
> echo "$id";
>
> print (gettype($id));
>
> if ($id = "add" )
>
> {
>
> echo "is add";
>
> exit;
>
> }
>
>
> if ($id = "own" )
>
On Tue, 2003-11-25 at 00:42, Joffrey Leevy wrote:
>
> Would appreciate in anyone can help me.
>
> Let's say I do a query in php, eg. $query = "select
> shed from structure"; With the mysql_fetch_array
> function and a loop I could see all the values stored
> in the column, shed, using the comman
On Tue, 2003-11-25 at 11:57, Thomas Svenson wrote:
> Hi,
>
> It would be nice if the moderator of this, and the other PHP-lists could fix
> so the listserver automatically add a Reply-To header to all the mails.
>
> When I hit Reply my message would then automatically reply to the list and
> not
On Tue, 2003-11-25 at 13:50, Chris Shiflett wrote:
[snip]
> Some Web sites I have visited think it is helpful to use some client-side
> scripting to move the focus from the first text field to the second after
> three numbers have been entered. So, when the user hits tab after entering
> the first
On Thu, 2003-11-27 at 00:29, [EMAIL PROTECTED] wrote:
>
>
> Important notice
>
>
> We have just charged your credit card for money laundry service in amount of $134.65
> (because you are either child pornography webmaster or deal with dirty money, which
> require us to laundry them and then s
On Fri, 2003-11-28 at 23:55, Bronislav Klucka wrote:
> I've just realized I'm replaying to JeRRy only Could anybody fixt this
> problem by setting the Reply To header correctly? to be able to reply PHP
> conf. directly using Reply button?!!!
>
> Brona
>
> --
> PHP General Mailing List (http:
What if you use something like SourceForge. If you try to access a page
the requires you to be logged in when it redirects you to the login page
it includes in the URL the page that the user tried to access
(ie login.php?redirect=page3.php) Then when the user successfully logs
in they redirect to t
11 matches
Mail list logo