Re: [PHP] Re: Connecting to MySQL Sever using PHP5

2005-10-13 Thread Andreja Simovic
- Original Message - From: "Mark Rees" <[EMAIL PROTECTED]> To: Sent: Thursday, October 13, 2005 11:54 AM Subject: Fw: [PHP] Re: Connecting to MySQL Sever using PHP5 Back to the list - please use reply-all - Original Message - From: "Andreja Simovic&qu

Re: [PHP] Between Query (0T)

2005-05-09 Thread andreja
I am not sure but maybe something like this is posible $current_year = date(Y); $qry = "SELECT * FROM `table` WHERE ($current_year-YEAR(birthday)) BETWEEN 25 AND 26" "Matthew Weier O'Phinney" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >* Ryan A <[EMAIL PROTECTED]> : >> Than

Re: [PHP] HUMAN CHECK without url/session cookie/hidden input, etc.

2005-04-03 Thread andreja
i am pretty new in all of this, but i added this sites to restricted web sites in IE settings, so now it doesnt work at all "Ryan A" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > check up on CAPTCHA on google or your favourite search engine > > -Ryan > > > On 4/3/2005 11:35:03 P

Re: [PHP] HUMAN CHECK without url/session cookie/hidden input, etc.

2005-04-03 Thread andreja
did anyone tryed to paste this in address https://nokiags.wdsglobal.com/imageservlet "Ryan A" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > check up on CAPTCHA on google or your favourite search engine > > -Ryan > > > On 4/3/2005 11:35:03 PM, nime ([EMAIL PROTECTED]) wrote: >> A

[PHP] very good resource

2005-04-03 Thread andreja
http://www.downloadfreetrial.com/scripts/php/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: eregi problem

2005-04-03 Thread andreja
I really dont know :) <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I m trying to check $GP[sifre] variable, $GP[sifre] must consist of alpha > numeric chars only. here, how I check the variable: > > if((eregi("[^a-zA-Z0-9]",$GP[sifre]) >echo 'true'; > else >echo 'false';

[PHP] Re: eregi problem

2005-04-03 Thread andreja
i'm not familliar with regular expresions but i think that ^a-z - means that variable must start witx a-z characters you can chek it here: http://www.php.net/manual/en/reference.pcre.pattern.syntax.php <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I m trying to check $GP[sifre

[PHP] Re: image_type

2005-04-03 Thread andreja
I realy dont understand what are you saying :) "William Stokes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > I was under impression that php automatically gives values to image_type > and image_name if one tries to upload image from a web form if the name of > the up

[PHP] Re: How to insert and select images from postgres db

2005-04-03 Thread andreja
same thing for inserting, or similar but youl have to read file s something like: "J.F.Kishor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I am having a problem in storing and selecting images in and > from postgres. > > My requirement is I have to select the image fro

[PHP] Re: How to insert and select images from postgres db

2005-04-03 Thread andreja
i have done this before, but with mysql here is the way: now your link in other file , whitch will display a picture, would be "J.F.Kishor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I am having a problem in storing and selecting images in and > from postgres. > >

[PHP] help with GD

2005-04-03 Thread andreja
is there any way to edit and resize animated gifs in PHP? with imagegif() i only get a static image -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php