Likes Received By ThomasTwen
-
Deacalion liked ThomasTwen's post in the thread how do i limit my search result to be echod.
A little recommendation for the future: When mysql queries fail, try to put the following line after the query: echo mysql_error(); It...
Jul 23, 2010 -
pictureboarduk liked ThomasTwen's post in the thread Display images when URL to image is in a database problem..
use the following code instead: <?php $query = "SELECT product_Picture from products LIMIT 0, 10"; $result = mysql_query($query)...
Apr 9, 2010 -
superstan liked ThomasTwen's post in the thread Any Idea how Listings are shown on Google Maps with its info ???.
It's quite easy, actually.... when a user clicks the image, Javascript code will show the message in the box. It can be done easily...
Feb 28, 2010 -
pipes liked ThomasTwen's post in the thread Learning preference, the php manual and practice or tutorials?.
start with tutorials - even old ones - until you got the spin. Then use the manual, or ask people who know better than you. most of them...
Sep 27, 2009