Hi,
I have checked the site in Firefox and it's coming absolutely fine. There is not a problem of small line you have mentioned.
If you see it in IE6, IE7, IE8 the layout bottom and navigation...
Type: Posts; User: maneetpuri; Keyword(s):
Hi,
I have checked the site in Firefox and it's coming absolutely fine. There is not a problem of small line you have mentioned.
If you see it in IE6, IE7, IE8 the layout bottom and navigation...
Hi,
This what you can do, when the user clicks to get the XLS then fetch the records from the database and start creating a string that mainly will be the code for html table. Once this is ready...
Hi,
You have align the text into center in the body tag. That's why the second column content comes in the center. Just align it to left will solve the column spacing problem.
You have define...
Hi,
You can use exec() function of PHP for this. There are some prerequistes for it and you can find it at the following URL: -
http://in2.php.net/manual/en/function.exec.php
Cheers,
...
HI,
I have checked this in firefox, ie7/6 and it's working fine. All the marquee are centrally aligned.
Let me know which browser you are using so i can comment on this better.
Cheers,
Hi,
You can apply some padding to get it in the middle.
<ul>
<li style="height:25px; width:25px; padding-top:8px; text-align:center;"><a href="1.html">1</a></li>
<li style="height:25px;...
Hi,
I have done something of this sort before, for each question you will have to define its type and the programming you will have to do will be different for each type of question.
Cheers,
...
Hello
I think you should follow Google instructions regarding customized 404 error pages here
http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=93641
Hope this helps!
...
Hi Michael,
I am Maneet form LeXolution IT Services and I have just sent you an email with the details about my company and am looking forward for your response.
Cheers,
~Maneet
Hello Friend
The url given by you is giving error "404 error page not found"
Please check it once, and let me know so that I can explain it to you.
Thanks
Maneet Puri
Hey Guys
I have redesigned my current website few couple of days back.
I have added few new thing in that like
Web 2.0 advanced features
CSS based design
flash header
Hi,
Using CSV for such a thing is not good idea as you can only do sequential search in CSV, when the number of records will be more then it will lead to increased execution time and may also...
Hi,
The logic behind this: -
a) When someone has clicks on your banner on your affiliates website, bring that user to a page where you add a log for it with some status set to no. Plus create...
Hi,
You can do this using JavaScript, on the submit of the form call a JavaScript function in which check the selected value of the menu, if its 0 then show a error alert box to the user and do...
Hi,
Just before
echo "$blogroll";
put this line
$blogroll = str_replace(“<a”,”<a target=_blank”,$blogroll);
Hi,
AJAX is for sure the answer to your question, the URL below is good tutorial of AJAX with PHP: -
http://www.ajaxf1.com/tutorial/ajax-php.html
Hope this proves to be useful for you.
...
Hi,
You will be using the functions of the GD Libraries of PHP to image resizing, actually when you say that you are resizing an image it means you are creating one and at that point of time instead...
Hi,
I looked at the website you have refereed and did checked the customization tool that has been developed here. I am not sure if there is any free script available which you can install in your...
Hi,
Yes this is very much possible with JS or Ajax. The Logic to be implemented will be – there will be one array of the trainers and multiple arrays of clients. There will be one array of clients...
Hi,
Put this code in your .htaccess file and it should solve the purpose: -
RewriteCond %{HTTP_HOST} ^localhost/profile/index.php?users=$ [NC]
RewriteRule ^(.*)$ http://localhost/profile/$1...
Hi,
You can do it by changing the content-type of the page, set it to the one respective for the type of document you want to open. Say if you are trying to open a PDF and if PDF reader is...
Hi,
When I used it, it produced a neat looking XML for me, I am not sure why its happening with you. Try adding formatOutPut after loading the XML file.
Cheers,
~Maneet
Lexolution IT...
Hi,
There is no limit to the number of times you can call imageline(), to me it sounds like that there is some problem with the randomColor(), try to change the range you have specified in...
Hi,
Below is the code you can put in your .htaccess to do this
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domainname\.com\\*.php
RewriteRule ^(.*)$ http://www.domianname.com/ /* use it...
Hi Sukanya,
You will have to trap the onChecked event of the checkboxes and write a JS function which will reconstruct the value of this variable.
Hope this helps.
Cheers,
~Maneet Puri...