Search:
Type: Posts; User: jogol
Search:
Search took 0.02 seconds.
-
maybe this script can help you:
http://www.phoca.cz/documents/38-tools/154-how-to-change-collation-in-database
-
see https://developers.google.com/accounts/
-
set ul.nav li to float:left and the order should be ok.
-
i´d suggest PHP/MySQL
-
use the site´s rss feed (e.g. http://www.nws.noaa.gov/rss/) and display it on your site via a php rss parser like http://www.simplepie.org/
-
-
http://html5please.com/
http://www.html5rocks.com/
http://caniuse.com/
-
add display:block; to ul.nav li a
-
And... is it correct that the database name and table name are both "Items"?
-
do you have these variables set up correctly?
$mysql_host
$mysql_user
$mysql_password
-
hi experts,
i need to design a mysql db with users and projects. besides other infos, the projects table holds info on wether the project is
visible to all users
visible to users located in...
-
-
your code pointed me in the right direction. working now, thanks :)
-
add a timestamp to your database records and run a cronjob every X minutes that deletes db entries with a timestamp older than now() minus Y minutes.
this way you clear the carts of customers that...
-
http://htmldog.com/guides/htmlbeginner/
-
hi experts,
i have a foreach loop that looks like this:
<?php foreach ($pageposts as $post): ?>
<li><?php echo $title;?></li>
<?php endforeach; ?>
-
the problem might be that IE expands the container div (which is a bug), while the other browsers don´t (which is correct behaviour).
-
-
getimagesize() returns FALSE if the file is not a valid image. i´m not sure about how to check PDFs though since mime types can be spoofed.
-
http://www.radiantsystems.com/industries/retail/ecommerce.htm
-
something like this?
update table_name set field_name = replace(field_name,'find_this','replace_with_that');
-
your problem is that you link to the jpg file itself which gets displayed by the browser in its default way.
you need to create a new html file with the large jpg in it and link your thumbnail to...
-
the link is not working: http://qioselect.com/2011QIO/contact.htm
-
give the <td>s that hold the menu items a height of 25px.
-
either write a php script that does the following:
db query -> for each entry str_replace() -> update db
or export the db data to a txt file and use the search and replace function of an editor...
|
|