First  |  Prev |  Next  |  Last
Pages: 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
PHP Site with CSS and Internet Explorer
I guys, I'm having some problems with the following. I have a PHP Site working perfectly with HTML and CSS. The CSS runs flawlessly in Firefox and Google Chrome. However, I'm having some problems with Internet Explorer. I'm not able to show it centered ( the .css is to show centered content ) in any version o... 17 May 2010 09:08
Ruben Knol has invited you to open a Google mail account
I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. ----------------------------------------------------------------------- Ruben Knol has invited you to open a free Gmail account. To accept this invitation and register for your account, visit http://mai... 15 May 2010 10:27
var_dump( (0 == 'heading') ) == TRUE ?!
== operator type casts the string to integer before comparing so the comparison boils down to 0 == 0 which is true these rules also apply to the switch statement http://php.net/manual/en/language.operators.comparison.php but with === the typecasting does no occur ... 15 May 2010 01:54
PHP framework
Greetings all! I new in template engines and frameworks, can you advice me the best php framework. Do you all use smarty? I need something that does MVC and templates, and specialy that has a lot of web resources to see other uers experiences and problems. Regards, Joao ... 14 May 2010 19:26
Brandon Rampersad has invited you to open a Google mail account
I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. ----------------------------------------------------------------------- Brandon Rampersad has invited you to open a free Gmail account. To accept this invitation and register for your account, visit htt... 14 May 2010 16:09
Zend Framework Ebook
Hello, does anyone have any zend framework 1.10 ebook recomendations. -- A Brandon_R Production ... 14 May 2010 16:09
Problem install modules using PEAR
I'm on a older Solaris server with PHP 5.0.5. I'm trying to install Spreadsheet Excel Writer and the mail module using PEAR. /usr/local/php-5.0.5/bin/pear config-set http_proxy ##.###.###.##:#### /usr/local/php-5.0.5/bin/pear install Spreadsheet_Excel_Writer-0.9.2 -alldeps HTTP error, got response: HTTP/1.0 410 ... 14 May 2010 12:50
what's the point of _autoload?
Since php started to support oop it has moved more and more features in that direction. This is good for me because I love oop. Then came _autoload() and I was rejoiced only to find that this (no fun)ction can't be used to it's fullest potential in oop unless I have all the files in the same directory. This is ... 14 May 2010 12:50
Multiple Login in a single PC should not be possible
Hi All! I am looking for a solution, I want a user to do a single Login only on a PC .. E.g. If a User has logged on my website website.com in Internet explorer, then he cant login on same website in another browser like Firefox etc with same loginid or another. Can I trace MAC address of a single machine t... 15 Jun 2010 19:52
Question about creating php files from a form
Hello All, I am trying to figure out how to create files when a user submits a form ... I have seen something about '*fopen*' , is that the direction I should be going? Here is what I am trying to accomplish: I am creating a program to keep track of recipes for my wife. I have have page set up where she c... 15 May 2010 04:02
First  |  Prev |  Next  |  Last
Pages: 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59