Forum: PHP 4 Days Ago |
| Replies: 0 Views: 113 Hai Every one...
Im totally new to X-cart open source .Its a e-commerce source actually..And my company needs to create a shopping cart with x-cart..
Any suggestions , tips on this will always... |
Forum: PHP May 23rd, 2009 |
| Replies: 5 Views: 316 hai...
First you need to decide which payment gate way to be used in your/clients web site..Then register with that website service..
then they will tel you the way to create gatway connection... |
Forum: PHP May 20th, 2009 |
| Replies: 1 Views: 223 Hello all...
Can i write all my site pages such as index.htm, support.htm,contact.htm .. etc to www.mysite.com with URL Rewriting..
Please help on this..
Thanks in Advance.. |
Forum: PHP May 8th, 2009 |
| Replies: 8 Views: 1,803 Nop, The above logic will give you the correct output unless no mistake in your code..
And see this is another logic:
As we know the first day of the month and for the last month , here i... |
Forum: PHP May 6th, 2009 |
| Replies: 11 Views: 646 ya exactly,, i even don't see this before.. |
Forum: PHP May 6th, 2009 |
| Replies: 11 Views: 646 just echo this line and execute that query on your database area
$query = "SELECT * FROM contacts WHERE id = '$id'";
or post your table structure.. |
Forum: PHP May 5th, 2009 |
| Replies: 5 Views: 217 see here , you have started a div like this :
<body>
<form action="delete_user.php" method ="post">
<div id="main">
But You have to Ends it like
</div></form></body> |
Forum: PHP May 5th, 2009 |
| Replies: 5 Views: 217 what you have written in delete_user.php file...
And your div tag is not closed properly..
Post delete_user.php file data.. |
Forum: PHP May 4th, 2009 |
| Replies: 4 Views: 541 In your code change this line $HTTP_POST_FILES['image']['name'] to $_FILES['image']['name'] ..
Or check your folder path..
or post your required code... |
Forum: PHP May 4th, 2009 |
| Replies: 7 Views: 393 the try this:
RewriteRule ^login$ login.php?req=preview&login_name=$1
or
RewriteRule ^([^.]+[^/])$ login.php?req=$1
If this is not your solution , then tel me clearly... |
Forum: PHP Apr 29th, 2009 |
| Replies: 3 Views: 286 thanks for you both..
i will work on this and let you know... |
Forum: MySQL Apr 29th, 2009 |
| Replies: 2 Views: 489 As i know , i got this information for your 3 rd question:
you need to look at what makes each engine unique:
myisam -- fast for reading and inserting, table level lock which makes
it not... |
Forum: PHP Apr 29th, 2009 |
| Replies: 3 Views: 286 Good Morning All..
How to do coding for code tags , when we post a thread..And the display the content between the code tags with different color using PHP..
Thanks in Advance.
Shanti. |
Forum: PHP Apr 29th, 2009 |
| Replies: 8 Views: 1,803 what to confused..
you can write..
if($current_month==1)
{
$lastmonth=12;
}
else |
Forum: PHP Apr 28th, 2009 |
| Replies: 4 Views: 316 yes,
one more best editor is wysiwyg ..
get it from google.. |
Forum: PHP Apr 21st, 2009 |
| Replies: 3 Views: 841 First you need to register with payment gate way service providers to make it work on your site..Then they will tell you the information for integration..which is not difficult : just send proper... |
Forum: PHP Apr 21st, 2009 |
| Replies: 8 Views: 768 One more point...
By using our php codes..
Changing from 100X100 image to 40X50 image will result into same quality image...But vice versa will give corrupted image..
So make it note when your... |
Forum: PHP Mar 20th, 2009 |
| Replies: 6 Views: 527 http://www.findistore.com/can-i-get-a-simple-php-code-to-measure-how-many-words-per-minute-someone-can-type |
Forum: PHP Mar 20th, 2009 |
| Replies: 4 Views: 688 And also check for separate tables..
http://www.bigresource.com/PHP-Import-Excel-file-into-MySQL-database-3GCFOrrb.html#r2WzqLkg |
Forum: PHP Mar 17th, 2009 |
| Replies: 4 Views: 3,615 |
Forum: PHP Mar 9th, 2009 |
| Replies: 5 Views: 267 hey,,,
have u tried rewrite conditions in your .htaccess file..
the explain me...please... |
Forum: PHP Mar 9th, 2009 |
| Replies: 5 Views: 267 i have tried this..
its worked fine for me...
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^mysite\.com [NC]
RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=301,L] |
Forum: PHP Mar 6th, 2009 |
| Replies: 7 Views: 413 Don't use this statement $row=mysql_fetch_array($result); twice in your code...
Just remove first one , then you will find your expected result... |
Forum: PHP Mar 6th, 2009 |
| Replies: 3 Views: 791 If you have a long number of mails in your db, then it is better to use sleep function to avoid overload of server....
Read more about this on gooogle..... |
Forum: PHP Mar 6th, 2009 |
| Replies: 15 Views: 921 Whats wrong with you???
Use Code Tags... |
Forum: PHP Mar 5th, 2009 |
| Replies: 3 Views: 278 And one more thing php mail function is very easy to send any emails as notifications and circulars to your company employees...
And you can have your employee daily work reports in your data base... |
Forum: PHP Mar 5th, 2009 |
| Replies: 15 Views: 921 you are not initialised or used these variables $sent_month and $sent_year before...what data you want to put in that variable...
refine your code and write coding accordingly....
use code... |
Forum: PHP Mar 5th, 2009 |
| Replies: 15 Views: 921 i think you are using two else loops here ..
one is on line : 103
and another one is on line 149.
And you just forget to close your second else loop..
You loop structure is not good...... |
Forum: JavaScript / DHTML / AJAX Mar 2nd, 2009 |
| Replies: 5 Views: 611 Here is some expectablel solution not sure...
for example , if you have a quantity field then , if we entered any letters on that it will show an immediate alert "Please Enter Only Numbers (0-9)"... |
Forum: PHP Mar 2nd, 2009 |
| Replies: 7 Views: 998 |
Forum: PHP Mar 2nd, 2009 |
| Replies: 7 Views: 998 I think the above is very simple method...
hmmmm...
another method is , you have use session arrays....
But above method.....No need to worry about anything else.... |
Forum: PHP Mar 2nd, 2009 |
| Replies: 7 Views: 998 you are right...
then why don't you use swith case in if loop...
then try like this...
if(!empty($_GET['err'])){
switch($_GET['err']){
case 'nosearch' : $msg="Your search returned no... |
Forum: PHP Mar 2nd, 2009 |
| Replies: 7 Views: 998 use thisecho $errormessages ['nosearch'];
instead of $_GET['nosearch'];
If my answer is not reached your question, be more clear... |
Forum: PHP Mar 2nd, 2009 |
| Replies: 5 Views: 1,267 try like this:
echo date('d-m-Y',strtotime('03-Feb-09')); |
Forum: PHP Feb 27th, 2009 |
| Replies: 5 Views: 300 You can create an account with them to access their service here... |
Forum: Search Engine Optimization Feb 27th, 2009 |
| Replies: 1 Views: 431 i have found some good information here (http://www.feedthebot.com/ifmodified.html).
But i can't find whether my webserver supports or not....
i can't find log file in my ftp....
shanti
INDIA |
Forum: PHP Feb 27th, 2009 |
| Replies: 18 Views: 3,130 thank you very much cwarn23 for your continues replies...
thanks all.... |
Forum: PHP Feb 27th, 2009 |
| Replies: 18 Views: 3,130 thank u cwarn23 ....
what does the line ErrorDocument 404 /path/to/file.html will do????? |
Forum: Search Engine Optimization Feb 27th, 2009 |
| Replies: 1 Views: 431 Tel me any good explanation about "if-modified-since http header" . and how to use it in our web sites????? |
Forum: Posting Games Feb 27th, 2009 |
| Replies: 530 Views: 28,057 |