Kevin Wilcox wrote:
I have a feeling this may be the wrong group to ask this question, but
I thought that if it is, someone can point me in the right direction.
I'm working on a application written in "C" that needs to parse and
understand php arrays that have been serialized and stored in a MyS
On Sat, 21 Oct 2006 19:55:17 -0400
Fred Moses <[EMAIL PROTECTED]> wrote:
> Is there a function which returns the IP address of the requestor of the
> current page?
>
> --
Don't think so but there is a superglobal that contains it:
$_SERVER['REMOTE_ADDR']
--
PHP General Mailing List (http:/
Is there a function which returns the IP address of the requestor of the
current page?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have a feeling this may be the wrong group to ask this question, but
I thought that if it is, someone can point me in the right direction.
I'm working on a application written in "C" that needs to parse and
understand php arrays that have been serialized and stored in a MySQL
table. I started w
Marc Roberts wrote:
Is it possible to use php to check that the .css file in the html of a
web page is the correct one e.g. check if the file included in the html
is new.css.
I think I will have to write a regex but if anyone has any ideas (or
already has a regex to do this), it would be much
On 21/10/06, Dotan Cohen <[EMAIL PROTECTED]> wrote:
I'm in the horrible situation where I need a one-page script to hold
it's own password and validate itself. I coded this together, I want
this lists opinion as to whether or not it holds water, considering
the circumstance:
The idea is that t
I'm in the horrible situation where I need a one-page script to hold
it's own password and validate itself. I coded this together, I want
this lists opinion as to whether or not it holds water, considering
the circumstance:
The idea is that the user could call the page like this:
http://server.
Dave Goodchild wrote:
> Hi all. I have an online events directory and am having some issues with
> date calculations. I have a table of dates (next year) and an events table
> - which have a many to many relationship and so use an intermediary
> mapping table called dates_events. All good - when t
For PHP, the HTML is pretty much a bunch of chars (a string) and
nothing more, which that lets with one (initial) option: search the HTML
for a given string.
Marc Roberts wrote:
Is it possible to use php to check that the .css file in the html of a
web page is the correct one e.g. check if th
Roman Neuhauser wrote:
> # [EMAIL PROTECTED] / 2006-10-19 16:05:58 -0500:
>> try
>> {
>> $objStatement->execute($arrParams);
>> $intID = $objStatement->fetchColumn();
>> $objStatement->closeCursor();
>> }
>> catch (PDOException $objEx)
>> {
>> error_log(get_class($objEx));
>> //
Hello,
I'm looking for Berger table generation solution in PHP, for any (parity)
number of teams. I'm working on it couple of hours, but haven't made anything
useful. Please help! :)
--
Szymon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.p
Wow, that was deep but I'll try to see to what you're saying.
Bunmi
www.ayserve.net
www.budelak.com
Robin Vickery wrote:
On 18/10/06, AYSERVE.NET <[EMAIL PROTECTED]> wrote:
Hello Guys,
I thought I was home and dry when the program worked fine on my windows
but when I ran from my Linus server, I
# [EMAIL PROTECTED] / 2006-10-19 16:05:58 -0500:
> try
> {
> $objStatement->execute($arrParams);
> $intID = $objStatement->fetchColumn();
> $objStatement->closeCursor();
> }
> catch (PDOException $objEx)
> {
> error_log(get_class($objEx));
> // Actually handle the exception
> }
13 matches
Mail list logo