Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for YASHASHYA

my webpage shows un neccessary height problem i firefox only, in other browser it works fine plz help me solved out it [http://techfest12.malwagwalior.com](http://www.techfest12.malwagwalior.com) this is my website i m totally confused what is the problem..?

Member Avatar for cmps
0
104
Member Avatar for matildacheng

Its not the problem of .php or .html. I think you had done mistake in your code, use firebug in firefox it will show you error... gud luck

Member Avatar for matildacheng
0
577
Member Avatar for sou.dara.16

C:\wamp\bin\apache\apache2.2.22\conf\httpd.conf - (Open) <Directory "c:/wamp/www/"> Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory> **change to** <Directory "c:/wamp/www/"> Order Deny,Allow Allow from all Allow from 127.0.0.1 </Directory>

Member Avatar for YASHASHYA
0
127
Member Avatar for Misbah khan

/***************************************Client Side***************/ <form action="abc.php" method="post"> <input type=text name=c[] /> <input type =text name=c[]/> <input type=submit name='s1' /> </form> /*********************** SERVER SIDE ****************************/ <?php $a= array(); $i=0; foreach($_POST['c'] as $val) echo $val; ?> **Enjoy.....!**

Member Avatar for YASHASHYA
0
109
Member Avatar for KIP15

same problem with me... my link http://techfest12.malwagwalior.com plz help me i feel too frustrated because of this....

Member Avatar for KIP15
0
140
Member Avatar for YASHASHYA

unnecessary width and height is shows in my html page............ experts plz solved out Thanks in advance

Member Avatar for torbatt
0
58
Member Avatar for YASHASHYA

hey expert, I m working on a project where i have to genrate pdf from given data using php give me your expert suggestion.... how its happend......?

Member Avatar for YASHASHYA
0
119

The End.