OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
php-general Digest 5 Mar 2006 15:06:46 -0000 Issue 3999

php-general-digest-helplists.php.net
Date: Sun Mar 05 2006 - 09:06:46 CST


php-general Digest 5 Mar 2006 15:06:46 -0000 Issue 3999

Topics (messages 231460 through 231474):

[JOB] LAMP Developer, Washington, D.C. | 80k
        231460 by: Beau Gould

[JOB] LAMP Developers, Los Angeles | 70-120k
        231461 by: Beau Gould

Re: Prepared statements
        231462 by: Julius Hacker
        231463 by: Anthony Ettinger
        231464 by: Julius Hacker
        231467 by: chris smith

¡¶¸ß¶û·ò³¤´ò¾øÕС·¡¶¸ß¶û·òʵսÐÄ·¨¡·
        231465 by: znbju6

Re: php/mysql/phpMyAdmin on an iBook?
        231466 by: chris smith

help with this error message please
        231468 by: Mark
        231469 by: Mark
        231470 by: chris smith

Re: Mysql Rows
        231471 by: tedd
        231472 by: chris smith

Re: output Today's date
        231473 by: tedd

Contact List Grabber
        231474 by: Ahmed Abdel-Aliem

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscribelists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscribelists.php.net

To post to the list, e-mail:
        php-generallists.php.net

----------------------------------------------------------------------

attached mail follows:


LAMP Developer, Washington, D.C. | 80k

Candidate must have solid skills and experience in developing robust web applications, using object oriented programming languages and techniques, and possess database design and optimization skills. You will interact with clients, co-workers and managers. Strong ability to partner and work in a fast-paced, collaborative team environment is a must. This is a web programming position, not a web design position.

Requirements (please have a majority of these skills):
* 2+ years of experience in PHP development
* 2+ years experience in MySQL, Oracle, PostgreSQL, Stored Procedures, database management and scripting/development
* Object Oriented Programming concepts and application experience
* XML, XSL, XSLT, XSL:FO
* SQL
* JavaScript
* CSS
* HTML
* Familiarity with Linux and/or the UNIX command line
* Experience dealing with Apache as a web server
* Able to trouble shoot other developers' code

To be considered for this position, candidates:

MUST live in the tri-state (D.C., VA, MD) area.
MUST work on-site at clients Washington, D.C location.
MUST be a US Citizen or GC holder

If you are interested in this position and live in the DC, VA or MD area, please submit resume, a paragraph or cover letter highlighting your experience as it pertains to this job and your salary requirements to beauopen-source-staffing.com

Linux Jobs: http://groups.yahoo.com/group/linuxjobz
Ruby/Rails Jobs: http://groups.yahoo.com/group/rubyrailsjobs
Python/Zope Jobs: http://groups.yahoo.com/group/pythonzopejobs
Open Source Jobs: http://groups.yahoo.com/group/opensourcejobs
LAMP Jobs: http://groups.yahoo.com/group/LAMPjobs

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.1.2/274 - Release Date: 3/3/2006
 

attached mail follows:


LAMP Developers, Los Angeles | 70-120k

LAMP Developers needed at all skill levels for multiple Los Angeles clients for full time, on-site jobs ranging from 70-120k + full benefits.

Candidates must be authorized to work in the United States and be local to the Los Angeles, CA area.

* At least 2 years of professional PHP web development experience
* Good to expert knowledge of PHP, including knowledge of OO programming a plus
* Strong experience with MySQL/SQL and creating database schemas.
* Experience with HTML, CSS and JavaScript.
* Knowledge of Unix/Linux.
* Knowledge of Apache web server.

Please send resume and full time salary requirements to beauopen-source-staffing.com

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.1.2/274 - Release Date: 3/3/2006
 

attached mail follows:


One other thing:
If I do the bind_param within the loop, it just works.

The curious is that I have to prepared statements for this loop (one for
inserting data and one for updating data) and the one for updating data
works and that for inserting don't.
Both statements are 100% valid.

Julius Hacker wrote:
> Hi,
>
> so I need help again:
> I want to use prepared statements to insert lots of data in my
> MySQL-database.
> For that I use foreach because I have an array containing all necessary
> information.
>
> Before that foreach, I use mysqli_stmt_init, mysql_stmt_prepare and
> mysql_stmt_bind_param.
> In the foreach-loop I give the variables, which I bound with bind_param,
> their values and want to execute the statement.
>
> But now MySQL returns always an error.
> It seems that the values I gave the variables in the loop aren't used
> because I used bind_param before that.
>
> In the example for mysql_bind_param they do it like me.
> Is the example also wrong or do I have to consider something special?
>
> --
> Regards
> Julius Hacker
>
> http://www.julius-hacker.de
> juliusfinalfuture.de
>
> OpenPGP-Key-ID: 0x4B4A486E
>
>

attached mail follows:


On 3/4/06, Julius Hacker <juliusfinalfuture.de> wrote:
> One other thing:
> If I do the bind_param within the loop, it just works.
>
> The curious is that I have to prepared statements for this loop (one for
> inserting data and one for updating data) and the one for updating data
> works and that for inserting don't.
> Both statements are 100% valid.
>
> Julius Hacker wrote:
> > Hi,
> >
> > so I need help again:
> > I want to use prepared statements to insert lots of data in my
> > MySQL-database.
> > For that I use foreach because I have an array containing all necessary
> > information.
> >
> > Before that foreach, I use mysqli_stmt_init, mysql_stmt_prepare and
> > mysql_stmt_bind_param.
> > In the foreach-loop I give the variables, which I bound with bind_param,
> > their values and want to execute the statement.
> >
> > But now MySQL returns always an error.
> > It seems that the values I gave the variables in the loop aren't used
> > because I used bind_param before that.
> >
> > In the example for mysql_bind_param they do it like me.
> > Is the example also wrong or do I have to consider something special?
> >
> > --
> > Regards
> > Julius Hacker
> >
> > http://www.julius-hacker.de
> > juliusfinalfuture.de
> >
> > OpenPGP-Key-ID: 0x4B4A486E
> >
> >
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>

Can you dump the error string reported back from the mysql database
connection? Could provide some insight as to why your INSERT fails,
and the UPDATE works.

--
Anthony Ettinger
Signature: http://chovy.dyndns.org/hcard.html

attached mail follows:


Anthony Ettinger wrote:
> On 3/4/06, Julius Hacker <juliusfinalfuture.de> wrote:
>
>> One other thing:
>> If I do the bind_param within the loop, it just works.
>>
>> The curious is that I have to prepared statements for this loop (one for
>> inserting data and one for updating data) and the one for updating data
>> works and that for inserting don't.
>> Both statements are 100% valid.
>>
>> Julius Hacker wrote:
>>
>>> Hi,
>>>
>>> so I need help again:
>>> I want to use prepared statements to insert lots of data in my
>>> MySQL-database.
>>> For that I use foreach because I have an array containing all necessary
>>> information.
>>>
>>> Before that foreach, I use mysqli_stmt_init, mysql_stmt_prepare and
>>> mysql_stmt_bind_param.
>>> In the foreach-loop I give the variables, which I bound with bind_param,
>>> their values and want to execute the statement.
>>>
>>> But now MySQL returns always an error.
>>> It seems that the values I gave the variables in the loop aren't used
>>> because I used bind_param before that.
>>>
>>> In the example for mysql_bind_param they do it like me.
>>> Is the example also wrong or do I have to consider something special?
>>>
>>> --
>>> Regards
>>> Julius Hacker
>>>
>>> http://www.julius-hacker.de
>>> juliusfinalfuture.de
>>>
>>> OpenPGP-Key-ID: 0x4B4A486E
>>>
>>>
>>>
>> --
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>>
>>
>
> Can you dump the error string reported back from the mysql database
> connection? Could provide some insight as to why your INSERT fails,
> and the UPDATE works.
>
MySQL returns "Column 'auction_house' cannot be null".
Here're some parts of my code:

--- code ---

$update = $this->sql->stmt_init();
$update->prepare("UPDATE auctions SET name=?, auction_house=?, link=?,
prize=?, runtime=?, bids=?, picture=? WHERE link=?");
$update->bind_param("sisdsiss", $auction_parts["name"],
$auction_house["id"], $auction_parts["link"], $auction_parts["prize"],
$auction_parts["runtime"], $auction_parts["bids"],
$auction_parts["picture"], $auction_parts["link"]);
       
$insert = $this->sql->stmt_init();
$insert->prepare("INSERT INTO auctions (auction_house, name, link,
prize, runtime, bids, picture) VALUES (?, ?, ?, ?, ?, ?, ?)");
$insert->bind_param("issdsis", $auction_house["id"],
$auction_parts["name"], $auction_parts["link"], $auction_parts["prize"],
$auction_parts["runtime"], $auction_parts["bids"],
$auction_parts["picture"]);

--- /code ---

after this, there's the loop, in which I do either $update->execute();
or $insert->execute(); - the $update->execute(); runs without problems
but the $insert->execute runs into the described problem.

--
Regards
Julius Hacker
       

attached mail follows:


> MySQL returns "Column 'auction_house' cannot be null".
> Here're some parts of my code:
>
> --- code ---
>
> $update = $this->sql->stmt_init();
> $update->prepare("UPDATE auctions SET name=?, auction_house=?, link=?,
> prize=?, runtime=?, bids=?, picture=? WHERE link=?");
> $update->bind_param("sisdsiss", $auction_parts["name"],
> $auction_house["id"], $auction_parts["link"], $auction_parts["prize"],
> $auction_parts["runtime"], $auction_parts["bids"],
> $auction_parts["picture"], $auction_parts["link"]);
>
> $insert = $this->sql->stmt_init();
> $insert->prepare("INSERT INTO auctions (auction_house, name, link,
> prize, runtime, bids, picture) VALUES (?, ?, ?, ?, ?, ?, ?)");
> $insert->bind_param("issdsis", $auction_house["id"],
> $auction_parts["name"], $auction_parts["link"], $auction_parts["prize"],
> $auction_parts["runtime"], $auction_parts["bids"],
> $auction_parts["picture"]);
>
> --- /code ---
>
> after this, there's the loop, in which I do either $update->execute();
> or $insert->execute(); - the $update->execute(); runs without problems
> but the $insert->execute runs into the described problem.

So at some point the $auction_parts['id'] is empty.

As you go into the loop, print out the $auction_house["id"], then work
backwards...

--
Postgresql & php tutorials
http://www.designmagick.com/

attached mail follows:


×Éѯµç»°£º13661106282
¶©¹ºÓÊÏ䣺 mld1211sina.com
ÁªÏµÈË£º ÀîС½ã

×÷Æ·¼ò½é£º
ÕŽ¨¹ú£¨µÏ¸ü˹¡¤ÕÅ(Dickens Chang)£©£¬ÃÀ¼®»ªÈË£¬ÖøÃû»­¼Ò£¬ÒµÓà¸ß¶û·òÇòÊÖ¡£
ÕŽ¨¹úÏÈÉúƾ½èÆä¶àÄê¶Ô¸ß¶û·òÔ˶¯µÄÉî¿ÌÀí½âºÍ¹ýÓ²µÄÓ¢ÎŦµ×£¬ÏȺó±àÖøÁË¡¶ºî¸ù³¤´ò¾øÕС·¡¢¡¶Íß³¼¶Ì´òÃØóÅ¡·ºÍ¡¶Î޵и߶û·òÐÄ·¨¡·£¬×Ô1993Ä꿪ʼ£¬Â½ÐøÔŲ́Íå³ö°æ£¨·±Ìå°æ£©¡£ÎÊÊÀÖ®ºó£¬¶ÁÕߵķ´Ó¦¼«ÎªÈÈÁÒ£¬ÀúÊ®ÓàÄê¶ø²»Ë¥¡£¾­¹ý×÷ÕßÖØÐÂÉ󶨣¬ÏÖ´úÇòÍõ¡°ÀÏ»¢¡±µÄ¾ø¼¼Ò²±»ÄÉÈëÆäÖУ¬ÓÚÊÇÒ»Ì××îеÄÈ«ÐÂÍêÃÀ°æÓÚ2005Äê10Ô£¬Óɱ±¾©ÌåÓý´óѧ³ö°æÉçÕýʽ³ö°æ£¬ÔÚÖйú´ó½Óë¸ßÇò°®ºÃÕßÃǼûÃæÁË¡£
¸ÃÌ×Êé²ÉÓÃÊ®Áù¿ª°æ±¾£¬¡¶¸ß¶û·ò³¤´ò¾øÕС·Óë¡¶¸ß¶û·ò¶Ì´òÃØóÅ¡·ÊDZ¾Ì×׍ָµÄ¼¼·¨£¬ÊǽáºÏÌåÁ¦ÓëÄÔÁ¦µÄ¸ß¶È·¢»Ó¡£¡¶¸ß¶û·ò³¤´ò¾øÕС·Óë¡¶¸ß¶û·ò¶Ì´òÃØóÅ¡·¶þÊ飬·Ö±ð²ûÊö¸ßÇò»Ó¸ËµÄ»ù±¾¶¯×÷£¬ÒÔ¼°½üÉí¶Ì´òµÄµÃ·Ö¹Ø¼ü£¬ÊÇÇòÓÑÍ»ÆÆ100-90-80-70¡­¸Ë¡¢³ä·ÖÏíÊܸßÇòÀÖȤµÄ±Ø±¸±¦µä¡£¡¶¸ß¶û·òʵսÐÄ·¨¡·ÊDZ¾Ì×׍ָµÄÐÄ·¨£¬Òò´Ë£¬ÕâÈý±¾ÊéÊÇÒ»Ì×Äѵõĸ߶û·ò½ø½×½Ì¿ÆÊé¡£

¡¶¸ß¶û·ò³¤´ò¾øÕС·°Ñºò¸ù£¨Ben Hogan£©Ò»ÉúµÄ¾øÑ§È«²¿ÕªÂ¼ÔÚÒ»Æð£¬ÏµÍ³µØ½éÉÜÁ˺ò¸ùµÄ³¤´òÎå¾øÕС£ºî¸ùÊÇÊÀ½ç¹«Èϵĸ߶û·ò¡°Ê¥ÈË¡±£¬Èç½ñÊÀ½ç¸ß¶û·òÑ¡ÊÖÓë½ÌÁ·ÃÇÈÔÈ»°ÑËûµÄ¡°Îå¾øÕС±·îΪ±¦µä¡£
ºî¸ùÒ²ÊǰѻӸ˶¯×÷±ê×¼»¯µÄµÚÒ»ÈË¡£¡¶¸ß¶û·ò³¤´ò¾øÕС·£¬¼´ËÑÂÞÁËÕâλÊÀ½ç¹«Èϵĸ߶û·òÊ¥È˺î¸ùÒ»ÉúµÄ¸ßÇò¾øÑ§£¬¾­×÷ÕßÕŽ¨¹úÒÔϸÄå¿ÆÑ§·½·¨·ÖÎö£¬ÓÃÇáËÉÏ´Á¶µÄÎÄ×Ö£¬¸¨ÒÔÃÀ»¯µÄͼ°¸£¬²ûÊöÁ˺î¸ù30Äê¸ßÇòÉúÑĵľ«»ª¡£
È«ÊéÖØµãÇ¿µ÷Çò¼¼»ù±¾¶¯×÷£¬·ÖΪÎո˷¨¡¢Õ¾×˺ÍÃéÇò£¬Ìá¸ËÉϻӻӸ˷¨¡¢Ï»ӻ÷Çò»Ó¸Ë·¨£¬¼°ÍòÁ÷¹é×ÚµÈÎå´ó¾øÕС£ÕÐÕо«±Ù£¬ÊǺî¸ùÃæÁÙÈκÎѹÁ¦Ï±ÈÈüʱ£¬»Ó¸ËÒ²²»»á»ÄÇ»×ß°åµÄÃØ¾÷¡£

¡¶¸ß¶û·ò¶Ì´òÃØóÅ¡·Êǹú¼Ê¸ß̳ËÄ´óÌìÍõÖ®Ò»µÄÍß³¼£¨Tom Watson£©ÀµÒÔ³ÉÃûµÄ¶Ì´ò¾ø»îµÄ´ó¹«¿ª¡£ÃØóź­¸ÇÁËÁ·Ï°·½·¨¡¢Ã¿Ò»ÖÖ¸ßÅ×Çò¡¢¶ÌÇÐÇò¡¢ÍƸˡ¢É°¿ÓÇòµÄ·Ö½â¶¯×÷¼°½â¾öÖ®µÀµÈ¡£Íß³¼µÄÈ«²¿¶Ì´ò¾øÕУ¬½«ºÁÎÞ±£Áô£¬ÆÊÎö³ÊÏÖÔÚÇòÓÑÃæÇ°¡£

¡¶¸ß¶û·òʵսÐÄ·¨¡·ÊÇ×÷Õß¶àÄêÅ»ÐÄÁ¤ÑªÖ®×÷¡£
È«Êé·ÖΪÈý¸ö²¿·Ö£º
µÚÒ»²¿·ÖÊÇ¡¶¸ß¶û·ò³¤´ò¾øÕС·ºÍ¡¶¸ß¶û·ò¶Ì´òÃØóÅ¡·µÄ³É¹ûÑéÊÕ£¬ÊÇÕâÁ½±¾ÊéµÄÑÓÐø¡£
µÚ¶þ²¿·ÖÊÇ¡°ÉñÓΡ±¡£×÷Õ߰ѵ±½ñÊÀ½çÉϵÄһЩ¼«ÓÐÌØÉ«¡¢¼«ÃÀµÄÇò³¡ÓÃÒÕÊõµÄÊÖ·¨»­³ÉÓÍ»­£¬½«ËüÃǵÄÌØµãºÍÆø·ÕÒÔÖʸм°É«²ÊºæÍгöÀ´£¬Äã¿ÉÒÔÒÀ¾°ËæÒâÉ趨×Ô¼ºµÄÂäÇòµã£¬Ô¾ÈëÊéÖлӸˡ£
µÚÈý²¿·Ý²ÅÊÇÐÄ·¨£¬ËüÊÇ´¿´âÄÚÊ¡ÐԵġ¢Æô·¢ÐԵġ¢ÕÜѧÐԵġ£ÐÄ·¨ÔÚÈ«ÊéÖÐÓëÉñÓÎÅäºÏ£¬Æ¬¶ÎµØ´©²å³öÏÖ£¬ÒÔ±ã¶ÁÕßÍêÈ«ÎüÊÕ¡£ËüÊÇÒ»°ÑÒ»°ÑµÄÔ¿³×£¬ÄÜ¿ªÆôÐí¶à·â³¾ÒѾõı¦²ØÏ䣬ҲÄÜÊͷųö¾Þ´óµÄÄÜÁ¿¡£ÄãÒªÒ»ÔòÒ»ÔòµÄϸÐÄ´§Ä¦£¬½«ËüÔËÓÃÔÚ×Ô¼ºµÄÇò¼¼ÉÏ£¬ÉõÖÁÓÃÔÚÈκÎÉú»îÖС¢ÊÂÒµÉϵÄÒÉÄÑÔÓÖ¢ÉÏ¡£²ÎÎòÐÄ·¨µÄʱºòÐÄÒª¾²£¬ÀÛÁ˾ͿÉÒÔ»ØÓÍ»­ÖÐÈ¥ÉñÓÎÒ»»á¶ù¡£

ÏêϸÄÚÈÝÇëµÇ½ÐÂÀËÍø¸ß¶û·òƵµÀ----±¾¹þÒªÃØóÅ´ÔÊéÁ¬ÔØ
¡¶¸ß¶û·ò³¤´ò¾øÕС·¡¡170.00Ôª/²á¡£
¡¶¸ß¶û·ò¶Ì´òÃØóÅ¡·¡¡160.00Ôª/²á¡£
¡¶¸ß¶û·òʵսÐÄ·¨¡·¡¡150.00Ôª/²á¡£
ÿÌ׺ϼÆ480.00Ôª£¬³ÉÌ×¹ºÂò¿É¾ÅÕÛÓŻݡ£
×Éѯµç»°£º13661106282
¶©¹ºÓÊÏ䣺 mld1211sina.com
ÁªÏµÈË£º ÀîС½ã

attached mail follows:


On 3/5/06, Paul Jinks <paulpauljinks.co.uk> wrote:
> Hi everyone
>
> I'm thinking of getting an iBook for reasons not really to do with
> webbing but really need to do occasional php/mysql stuff to justify the
> expense. I believe that they all come with an Apache testing server
> installed and wondered if anyone had any success with getting
> php/mysql/phpMyAdmin working on one of these machines.
>
> Thanks in advance
>
> Paul

You should be able to run it all without any problems - you'll
probably need to compile from source for php & mysql (maybe there are
mac packages available I have no idea) but I doubt you'll find any
issues.

attached mail follows:


Can anyone tell me why i am getting this message when trying to login to the
admin section, i am running the script off my local machine.

Warning: session_register() [function.session-register]: Cannot send session
cookie - headers already sent by (output started at
C:\VertrigoServ\_htdocs\mytipperV4.1\settings.php:2) in
C:\VertrigoServ\_htdocs\mytipperV4.1\checkadmin.php on line 44

attached mail follows:


Can anyone tell me why i am getting this message when trying to login to the
admin section, i am running the script off my local machine.

Warning: session_register() [function.session-register]: Cannot send session
cookie - headers already sent by (output started at
C:\VertrigoServ\_htdocs\mytipperV4.1\settings.php:2) in
C:\VertrigoServ\_htdocs\mytipperV4.1\checkadmin.php on line 44

attached mail follows:


On 3/5/06, Mark <neretliswestnet.com.au> wrote:
> Can anyone tell me why i am getting this message when trying to login to the
> admin section, i am running the script off my local machine.
>
> Warning: session_register() [function.session-register]: Cannot send session
> cookie - headers already sent by (output started at
> C:\VertrigoServ\_htdocs\mytipperV4.1\settings.php:2) in
> C:\VertrigoServ\_htdocs\mytipperV4.1\checkadmin.php on line 44

It tells you the problem:

output started at C:\VertrigoServ\_htdocs\mytipperV4.1\settings.php:2

Maybe there's a space or blank line before a php open tag?

--
Postgresql & php tutorials
http://www.designmagick.com/

attached mail follows:


R O B said:

>That Rod guy, he's such a card! I'd add something, but Jay has already
>covered my list in a more recent email than this one to which I'm
>responding :)

jblanchard (who I think is Rod) said:

>A SQL question on a PHP mailing list usually gets more than ribbing. ;)

No harm done -- I been hammered much worse and occasionally for good reason.

But you're right, I should have directed my question to a mysql
group. I just joined and expanded an ongoing thread on this subject.

However, my apologies to the group for going off-PHP just one more time.

For sake of argument, let's agree that renumbering dB's is not a good
idea -- so if you want to sequentially step through the records, then
how do you do it?

Thanks -- I do appreciate the feedback (even ribbing).

tedd
--
--------------------------------------------------------------------------------
http://sperling.com

attached mail follows:


On 3/6/06, tedd <teddsperling.com> wrote:
> R O B said:
>
> >That Rod guy, he's such a card! I'd add something, but Jay has already
> >covered my list in a more recent email than this one to which I'm
> >responding :)
>
> jblanchard (who I think is Rod) said:
>
> >A SQL question on a PHP mailing list usually gets more than ribbing. ;)
>
> No harm done -- I been hammered much worse and occasionally for good reason.
>
> But you're right, I should have directed my question to a mysql
> group. I just joined and expanded an ongoing thread on this subject.
>
> However, my apologies to the group for going off-PHP just one more time.
>
> For sake of argument, let's agree that renumbering dB's is not a good
> idea -- so if you want to sequentially step through the records, then
> how do you do it?

The simplest example (most recent to oldest):

select * from table order by datefield desc;

To get them in the order they were entered:

select * from table order by id asc;

To get them in reverse order:

select * from table order by id desc;

Depends what data you have and what you are trying to do exactly.

--
Postgresql & php tutorials
http://www.designmagick.com/

attached mail follows:


>Hi all,
>
>ls there anyway I can set the date to the timezone of the clients
>timezone? For example, if a person opens the web page at 3/6 12:01
>EST and another person opens the same page at 3/5 10:01 MST I would
>like the date to be the above days on the client computers. I know
>everyone knows this but the way I described this the two people
>accessed the webpage at the same time but I want the correct date for
>the client computer to be outputted.
>
>Thank you,
>
>Paul

Paul:

You might look into strftime()

Also:

http://www.weberdev.com/get_example-3289.html
http://www.weberdev.com/get_example-471.html

tedd
--
--------------------------------------------------------------------------------
http://sperling.com

attached mail follows:


Hi
i would like to make a script to import contact list from msn, yahoo
and gmail instant messenger.
any ideas or tutorial on how to do that.
any help will be appreciated
thanks in advance

--
Ahmed Abdel-Aliem
Web Developer
www.SafariStudio.net
+20101108551
registered Linux user number 382789