im new in php, it is possible if i use the access for php database (same like asp?) and how to upload throght cpanel?..tq 
Database for php
you can connect to a database with this function:
http://nl3.php.net/function.mysql-connect
What do you want to upload? A database or php scripts?
For the php scripts just go to the file manager and upload the files. The upload button will give you a nice upload screen.
http://nl3.php.net/function.mysql-connect
What do you want to upload? A database or php scripts?
For the php scripts just go to the file manager and upload the files. The upload button will give you a nice upload screen.
-can i upload the database like upload the php script?,,where can i learn about this (php basic-about connection and link with the database)
-can i use IIS for php and where can i learn about this
tq
-can i use IIS for php and where can i learn about this
| nanchaos wrote: |
| -can i upload the database like upload the php script?,,where can i learn about this (php basic-about connection and link with the database)
-can i use IIS for php and where can i learn about this |
uploading a database is a bit different. I think you want to use mysql. You can upload an .sql file with commands to perform on the database and execute that. You can also open the database in phpmyadmin and try to populate it there. Other programs can also open mysql and make a database and populate it.
http://www.iis.net/php
| rvec wrote: | ||
uploading a database is a bit different. I think you want to use mysql. You can upload an .sql file with commands to perform on the database and execute that. You can also open the database in phpmyadmin and try to populate it there. Other programs can also open mysql and make a database and populate it. http://www.iis.net/php |
Through PhPMyAdmin i supoz?
| Quote: |
| uploading a database is a bit different. I think you want to use mysql. You can upload an .sql file with commands to perform on the database and execute that. You can also open the database in phpmyadmin and try to populate it there. Other programs can also open mysql and make a database and populate it. |
Yeah I guess I mean in phpmyadmin there
