Jump to content
Larry Ullman's Book Forums

bharat

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by bharat

  1. Dear Sir/Mam, I am learning

    PHP 6 and MySQL 5 for Dynamic Web Sites in chapter 16 User Registration at register.php page, I found require_once (MYSQL); in line 10. But within ch16 folder there are no MySQL , and there is no extension like .php or .html. So I was thinking it is wrong or may be require_once (mysqli_connect);instead require_once (MYSQL); . Plz conform me.Regards, Bharat

  2. Dear Larry,

    (http://us3.php.net/collator).

    I have chack above link but I can not understand howto use, When I run following example It will display error (Fatal error: Class 'Collator' not found in:)

    <?php

    $coll = collator_create( 'en_US' );

    $arr = array( 'at', 'às', 'as' );

     

    var_export( $arr );

    collator_sort( $coll, $arr );

    var_export( $arr );

    ?>

    So I am requesting to you kindly give me proper suggestion. I am using wamp. Its have following version :

    Apache Version :2.2.21 PHP Version :5.3.8 MySQL Version :5.5.16

    Version 2.English Version

     

    Plz provide me some code so I can solve this problum as soon as possible.

×
×
  • Create New...