Firefox not working for n00b [resolved]
Moderator: General Moderators
Firefox not working for n00b [resolved]
Hello guys!
I am an extreme n00b. I just started to learn php from orielly's book. Installed apache2.2, php 5.2, and my SQL 4.1. Now my firefox is giving me some alien languages. But IE 6 is working well. Here's a screenshot of ma FF2.0
http://i110.photobucket.com/albums/n108 ... 134827.gif
I am just clueless. Please help me guys!
Regards
cyberbuff
feyd | 102K image, no thanks.
I am an extreme n00b. I just started to learn php from orielly's book. Installed apache2.2, php 5.2, and my SQL 4.1. Now my firefox is giving me some alien languages. But IE 6 is working well. Here's a screenshot of ma FF2.0
http://i110.photobucket.com/albums/n108 ... 134827.gif
I am just clueless. Please help me guys!
Regards
cyberbuff
feyd | 102K image, no thanks.
Last edited by cyberbuff on Wed Jul 04, 2007 8:38 am, edited 1 time in total.
Re: Firefox not working for n00b
Look at the php.ini file
- Gente
- Forum Contributor
- Posts: 252
- Joined: Wed Jun 13, 2007 9:43 am
- Location: Ukraine, Kharkov
- Contact:
Re: Firefox not working for n00b
Great answer! Great....ghadacr wrote:Look at the php.ini file
To cyberbuff: What code are you trying to use?
Re: Firefox not working for n00b
Thanks, i'm always happy to know that i got loyal fans, but i dont think its got anything to do with his code if its working in IE6......Great answer! Great....
Sorry to burst your bubble there skippy
Try this script, in a new file and see what happens in firefox....
Code: Select all
<?php
phpinfo();
?>thanks for your replies.
<?php phpinfo(); ?> is giving all the info about the current php version even in FF2.0. So no prob with the installation, i guess.
php.ini is a big file. Temme, what to look for.
And the code behind is
<?php
print('Hello World!');
print '<br/>This is a php output under print command';
?>
<?php phpinfo(); ?> is giving all the info about the current php version even in FF2.0. So no prob with the installation, i guess.
php.ini is a big file. Temme, what to look for.
And the code behind is
<?php
print('Hello World!');
print '<br/>This is a php output under print command';
?>