How to install a wordpress blog on dedicated server?
I don t know how to create mysql database? plz. let me know that also.
I am able to pass a single variable like www.abc.com/page.php?date=01/01/08
Put what if I wanted to use a date range. I am able to do it using a form- but unable to do it with a url.
The page I have processing the data for multiple dates uses
$result = mysql_query("SELECT * FROM inspection WHERE date>= $date_begin and date<= $date_end ORDER BY date "-$db);
How do I pass multiple variables using a web url to a php page?
I am able to pass a single variable like www.abc.com/page.php?date=01/01/08 to a page with
$result = mysql_query("SELECT * FROM inspection WHERE date= $date ORDER BY date "-$db);
But what if I wanted to use a date range. I am able to do it using a form- but unable to do it with a url.
The page I have processing the data for multiple dates uses
$result = mysql_query("SELECT * FROM inspection WHERE date>= $date_begin and date<= $date_end ORDER BY date "-$db);
i am making a website and i am in the middle of constructing it -but i want to know how to put a navigation bar
for example: like a comment button that you click and you can leave a comment!
can anyone give me a website or a code?
please help
p.s. someone told me that If I want to put comments on my site i would need php and database like mysql to store comments. but i dont know how to get this and can anyone show me how to make it or is there a website that i can get it for FREE?
thanks
does http://www.e107.org
download to my site or my computer?
Hello all-
I have a large file (1.7million lines) that I wrote a script for in php to import into a mysql database. It takes 269 seconds to run and during that time my CPU usage only peaks at 33%- my question is why?
Is there some sort of throttling on php or mysql that I ve missed in the config... I don t understand why else it wouldn t try to use all the power available to import faster.
For the record- the quantity of data is 200MB- the data throughput of my RAID hard disk array is 300MB/s so it can t be that. I also have 8GB of RAM so it s not got a problem there.
Any ideas?
It s a quad processor. Is the reason then- that Apache can only use one core per script? I thought there was a way to distribute it and simulate a single core across them all...
Hi-
I have just installed wamp5 on my pc as need to do some PHP work! Either one or two things are happeneing here and I don t know why
I am having real problems connecting to the database I have created through PHP code! I have made a small php page to test the connection thus;
<?php
$username = "root";
$hostname = "localhost";
$dbh = mysql_connect($hostname- $username)
or die("Unable to connect to MySQL");
print "Connected to MySQL<br>";
mysql_close($dbh);
?>
After running this page in a web browser this is all I get!
"; mysql_close($dbh); ?>
Neither an error message or the succesfull message is ran through!
Also does anyone know how to change the password using phpmyadmin
I am using WIndows XP SP2
Many thanks
No comments:
Post a Comment