User Profile

Collapse

Profile Sidebar

Collapse
cypherinfo
cypherinfo
Last Activity: Jun 23 '10, 02:44 PM
Joined: Mar 2 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How To Populate A Field In A MySQL With uniqueid()?

    Hello, I'm a newbye here and about PHP; be patient please :-)

    I have a mySQL table with 15000 rows; I need to populate a field of it (varchar(15)) - to be used in a way similar to a primary key - with the uniqid() PHP function.

    The algorithm is:

    1 - positioning to the first row (record);
    2 - generating a value with the uniqid() function;
    3 - updating with it an empty field of that record;...
    See more | Go to post

  • cypherinfo
    replied to print_r(ini_get_all()); does not work!
    in PHP
    Hello and thanks for your reply; I tried your code and same issue.

    Bye.


    Cypherinfo.
    See more | Go to post

    Leave a comment:


  • cypherinfo
    replied to print_r(ini_get_all()); does not work!
    in PHP
    Hi, if I try to change the code as here:

    Code:
    <?php
    
    print_r(ini_get_all());
    
    ?>
    I get a blank page!



    Cypherinfo.
    See more | Go to post
    Last edited by Atli; Mar 2 '10, 05:21 PM. Reason: Added [code] tags.

    Leave a comment:


  • cypherinfo
    replied to print_r(ini_get_all()); does not work!
    in PHP
    To tell the truth I was managing to change the magic quotes setting in the php.ini.

    Before that edit all right, after it the fault. The issue does not disappear even after I set the php.ini to the previouse settings.

    The two php.ini I as editing are in the following folders:
    the first here: C:\xampp\apache \bin\php.ini
    the second here: C:\xampp\php\ph p.ini

    I have attached the section of them...
    See more | Go to post

    Leave a comment:


  • cypherinfo
    started a topic print_r(ini_get_all()); does not work!
    in PHP

    print_r(ini_get_all()); does not work!

    Hello, this is my first post in here and when I try to run the following script:

    Code:
    <?php
    echo "<pre>";
    print_r(ini_get_all());
    echo "</pre>";
    ?>
    in my Apache web server installed on a windows vista business computer, I do net get any results but the following:

    "; print_r(ini_get _all()); echo ""; ?>

    How to fix...
    See more | Go to post
    Last edited by Atli; Mar 2 '10, 05:22 PM. Reason: Added [code] tags.
No activity results to display
Show More
Working...