On Sun, Jan 19, 2003 at 09:34:02AM -0500, John W. Holmes wrote:
>> I tried this :
>>
>> $dobtimestamp = mktime(0,0,0,$cboMM,$cboDD,$cboYY);
>> $todaytimestamp = time();
>> $txtAge = ($todaytimestamp - $dobtimestamp)/86400;
>>
>> It does not give me the expected output.
>>
>> Can anybody suggest
hello,
i have a page where the user selects a category. they are
directed to a page that takes them to subactegory and displays the
subcategory according to category id.
my question is can i from there direct them to a particular
page from a list of a number of different pages according to the
Rodrigo Corrêa wrote:
I´m new with MySQL, i´m just wondering if there is a way to get the IP from a MySQL Server, since i acess this by localhost in the webserver
even if you could, the MYSQL admin probably set your account to access
your data with a LOCALHOST permission only... so if you
Matthew Nock wrote:
Hi all,
I am currently building a site for a cinema to display session times, film synopsis' etc...
I have built the database as follows:
TABLE: film_detail
FilmID
FilmName
FilmRunTime
FilmRating
FilmSynopsis
etc...
TABLE session_data
session_ID
session_filmID
session_Sta
Hi,
how have I to define the calling and a function to work with
two values exported to a function that return one result.
Concret I want to include a grouped-price-function in a shopping-application.
The function to find the right price needs the product_id and the quantity.
It returns the produ
$arr = array(".co.uk",".com",".net",".me.uk");
echo "Top Level Domains: ";
while(list(,$tld)=each($arr)) {
echo $tld.", ";
}
On Sun, 19 Jan 2003, Dave Carrera wrote:
> Hi All
> I am trying to create a tld lookup script for uk and main us domains.
>
> I have success by creating multiple functi
This should work. You were on the right track, although you might want to
use better var names so you don't get confused. You can see I have changed
them to what I would normally use.
Adam
mail To all my list
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www
Hi All
I am trying to create a tld lookup script for uk and main us domains.
I have success by creating multiple function hardcode the whois server
and tld but I would love to be able to make an array of tlds then step
through the array to check availability of domain.
Example
$arr = array(.
hello,
i have a page where the user selects a category. they are
directed to a page that takes them to subactegory and displays the
subcategory according to category id.
my question is can i from there direct them to a particular
page from a list of a number of different pages according to the
Sorry... here is the attach!
Sabina Alejandra Schneider
[EMAIL PROTECTED]
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am writing to you to report a problem, which I haven't found in the
FAQs and errors. I have installed Apache 1.3.27 for Windows, with PHP4 and
Mysql 1.4 and when I try to see a page, that contains sessions there appears
an error- window that says that Windows closes Apache, because it has
gen
Miguel Ward <[EMAIL PROTECTED]> wrote:
> Just upgraded my Oracle installation from 8.1.7.3 to 8.1.7.4.
>
> From that moment on, apache/php will not start (just hangs).
>
> Tried 'make'ing Apache and php again but same result.
>
> Checked oracle variables, etc and all seem to be okay (it was wor
> Just a question, is it possible to dynamically create an excel
spreadsheet
> from data in a mysql database the excel sheet does not have to be
> displayed,
> just to be sent to print, to give better print quality than a webpage
> tables
> equivalent.
>
> Or is there another way of doing this?
E
Just a question, is it possible to dynamically create an excel spreadsheet
from data in a mysql database the excel sheet does not have to be displayed,
just to be sent to print, to give better print quality than a webpage tables
equivalent.
Or is there another way of doing this?
__
> In my application I am accepting Day, Month and Year from a Select
List.
> What I want to do is calculate the age of the person based on the
above
> selection.
>
> $cboDD is the day variable
> $cboMM is the month variable
> $cboYY is the year variable
>
> I tried this :
>
> $dobtimestamp = mkt
Hello,
In my application I am accepting Day, Month and Year from a Select List.
What I want to do is calculate the age of the person based on the above
selection.
$cboDD is the day variable
$cboMM is the month variable
$cboYY is the year variable
I tried this :
$dobtimestamp = mktime(0,0,0,$cbo
16 matches
Mail list logo