Tuesday, June 17, 2008

Is there any online databases that you can use for MySQL- that s a database that you can access with Query Browser? Or is there another way where you can use a database and let anyone access it? Thank you!

I have created a signup- login- and members system with profiles for the members- but I don t know how to set it up so that each have their id in the url such as: www.mydomain.com/profile.php?id=1234

I realize it is a GET command to get there info form a login form- but I m not sure how to do this. The reason I am trying to do this is because i figure that my view_profile.php file should use somthing like this to get the information from the database. I m useing MySQL if your wondering.
Please Help!

I am trying to create a Database on my server for some of my web apps (guestbok and stuff).

I have downloaded phpMyAdmin to manage mySQL. I have it working on my local machine with Xaamp but how do i make it work with my hosting server?

Do i need to install it ON that remote server or...?

I was looking at this guide http://www.odinms.de/forum/showthread.php?t=64750 on how to do it and I was wondering about the MySQL? I went on their web site and I found out their are a bunch of versions and I dont know what version I am required to have. Also I supposed I need 5.0 http://dev.mysql.com/downloads/mysql/5.0.html so I press it and I see windows x64 and x86 and I dont know which one i need for my system. Im using Windows Vista.

Also I have question about the risks of having your own server is their more danger because you are letting people connect to you and what is the worst that can happen?

Please provide complete details....!

I have a problem with a query- no errors- but it simply doesnt work and I know it should!!! Heres the deal:


$query="SELECT * FROM `ticket` WHERE user= id AND `date` BETWEEN $date1 AND $date2 ORDER BY id";

Im trying to access the "ticket" table- and a reference is made by user and date - but I think my syntax might be wrong- I think its in the BETWEEN statement- but if I re-arrange it i do get an error... can someone help PLEASE?? thanks!!!

No comments: