Forum Moderators: coopster
Now the problem is the php functions that i am using occupy space in the webpage. This was not happening in the previous hosted server.
Please help.
thanks
nishant
I have files in .php extensions , thats fine and the web is database driven,everything is perfectly fine.
The issue is that suppose i have a kind of following code :
<?php
check something from database here
if(something=soemthing)
{
Html code goes here, like text or whatever
?>
<?php
}?>
Now the issue is that whatever php code i have in front and after the html takes up extra white space after the html code.
Suppose i display some text only if something=something in database , then what happens is like blank space comes after the html thing and makes my web page required to be scrolled. when i host the same page in another server, then there is no such issue.
I isntalled the apache and php in my own server and i am having problem in my server.
So i was wondering if you could help me , as far as i guess,i think i need to install any package with php something like php-mbstring or anything like that?
Please suggest.
thank you
Nishant