Forum: PHP 17 Days Ago |
| Replies: 0 Views: 159 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: 330 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: 238 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,948 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: 680 ya exactly,, i even don't see this before.. |
Forum: PHP May 6th, 2009 |
| Replies: 11 Views: 680 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: 234 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: 234 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: 564 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: 406 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: 299 thanks for you both..
i will work on this and let you know... |
Forum: MySQL Apr 29th, 2009 |
| Replies: 2 Views: 499 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: 299 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,948 what to confused..
you can write..
if($current_month==1)
{
$lastmonth=12;
}
else |
Forum: PHP Apr 28th, 2009 |
| Replies: 4 Views: 323 yes,
one more best editor is wysiwyg ..
get it from google.. |
Forum: PHP Apr 21st, 2009 |
| Replies: 3 Views: 926 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: 781 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: 535 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: 711 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,747 |
Forum: PHP Mar 9th, 2009 |
| Replies: 5 Views: 275 hey,,,
have u tried rewrite conditions in your .htaccess file..
the explain me...please... |
Forum: PHP Mar 9th, 2009 |
| Replies: 5 Views: 275 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: 423 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: 834 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: 976 Whats wrong with you???
Use Code Tags... |
Forum: PHP Mar 5th, 2009 |
| Replies: 3 Views: 286 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: 976 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: 976 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: 630 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: 1,059 |
Forum: PHP Mar 2nd, 2009 |
| Replies: 7 Views: 1,059 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: 1,059 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: 1,059 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,356 try like this:
echo date('d-m-Y',strtotime('03-Feb-09')); |
Forum: PHP Feb 27th, 2009 |
| Replies: 5 Views: 309 You can create an account with them to access their service here... |
Forum: Search Engine Optimization Feb 27th, 2009 |
| Replies: 1 Views: 443 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,319 thank you very much cwarn23 for your continues replies...
thanks all.... |
Forum: PHP Feb 27th, 2009 |
| Replies: 18 Views: 3,319 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: 443 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,949 |