oceans Posted April 17, 2007 Share Posted April 17, 2007 Dear People, I need help, first of all my introduction: I have done a number of simple VB (6.0) programs, including “socks”. Lately I got interested in HTML “based” databases. Naturally I took ASP as my language, and MS Access as my database. While working with my interest (learning while programming actually), I meet trouble. I do not know how to upload files from the client browsers, later I was advised PHP would help me solve this problem easily. Thus, I tried to pick up PHP, well OK, I think I can migrate with a little bit of sweat. At this point, I also call a local “server space provider”, he mentioned I need to do MySQL else he will charge me MORE money (is it normal?), OK I again got to migrate from MS Access, I am willing. I downloaded PHP and MySQL and have installed them into my PC, but the problem is, I can’t create a table to get to work. In Access, I will simply create the table using office and use DSN, to get connected and work. I need two helps (1) Are my migrations wise knowing my situation, (2) Please guide me on any settings I have to do the MySQL application or Dreamweaver application, and guide me to create a table (I understand SQL, problem, I can’t inch forward that is all). I have my IIS turned on, and I do not have Apache. I have spent 7 hours on this MySQL thing getting no where! Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/47371-need-help-on-php-and-mysql-wedding/ Share on other sites More sharing options...
oceans Posted April 17, 2007 Author Share Posted April 17, 2007 Sorry I missed this, version of PHP is PHP 5.2.1; MySQL is 5.0.37. I think I am missing somthing in MySQL setup, too many questions asked, i just say yes to all default values "I Think". Quote Link to comment https://forums.phpfreaks.com/topic/47371-need-help-on-php-and-mysql-wedding/#findComment-231086 Share on other sites More sharing options...
bubblegum.anarchy Posted April 17, 2007 Share Posted April 17, 2007 MySQL and php are free server technologies unlike windows and access and possibly the reason they are a cheaper server alternative... spend some time going over tutorials here and you should have no troubles migrating to mysql and php. Quote Link to comment https://forums.phpfreaks.com/topic/47371-need-help-on-php-and-mysql-wedding/#findComment-231102 Share on other sites More sharing options...
oceans Posted April 17, 2007 Author Share Posted April 17, 2007 Thanks for your advice, Please guide me or refer me to the tutorial. I need help on the application setup, coding should not be a problem, Thanks. I think this is a common problem, I noted another posting with the same problem. 1 hr after my posting. For a start I will use IIS, I will experiment with apache later, thanks. Quote Link to comment https://forums.phpfreaks.com/topic/47371-need-help-on-php-and-mysql-wedding/#findComment-231228 Share on other sites More sharing options...
notepad Posted April 17, 2007 Share Posted April 17, 2007 Oceans, I think the problem is with your version... I read somewhere that PHP (unless it was Apache) does not support MySQL 5. If I remember correctly you need to be running MySQL 4. But fret not, MySQL 4 is perfectly stable and reliable - That is the version I am using. I also don't know very much about IIS but I don't think MySQL will run under it, if you want to stay with IIS you need to use MS-SQL. And if you really want to get started with PHP and MySQL, the faster you move transfer to a typical LAMP setup the better. That how I run my server, and I don't have any problems. ~ Notepad Quote Link to comment https://forums.phpfreaks.com/topic/47371-need-help-on-php-and-mysql-wedding/#findComment-231460 Share on other sites More sharing options...
bubblegum.anarchy Posted April 18, 2007 Share Posted April 18, 2007 heh.. I do not actually know of particular tutorials from experience but noticed this site has a few links from the front page to tutorials... try those! Quote Link to comment https://forums.phpfreaks.com/topic/47371-need-help-on-php-and-mysql-wedding/#findComment-231786 Share on other sites More sharing options...
oceans Posted April 18, 2007 Author Share Posted April 18, 2007 Hi BubbleGum, Presently I use IIS, ODBC, ASP. Let me be honest, I am confused. Are you saying I need Apache, MySQL 4, PHP 5. Only then I will be able to get things moving. I am willing to accept migration, please advice. Firstly I will run things on my own pc, once settled then I will hire server space. For a start, is there a free server space which will allow SQL services, I will need it for testing purposes, else I will be wasting money while I am trying things. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/47371-need-help-on-php-and-mysql-wedding/#findComment-231788 Share on other sites More sharing options...
bubblegum.anarchy Posted April 18, 2007 Share Posted April 18, 2007 notepad was commenting on the server setup I work from home with WIMP (windows, IIS, mysql, php) and upload to a work server that is LAMP (linux, apache, mysql, php) both old versions of php and mysql so I am no help.. a google search on windows IIS php mysql install instructions should provide plenty of helpful information. Just make sure what ever versions of php and mysql you install on your local machine for testing is the same as what is available on the production server!! Quote Link to comment https://forums.phpfreaks.com/topic/47371-need-help-on-php-and-mysql-wedding/#findComment-231803 Share on other sites More sharing options...
oceans Posted April 18, 2007 Author Share Posted April 18, 2007 Hi, Can you recomand me a provider who gives free hosting facility for data base hosting, yahoo gives free hosting only for html type right. Quote Link to comment https://forums.phpfreaks.com/topic/47371-need-help-on-php-and-mysql-wedding/#findComment-231949 Share on other sites More sharing options...
bubblegum.anarchy Posted April 18, 2007 Share Posted April 18, 2007 I do not know much about free web hosting... try a google search or search these forums for a previous topic related to free hosting. Quote Link to comment https://forums.phpfreaks.com/topic/47371-need-help-on-php-and-mysql-wedding/#findComment-231959 Share on other sites More sharing options...
oceans Posted April 20, 2007 Author Share Posted April 20, 2007 Dear People, I have just moved from ASP and ODBC to PHP and MySQL, becuase the later combination is cheaper I was told. Actucaly codeing is not a problem, but I am stuck for 4 days now moving no where, please help me to setup my MySQL, I am using dreamweaver, can you share a simple example of creating a table, it is asking for password, but i do not have any to start with. P.S. I know how to script but i can't get started, I am transfering my asp odbc codes to php My SQL now. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/47371-need-help-on-php-and-mysql-wedding/#findComment-233817 Share on other sites More sharing options...
oceans Posted April 20, 2007 Author Share Posted April 20, 2007 Please Audience Help me, I am restless with my situation, any bosy would 5 days, and going no where. I plead you, please refer me to a tutorial address on how to start doing MySQL with PHP. I am not lazy, please do not get me other wise, I have already done an ASP ODBC. I am in the event of converting them to PHP MySQL. :'( Quote Link to comment https://forums.phpfreaks.com/topic/47371-need-help-on-php-and-mysql-wedding/#findComment-233821 Share on other sites More sharing options...
oceans Posted April 20, 2007 Author Share Posted April 20, 2007 bubblegum can you help me Quote Link to comment https://forums.phpfreaks.com/topic/47371-need-help-on-php-and-mysql-wedding/#findComment-233889 Share on other sites More sharing options...
bubblegum.anarchy Posted April 20, 2007 Share Posted April 20, 2007 I really don't think so. Quote Link to comment https://forums.phpfreaks.com/topic/47371-need-help-on-php-and-mysql-wedding/#findComment-234340 Share on other sites More sharing options...
fenway Posted April 22, 2007 Share Posted April 22, 2007 I'm still waiting for an actual question... just a simple PHP/MySQL connection script clearly isn't the issue here. Quote Link to comment https://forums.phpfreaks.com/topic/47371-need-help-on-php-and-mysql-wedding/#findComment-235352 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.