Search results

  1. C

    Sockets and Mac OS Remote address

    Hello, I am writing a script that uses sockets to attach to a local computer and read a mysql dump file. Now I've successfully achieved this on a windows machine w/ no problem using this simple method: #---- create connection to local machine ----------- $remote_address = getenv(...
  2. C

    phpinfo() not showing changes

    Hello, I have successfully installed php and mysql on this machine. When I log on via the command line to modify the php.ini I can modify it successfully but when I go to view my phpinfo() script which is at: http://localhost/test.php it shows none of my modifications. For...
  3. C

    permissions problems modifying php.ini file

    Hello, There are 2 user accounts on my work G5 computer. I have successfully installed php and mysql on this machine. When I log on via the command line to modify the php.ini file in either account, I don't have permissions to modify the php.ini file via pico. Any ideas? Thanx...
Back
Top