Likes Received By tguillea
-
pictureboarduk liked tguillea's post in the thread echo a date in a webpage.
Just to make sure we're on the same page, is the value being stored in the database properly? Try a print_r of the whole $row array -...
May 4, 2010 -
manofmany liked tguillea's post in the thread Recommend me an updated PHP guidance/learning book.
I disagree, mysql would have been incredibly difficult for me to learn if I didn't understand the concepts of programming that PHP...
Jul 31, 2009 -
agilius liked tguillea's post in the thread Dynamic Menu.
The complex part of the script has to do with live updating and re-writing the entire menu each time the menu is loaded. If you have a...
Jul 30, 2009 -
hassanahmad2 liked tguillea's post in the thread PHP Problem.
As I understand it, the value {$clientsdetails.id} isn't replaced with the actual value (say, "foo"), until after HTML is printed?...
Jun 3, 2009 -
olddocks liked tguillea's post in the thread external links without http?.
You need to use an if/else statement in PHP or even Javascript. heres PHP: if ((!strstr($url,'http://')) &&...
May 25, 2009