Posts Tagged ‘mysql php’
How can I completely uninstall Mysql php and apache from my computer?
How can I completely uninstall Mysql php and apache from my computer?
How to connect my simple website to a mysql database?
I need to connect my site to a mysql database with some php code. Is there any advice out there that could assist me? I have created my database tables but yet to implement, do i need to download mysql and implement the tables in mysql then connect to my site with some php code???
sorry but new to this, thanks in advance.
How do I dynamically create arrays based on a mysql query?
Using MySql and PHP, I want to have an array created for each row in a table. How do I go about doing this?
How to set mysql date from a result set to a php datetime object?
i am trying to set the date and time (DateTime stored in mysql database) to a php DateTime object, one way is to override the class some how to make that happen, but is there any easier way than that?
e.g.
$date = new DateTime();
$date->setDate($mysql_resultset['date_time']);
and then format that date according and display it.
How can move php echo script or display to an specific location in the browser page?
For example… I do the mysql connect php mysql connect scripts before the display scripts (using macromedia dreamweaver) how can I move to an specific location to fit on the fields on the background form.
How do I connect to MySQL with PHP remotely?
Here’s my situation. I got one site up that has a mysql database, works fine… Now I purchased a new domain name and am trying to use the same database for the new site. Any idea’s on what the host would be?
For my other site I use
$host = "localhost";
But that doesn’t seem to work any ideas on what would work?