No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
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..?
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
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>
/***************************************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.....!**
same problem with me... my link http://techfest12.malwagwalior.com plz help me i feel too frustrated because of this....
unnecessary width and height is shows in my html page............ experts plz solved out Thanks in advance
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......?
The End.
YASHASHYA