Search Results

Showing results 1 to 40 of 653
Search took 0.04 seconds.
Search: Posts Made By: Shanti Chepuru ; Forum: PHP and child forums
Forum: PHP 8 Days Ago
Replies: 5
Views: 340
Posted By Shanti Chepuru
No, you can't see php code from browser...You need to have your site files...the you can see...
all php code is translated as HTML code inside the server,, thats why we can't see it....
Forum: PHP 29 Days Ago
Replies: 0
Views: 184
Posted By Shanti Chepuru
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: 347
Posted By Shanti Chepuru
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: 250
Posted By Shanti Chepuru
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: 2,046
Posted By Shanti Chepuru
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: 696
Posted By Shanti Chepuru
Forum: PHP May 6th, 2009
Replies: 11
Views: 696
Posted By Shanti Chepuru
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: 239
Posted By Shanti Chepuru
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: 239
Posted By Shanti Chepuru
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: 580
Posted By Shanti Chepuru
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: 419
Posted By Shanti Chepuru
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: 316
Posted By Shanti Chepuru
thanks for you both..
i will work on this and let you know...
Forum: PHP Apr 29th, 2009
Replies: 3
Views: 316
Posted By Shanti Chepuru
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: 2,046
Posted By Shanti Chepuru
what to confused..

you can write..


if($current_month==1)
{
$lastmonth=12;
}
else
Forum: PHP Apr 28th, 2009
Replies: 4
Views: 336
Posted By Shanti Chepuru
yes,
one more best editor is wysiwyg ..
get it from google..
Forum: PHP Apr 21st, 2009
Replies: 3
Views: 1,003
Posted By Shanti Chepuru
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: 798
Posted By Shanti Chepuru
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: 550
Posted By Shanti Chepuru
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: 14
Views: 879
Posted By Shanti Chepuru
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,879
Posted By Shanti Chepuru
Forum: PHP Mar 9th, 2009
Replies: 5
Views: 280
Posted By Shanti Chepuru
hey,,,
have u tried rewrite conditions in your .htaccess file..
the explain me...please...
Forum: PHP Mar 9th, 2009
Replies: 5
Views: 280
Posted By Shanti Chepuru
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
Solved: help
Views: 436
Posted By Shanti Chepuru
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: 889
Posted By Shanti Chepuru
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: 1,013
Posted By Shanti Chepuru
Whats wrong with you???
Use Code Tags...
Forum: PHP Mar 5th, 2009
Replies: 3
Views: 291
Posted By Shanti Chepuru
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: 1,013
Posted By Shanti Chepuru
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: 1,013
Posted By Shanti Chepuru
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: PHP Mar 2nd, 2009
Replies: 7
Views: 1,119
Posted By Shanti Chepuru
Ok...Welcome....
Forum: PHP Mar 2nd, 2009
Replies: 7
Views: 1,119
Posted By Shanti Chepuru
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,119
Posted By Shanti Chepuru
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,119
Posted By Shanti Chepuru
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,438
Posted By Shanti Chepuru
try like this:

echo date('d-m-Y',strtotime('03-Feb-09'));
Forum: PHP Feb 27th, 2009
Replies: 5
Views: 320
Posted By Shanti Chepuru
You can create an account with them to access their service here...
Forum: PHP Feb 27th, 2009
Replies: 18
Views: 3,424
Posted By Shanti Chepuru
thank you very much cwarn23 for your continues replies...
thanks all....
Forum: PHP Feb 27th, 2009
Replies: 18
Views: 3,424
Posted By Shanti Chepuru
thank u cwarn23 ....
what does the line ErrorDocument 404 /path/to/file.html will do?????
Forum: PHP Feb 27th, 2009
Replies: 18
Views: 3,424
Posted By Shanti Chepuru
thank you for all especially death_oclock, ShawnCplus, !Unreal and budleee.....

One more thing..
How to write rewrite conditions on .htaccess file...please give me some explanation rather than...
Forum: PHP Feb 26th, 2009
Replies: 18
Views: 3,424
Posted By Shanti Chepuru
unless you have a dedicated virtual file for each possible input variable.Means???
Forum: PHP Feb 26th, 2009
Replies: 18
Views: 3,424
Posted By Shanti Chepuru
thanks for all inputs..
Any more clear information about this????

I am struggling about this....
Forum: PHP Feb 26th, 2009
Replies: 18
Views: 3,424
Posted By Shanti Chepuru
No...
thanks for your quick reply...

Is it possible with rewriting concept...

And one more thing..
should i use only one .htaccess file to access all of my folders in mysite.. And how to use...
Showing results 1 to 40 of 653

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC