Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    PHP




Anyone Familiar With PHPMyAdmin?


In this script that I'm installing it says:
"In PHPMyAdmin, click on browse items and then
click on install. Enter an item id say 1? And
then enter the name for that item."

I don't see browse items anywhere and I don't see install anywhere. If they mean browse the items link on the left hand column then when I do that I still don't see install anywhere. Does anyone know what I have to actually do?




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Anybody Here Familiar With PayPal PDT?
Please let me know if someone here knows how to integrate php with PayPal's PDT.

Developers Familiar With CORBA?
I am aware that PHP can access the CORBA framework using PHP-ORBit or
Universe. But how many developers or companies would feel comfortable
developing a fully client-server application this way?

To be more specific, assume the following scenario. I wish to build a
web application and want to outsource the front-end design (HTML, CSS,
text, graphics) and related technical functionality (sessions, user
login), but keep all of the business object logic internal to my
company. I would spec a unified service interface so that all requests
to my internal code would be standardised.

Beyond PHPMyAdmin
I am looking for PHP suite similar to PHPMyAdmin that lets me manage a
database from a web server. However what I want to be able to do is
create custom forms for data entry rather than the automatically
generated forms that PHPMyAdmin makes.

Do you know of any such php-based solutions?

PhpMyAdmin
I have recently installed PHP Easy Windows on my win2k machine. Everything works fine, except when I try run phpMyAdmin (http://phpwizard.net) I get an error.

C++ debugger says:
Unhandled exception in php.exe (PHP4TS.DLL): 0xC0000005: Access violation

My own mysql apps works fine.

Phpmyadmin
This may be seen as being off-topic, but I am not sure where I need to
look for the appropriate documentation/tutorial. All I would like to
know, if where (on a Linux system), I need to edit a file which will
stop my login timing out after 3600 seconds. I've tried Googling for
it for some time now (weeks, on and off), and I've tried the
phpmyadmin docs to no avail.

I refuse to believe for one minute that the answer to my question is
not in the phpmyadmin docs, but I'll be damned if I can find it... I
think I might be looking in the wrong place, as the docs I am looking
through look sparse.

I've tried searching through the phpmyadmin wiki for:

time out
timeout
configuration

Basically, anything I come across are problems people have reported,
or about the actual web interface to phpmyadmin, rather than the
configuration.

If anyone can put me out of my misery, I would very much appreciate
it.

PhpMyAdmin
I have the following code for index.php and i am asked to edit line 7 to allow access to an array of databases (instead of just one)...Does anyone know how to solve this?

<?php
require_once('lib/DataAccess.php');
require_once('lib/ProductModel.php');
require_once('lib/ProductView.php');
require_once('lib/ProductController.php');

$dao=& new DataAccess ('localhost','root',&#3912;qwaszx','products');
switch ( $_GET['view'] ) {
case "product":
$controller=& new ProductItemController($dao,$_GET);
break;
default:
$controller=& new ProductTableController($dao,$_GET);
break;
}
$view=$controller->getView();
//echo ("<pre>" );
//echo ("</pre>" );
echo ($view->display());
?>

Moreover, i should be able to obtain a list of links of the names of the databases from which i can choose and view the contents of...

PHPMyAdmin
Running PHP 4.5.7
PHPMyAdmin 2.5.7-pl1
IIS 6

I am thrying to get phpmyadmin to work, but whenever I click a link or try
to browse a database I get a 404 error, because the PmaAbsoluteUri
auto-detection is nor working properly.
Im pretty sure it is a problem with my php.ini file, but Im not sure where
to look...

PhpMyAdmin
I have recently installed PHP 5.1.2.2, MySQL, Apache server all succesfully, but now i am trying to install phpMYadmin. I have configured with the config.inc.php, but when go into that directory to set it up, this is what i get:

PhpMyAdmin
I have a server with my own domain and have created some users under
htdocs/users/. I have installed phpMyAdmin under htdocs/. Everything works,
but I can't open phpMyAdmin. I have made an alias in httpd.conf:

[KOD]
Alias /phpMyAdmin/ "C:/Program/Apache2/htdocs/phpMyAdmin/"
<Directory "C:/Program/Apache2/htdocs/phpMyAdmin">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
[/KOD]

PHPMyadmin
i am trying to learn php mysql and i am trying to learn these on an apache server. Mysql seems to work fine and so does my php and apache ( i downloaded them all from the official sites)

I have now tried to download phpmyadmin but i just don't understand how you setup the program I have clicked to the following page http://localhost/phpMyAdmin/index.php

but get this error message: Probably reason of this is that you did not create configuration file. You might want to use setup script to create one.

Error: #1045 - Access denied for user 'root'@'localhost' (using password: NO)

What do i have to do to fix this problem i have been searching through google and followed some tutorials but still can't get it to work.

PhpMyAdmin
I have set up the Xitami server (2.5c2) and PHP (5.0.5) on my Win98 system
without any problem.
I am trying to add PhpMyAdmin. When I try to load

http://home/phpmyadmin

which loads index.php, I get the following (lengthy) warning...

Warning: main(./libraries/grab_globals.lib.php): failed to open stream: No
such file or directory in C:XITAMI-25APPpublic_htmlphpMyAdminindex.php
on line 8 Fatal error: main(): Failed opening required
'./libraries/grab_globals.lib.php'
(include_path='.;c:phpincludes;c:xitami-25appincludes;c:xitami-25ap
ppublic_htmlphpMyAdmin;c:xitami-25apppublic_htmlphpMyAdminlibraries
') in C:XITAMI-25APPpublic_htmlphpMyAdminindex.php on line 8

I have verified that the grab_globals.lib.php exists in the libraries
directory.
I tried removing the './' from the beginning of the path and the file is
found but produces an equivalent error for

../libraries/common.lib.php

when I remove the './' from the beginning of this path this file is
apparently found but the page loaded is blank.

Any help that anyone can give me with this would be greatly appreciated.
If I haven't included enough info please let me know.

Phpmyadmin ...
I'm getting a message Directory Listing Denied, This Virtual Directory
does not allow contents to be listed.

I'm using WAMP5 and IIS, and the 'error' is displayed when i try to
access http://localhost/phpmyadmin/

http://localhost/phpmyadmin/index.php error says: Cannot load mysql
extension.

IIS on default web site has phpmyadmin folder and index.php ...

PhpMyAdmin And MySQL.
I'm new to these technologies (phpMyAdmin and mySQL). Basically, I
installed phpMyAdmin in my host directory (where my website resides)
and configured the config file, etc. However, once I try to login to
phpMyAdmin I get the following error:

#2002 - The server is not responding (or the local MySQL server's
socket is not correctly configured)

1.) Do I need to create a mySQL database connection in Dreamweaver for
me to successfully login to phpMyAdmin?

2.) I'm having problems creating a mySQL connection in Dreamweaver,
where I get the following error message:

1045 Access denied for user "vistaris@...' (using
password: YES)

3.) Once I have phpMyAdmin login window, how do I know my username and
password? Where do I create this? Or are they the same as my host
username and password?

Upload Via Phpmyadmin
I have a problem which i think is a database issue, Using the phpmyadmin panel i can create a table in the database and input info manually no problem, but i have just got my hands on a .csv file, it looks the same as a normal excell file and is 4 cols wide, In my database i have created a table called "cars" and in that table have created 4 fields with names, now all i need to do is upload to this via the myadmin panel, so i went though the insert process but get an sql error returned, now i think the problem is the sql does not know what cols in the .csv file need to go into what field on the table, Things have been slowly sinking into place until i tried this, I know i could put the data in 1 field at a time but for a big database or regular updating that could take hours. Is there a way of nameing the cols in the .csv file so they match up with the online table.

Phpmyadmin Privilges
Hope this is the right place for phpmyadmin questions. I am having trouble getting the privledges to work on a remote mysql server. I have an instance when the IP works but can not duplicate it for another DB. I've tried to use the domain name returned by the error text but it doesn't work also. What do I need to know to get past the privledges, I can not find a good tutorial and the Docs for phpmyadmin are tough.

PhpMyAdmin Include
Keep getting this error, no matter what version of phpmyadmin i install

Warning: Failed opening '/home/domains/php-haven.com/user/htdocs/phpMyAdmin/index.php' for inclusion (include_path='.') in Unknown on line 0

PhpMyAdmin Problem With PHP
with Red Hat and am not used to Linux.

PHP seems to be working ok, and i can access mysql databases from the
terminal - But having extracted PhpMyAdmin on to REdHat, phpMyadmin is
showing the following error from the browser

"cannot load MySQL extension,
please check PHP configuration.
DOCUMENTATION (link)"

I have checked the documentation, and it says to install a package called
PHP-MySQL. I have downloaded this and (i think) installed it. But the
error message remains. I am not that great with Linux -

How Do You Lock Down PhpMyAdmin?
What technique do you folks use to keep your passwords and user names out of
the phpMyAdmin config.inc file.

PhpMyAdmin Installation
I am trying to install phpMyAdmin 2.8.2 and have a question about
config.inc.php. Is it necessary to include all of the $cfg fields in
config.default.php, or is it ok to just have whichever fields I
explicitly need customized, such as $cfg['Servers'][$i]['auth_type']? I
am not clear on whether there are any security risks by not explicitly
stating every field in config.default.php in my actual config.inc.php
and whether or not the program will know to default to variables I don't
state, even though everything seems to work fine without all of this
info. I could not find this info anywhere in the phpMyAdmin
documentation, which talks about setup.php but doesn't clarify if I need
every field.

PhpMyAdmin Gotcha
Posting this for posterity and for googlers looking for solutions to this
problem.

I upgraded PHP on my Fedora Linux server to 4.3.10 due to the recent
security issue and phpMyAdmin stopped working. I realized after lots of
debugging that I'd previously custom-compiled PHP to match my custom
upgrade of MySQL to 4.1.7 from Fedora's development branch. When I let yum
install the pre-built update binary, it had the old MySQL libraries so it
couldn't talk to the newer MySQL with the different character set support.

I finally figured it out when I tried to connect to the DB from another
host running a v3 MySQL and got this error:

mysql: File '/usr/share/mysql/charsets/?.conf' not found (Errcode: 2)
mysql: Character set '#33' is not a compiled character set and is not
specified in the '/usr/share/mysql/charsets/Index' file

PhpMyAdmin Problem
I am having a problem with a query in phpMyAdmin... it works fine on my
localhost, but the exact same query produces an error in phpMyAdmin on
my server:

localhost: PHP 4.3.11, MySQL 4.1.12, phpMyAdmin 2.8.1
server: PHP 4.3.11, MySQL 4.1.12, phpMyAdmin 2.6.3-pl1

SELECT AES_DECRYPT(pass, 'asdf') FROM `test`

This query works fine on my local phpMyAdmin, and also works fine
through a php script on my server, but when I try it with phpMyAdmin on
my server it produces the following error:

#1064 - You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use
near '( pass , 'asdf' ) FROM `test` LIMIT 0, 30' at line 1

The only thing I could find online was that this error might arise if
there is a space between AES_DECRYPT and (, but obviously there isn't in
this case, so I am stumped. I have been copy/pasting so I know the
query is the same.

No Privlages For PhpMyAdmin
I can't seem to get the privlages to manage anything in phpMySQL.
They were working up until last week but all of a sudden they stopped working.
MySQL itself is still working though.

The system is an Apache/1.3.29 (Unix) with PHP/4.3.2
& MySQL Version: Client API Version 32347

in the config.inc.php file:

$cfg['PmaAbsoluteUri'] = 'http://myweb.com/phpMyAdmin/'

$cfg['Servers'][$i]['host'] = 'myweb.com'
$cfg['Servers'][$i]['port'] = ''
$cfg['Servers'][$i]['socket'] = ''
$cfg['Servers'][$i]['connect_type'] = 'tcp'
$cfg['Servers'][$i]['extension'] = 'mysql'
$cfg['Servers'][$i]['compress'] = FALSE;
$cfg['Servers'][$i]['controluser'] = ''
$cfg['Servers'][$i]['controlpass'] = ''
$cfg['Servers'][$i]['auth_type'] = 'http'
$cfg['Servers'][$i]['user'] = 'root'
$cfg['Servers'][$i]['password'] = '********'

Where else can I look to reset the privlages?

PhpMyAdmin & Mbstring
phpMyAdmin gives following error message: "The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results."

So, how I can enable that feature?

I try it like this: I copy php_mbstring.dll:n to C:PHP-folder and edit C:Windowsphp.ini -file: 'extension=php_mbstring.dll', but it didnt remove that phpMyAdmin's error message.

Soft:
WinXP pro SP2
apache 2.0.55 win32-x86 no_ssl
php 4.4.1
mysql essentia 4.1.16 win32
phpMyAdmin 2.7.0 pl2

PHP4 is installed by using installer and php4apache2.dll is copied from php-4.4.1-Win32.zip -packed to C:PHP- folder, and Apache's httpd.conf -file is edited for required changes (what is needed by php4).

PhpMyAdmin And SSH Tunneling
Don't know if this is the right group... On our LAN, we have PhpMyAdmin
2.5.7-pl1 installed and PmaAbsoluteURI is set to
http://192.168.1.200:81. When accessed from LAN, it works great.
However, if I connect from home with SSH tunnel and map the localhost:81
to 192.168.1.200:81, I can see the first page of PhpMyAdmin, but if I
try to select the database from the pull-down menu, it tries to connect
to 192.168.1.200, which, of course, is not visible from home, so it
times out. If I change PmaAbsoluteURI to localhost:81, then it works
from home, but not from LAN. Anyone have any ideas about this?

Trying To Install PhpMyAdmin
I installed the english.zip file from
http://www.phpmyadmin.net/home_page/downloads.php. When I attempt to
access phpMyAdmin I get an error page the routes me to
http://localhost/phpMyAdmin/Documentation.html#faqmysql. So, from this,
I'm concluding that I need the php_mysql.dll extension. In an effort to
be totally current, I'm trying to use the MySQL Improved Extension.

Investigating this extension, I read the following from
http://us3.php.net/manual/en/ref.mysqli.php:

"In order to have these functions available, you must compile PHP with
support for the mysqli extension."

How do I go about this? I don't have a compiler. I do have the .dll
currently in C:phpext.

Phpmyadmin Question
I still get the following message when I start phpMyAdmin (several
versions):

#2002 - The server is not responding (or the local MySQL server's socket is
not correctly configured)
Warning: Unknown(): open(/tmp/sess_fbb7137293b2867257c31f226b23f109, O_RDWR)
failed: Permission denied (13) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that
the current setting of session.save_path is correct (/tmp) in Unknown on
line 0

Directory tmp exists and it's writable to everybody:
ls -ld /tmp
drwxrwxrwt 282 root root 19008 2006-04-10 14:15 /tmp

php.ini is ofcourse the next one to suspect:
but it contains correct entries:

[Session]
; Handler used to store/retrieve data.
session.save_handler = files
....
session.save_path = /tmp

Connecting with the separate mysql client program Mysql Administrator
installed with suse gives no problems, so mysql is correct installed.
phpinfo also works fine.

Install PhpMyAdmin?
I’m trying to install phpMyAdmin when I type: http://localhost/phpMyAdmin I get the error message below. Could anyone please tell me the reason for this, and how I can solve this problem. I have already edited the config.inc.php3 file.

Warning: MySQL connection Failed: Access denied for user:
‘root@localhost’ (using password: YES) in lib.inc.php3 on line 99
Fatal error: call to unsupported or undefined function mysql_die()
in lib.inc.php3 on line 99.

Installing PhpMyAdmin
I have followed quick instructions as per manual

but no luck , if I put this in the browser

http://localhost/phpMyAdmin-2.5.1/index.php

I am asked if I want to open it, then I have to give an application
name to open it with, I should be given the logon page

I am using Suse 8.2, I would guess that an association is missing with
PHP, but where to start ?

Is There A PHPMyAdmin For PostgreSQL?
I use MySQL databases for my websites but at work I use PostgreSQL
databases. Is there such a thing, similar to PHPMyAdmin, for PostgreSQL
where I can view table structure, browse table data, run sql queries,
backup etc?

Set Password For Phpmyadmin
i want to set the password for phpmyadmin, i dont know how to set this?. whenever access the phpmyadmin page through browser, it should ask me to login.

PhpMyadmin-error
I am using RHEL5, and i copied phpmyadmin to html folder.when i acces phpmyadmin using browser,getting an error

Phpmyadmin error:cannot load mysql extension.please check your php configuration

Phpmyadmin Value/lengh
is there a way through the phpmyadmin control panel to add a field where the length or value is unlimited?

PhpMyAdmin Displaying Odd
I have just installed phpMyAdmin on an IIS server, however it seems to be displaying odd and some functions just don't work. For example, if I try to drop a database, it says the query "SELECT * FROM" is invalid... what the?

I have the same version running fine on a UNIX box, so I think it's environment-specific. I've installed GD2 which I thought may be the problem, but that didn't resolve it.

Running on IIS with PHP5, with the following extensions... ldap, mysql, smtp, gd2, imap, and zend.

Phpmyadmin Error!
whenever i try to import an sql file that contains all my tables to mySql db providing appropriate host name, user name and password using phpmyadmin, it displays an error message that reads: MySQL said: 

#1064 - You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1' at line 23

the sql in the file reads as:
CREATE TABLE `tblaboutus` (

`title` varchar( 64 ) NOT NULL default '',
`description` text NOT NULL ,
`picture` varchar( 64 ) NOT NULL default ''
) ENGINE = MYISAM DEFAULT CHARSET = latin1

Database Transfer (using PhpMyAdmin)
I'd like to transfer a database from one server to another, using PhpMyAdmin (the only way I can manae the database)...
Only problem is I don't know how to do it.

The database isn't gigantic, so perhaps an idea would be to download it and upload it on the other server, but can this be done ? Any SQL wizards to give me an hand ?

PhpMyAdmin - Problem With Charset
I have problem with charset in my Mysql database.

server 1(localhost):
Mysql version 5 with php5
MySQL charset is UTF-8 Unicode (utf8)
MySQL connection collation - latin2_general_ci

server 2:
Mysql version 4.1.8 php 4.3.10
MySQL charset is UTF-8 Unicode (utf8)
MySQL connection collation - latin2_general_ci

As you can see both servers have same charset configuration, so here can't be any problems.

When i'm trying to dump data from one of the table from my db ( server 2 -> server1) in result mysql gives me strange symbol. For example "£(from polish alphabet) replaced by?".

I'm from Poland so i'm trying to use ISO-8859-2 charset style.

In my PhpMyAdmin configuration file i have:

/* From config.default.php */
$cfg['DefaultCharset'] = 'iso-8859-2'

My apache 2.0 get on well with words like £,¹,¿,Ÿ...

If you can give me some advice(s) please reply for this post.

PhpMyAdmin And Mysql Login
I have an old install of mySQL on my (local) computer also phpMyAdmin is installed, however i seem to have lost the logins/passwords to both.

Is there a way of recovering them? i can't log into either

obviously i have full admin access to my own computer here, so if the details are buried somewhere i can get them - or even can i just issue a new password/user name combo somehow.

PhpMyAdmin - Page Cannot Be Displayed
I programmed my config.inc.php file with the codes below. But i cant go to the website.. It shows an error msg, "page cannot be displayed"

What haf i done wrong.. N i m actually not sure about my local host.. Cos i m using my school wireless network..

$cfg['PmaAbsoluteUri'] = 'http://www.example.com/phpMyAdmin-2.5.7-pl1/'

$i = 0;

$cfg['Servers'][$i]['host'] = 'example.com' // MySQL hostname

$cfg['Servers'][$i]['port'] = ''

$cfg['Servers'][$i]['socket'] = ''

$cfg['Servers'][$i]['connect_type'] = 'tcp'

$cfg['Servers'][$i]['controluser'] = ''

$cfg['Servers'][$i]['controlpass'] = ''

$cfg['Servers'][$i]['auth_type'] = 'config' // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'username' // MySQL user
$cfg['Servers'][$i]['password'] = 'my_pass' // MySQL password (only needed
// with 'config' auth_type)

PhpMyAdmin Pages Not Working
I just did a re-install of IIS 5, PHP4 and MySQL and now phpMyAdmin (which are *.php3) doesn't work. It just shows the text for the source. How do I solve this? Is it a problem on PHP4 or IIS 5 side?

Upload Problem With Phpmyadmin
My mysql base was migrated from a version 3 under Windows to a version 4
under Linux and the base was placed on a new server different from the
web server (this one with phpmyadmin).

When I trie to upload a csv file with phpmyadmin, I obtain the following
error :

PHPMyAdmin ... Deleting A Database?
I just want to delete a test database that I made, thats it. There is no upfront obvious way of doing this from my pov so thats why I'm asking.

PhpMyAdmin (securing My Computer)
I am worried about other people accessing my computer. right now i am in config mode in the config.inc.php file. If i switch to HTTP mode, how do i setup .htaccess. I am a web/programmer newbie and im not sure where to start. i read through the howto about htaccess and got nowhere. from what i understand they said not to use htaccess if you don't have to.

Adding New Fields To PHPMYADMIN
How to you add a new field to an existing field on the PHPMYADMIN.. please help.

Stored Procedures Through PHPMyAdmin
I am developing on a LAMP web server. The server, however is remote from me and I am not able to connect to it through a BASH shell. At this current time, my only means of accessing and manipulating the database is through PHPMyAdmin. After a lot of research, I believe that having several sproc's would dramatically enhance the speed of the pages loading. However, I have searched through PHPMyAdmin and have not been able to find a way to create and store sproc's through it. If anyone can help me out at all it would be greatly appreciated.

PhpMyAdmin Installation Problem
I have installed Apache, PHP, and MySQL running locally, on localhost. I
now am trying to install phpMyAdmin, but I'm running into a problem: when
I run http://localhost/phpMyAdmin/index.php (with "root", no password at
this time) after customizing config.inc.php, I get a blank page.

The source code shows that the expected frames are there, but they all
show up empty (with or without javascript active).

Where did I go wrong? Where do I begin debugging this?

MySQL 3-23-50-b1
phpMyAdmin 2.5.1

$cfg['Lang'] In PhpMyAdmin Config
I am trying to configure phpMyAdmin 2.8.2. I un-commented the following
line in config.inc.php:

// Force: always use this language - must be defined in
// libraries/select_lang.lib.php
$cfg['Lang'] = 'en-iso-8859-1'

but then after logging into phpMyAdmin, I get an error message:

Notice: Undefined index: en-iso-8859-1 in ...index.php on line 97

I went into index.php and found that this is the line in question:

$lang_iso_code = $GLOBALS['available_languages'][$GLOBALS['lang']][2];

So I went into select_lang.lib.php as suggested in the documentation and
poked around. 'en-iso-8859-1' is definitely a key in the
$available_languages array on this page, but then by the time the above
line of code gets called on index.php, this key is missing from
$GLOBALS['available_languages']. At that point, this is the only key in
the array for English, which is why I am getting the error message:

[en-utf-8] =Array
(
[0] =en|english
[1] =english-utf-8
[2] =en
[3] =>
)

Does anyone know why this is happening, and how I can uncomment the
$cfg['Lang'] = 'en-iso-8859-1' line and not have all these problems?
This is the only change I made that resulted in the error message; if I
again comment out the line in question as it comes defaulted, everything
works fine.

How To Build A New Table In Phpmyadmin
How to build a new table in phpmyadmin. I already setup a database in phpmyadmin.

PHPMyADmin Error CSV Import
I recently upgraded to XP, Latest Mysql and Latest PHP. I run IIS local and used to be able to imprt CSV files to all my external databases as well as my local. Now I can only do it on my local. When I try to import to an external i get the following error using PHPMYADMIN SQL-query :

LOAD DATA INFILE 'C:PHPuploadtempphp24.tmp' INTO TABLE `developers` FIELDS TERMINATED BY ',' ENCLOSED BY '"' ESCAPED BY '' LINES TERMINATED BY '
'
MySQL said: File 'C:PHPuploadtempphp24.tmp' not found (Errcode: 2) Now I thought it was permissions but they are wide open and I have the ini file set up correctly i think for windows - i have tried all combos of slashes so not that:

;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

file_uploads = On
upload_tmp_dir = C:PHPuploadtemp
upload_max_filesize = 2M

Macosx And PhpMyAdmin Installation
I have some difficulties to use phpMyAdmin on my ppc; I am working on
panther 10.3.7 and php is already installed. I put phpMyAdmin directory
in /Library/WebServer/Documents/ ; I adapted the config.inc.php of this
application to have the good authorizations, the absolute uri... I
check the httpd.conf to see if option to execute php were ok :
apparently they were but.... when I tryied to open on a browser the url
http://HOME/phpMyAdmin/index.php : I just manage to open the code
source without the ability to interprete it....
I made a mistake but where? Is there some crucial points to verify in
httpd.conf ...


Copyright © 2005-08 www.BigResource.com, All rights reserved