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 rewrite conditions..
Thanks in advance...
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 rewrite conditions..
Thanks in advance...
Hello...
Good Morning All...
How to hide all query strings in my url and here i can't use hidden variables for these all because in all times i couldn't send them with form submission..And my page is having four query strings to be sent...
If any body have any clues or information about this...
Please i request you to place here...
Thanks in Advance...
Shanti.
i need more information on this...
please help me...
can any body tel me any other ways to hide query strings in my url....
because my url contains 3 or more query strings to be passed...
thanks in advance...
thank you for your response and clue..
i will work on this...
And one more doubt on rewriting...i think you can solve this...
I had written my site rewriting rule like this:
www.mysite.com/shopping/2-product_name.html
in the above 2 is my query string and product_name is my product name...
is there any way to convert my url like this with only product_name with out leaving id as used in that page..
www.mysite.com/shopping/product_name.html
Means is there any way to hide query string in that url...
please tel me any to solve this..
i need this is very urgent..
thanks again for your response...
shanti.
igoogle is the best example for ajax sites....
links below:
http://miniajax.com/
http://www.w3schools.com/PHP/php_ajax_database.asp
http://www.ibm.com/developerworks/opensource/library/os-php-rad1/?ca=dgr-btw48Ajax
http://johnwiseman.ca/blogging/tutorials/creating-a-mysql-connection-with-phpajax/
http://www.smashingmagazine.com/2007/01/26/tutorials-round-up-ajax-css-javascript-php-mysql-and-more/
thanks, its worked before...
And one more doubt...
if i write rule for my site like:
www.mysite.com/shopping/leftproducts/1/20
then the images and css file will not came to display...
i think its because of path could be changed...
then how to get them worked..
tel me any idea...
Mine Is Shanti..
its is my name...i like this word because of my good attitude.... and talent...
Profitable is a opposite word to Unprofitable ....
I too want....
I learned something about URL Rewriting and have to do moreeeeee work on this.....
Thank you all for your inputs specially samarudge and almostbob...
Finally i got this worked by gooogling....
Thanks Again...
shanti
Hello Friends...
Now Im working on URL Rewriting...
I got them worked..But i have few doubts about this concept...
Any Experts will reply me here..
My leftproducts.php page have some times s_id query string
and some times along with s_id , start query string also..
means sometimes:
www.something.com/leftproducts.php?s_id=1
And some times
www.something.com/leftproducts.php?s_id=1&start=10
then how can i put conditions on .htaccess file...
If i write rule for both query strings, it doesn't work for one query string...
Please help on this...
Thanks In Advance...
Tomorrow is just an idea..But today is happening now!!!!
Happy of our win....
" Don't Tell People Your Problems, 70% are don't care, Remaining 30% are GLAD"
try like this:
"INSERT INTO `wall` (`user`, `from`, `content`, `date`) VALUES(.............etc.
that will available on internet...
go and check them...
http://www.google.co.in/search?hl=kn&q=free+hit+counter&btnG=Google++%E0%B2%B9%E0%B3%81%E0%B2%A1%E0%B3%81%E0%B2%95%E0%B2%BE%E0%B2%9F&meta=&aq=f&oq=
you forget to put comma after this line:
`title` VARCHAR( 255 ) NULL
that will fix your problem...
very silly, check out all possibilities for errors and finally you shoul post your question here..
k.all the best.
Is the re-write in .htaccess means even I type page.php?id=3&t=456 it all redirects to a certain url like "page/3/456"?
ya some thing like that...
it depends on our rewriting rule...
k thank you so much...
i will go to know about that...
thanks again...
Any way thanks for your suggestions...
I will do more work on this...
thank again..
Anybody else here to help me????
thanks bob...
how to know that is enabled or not...
if not how to enable it????
can you give any example on this ????
thanks again for your reply...
i got the same error after i tried as you directed...
please give more inputs on this..
thank you..
very very thanks for your input....
I got this error:
500 Internal Server Error
The request was not completed. The server met an unexpected condition.
something/mysite/shopping/leftproducts.php?c_id=5 (port 80)
Please forward this error screen to 74.53.25.162's WebMaster.
im my site i have a folder like shopping..and my leftproducts.php is in shopping folder..but index page is our side of shopping folder..
then where should i placed this .htaccees file....
thank again
waiting for your reply...
hello..
anybody please help on this...
iam going to learn about URL ReWriting....
hello there...
please help on this.....
Hello there...
Any body help me to fix this problem regarding .htaccess
I have written this code to convert my url from .php to .html
RewriteEngine on
RewriteRule shopping/leftproducts/([^/]+).html$ /shopping/leftproducts.php?c_id=$1 [L]
but this couldn't work for me...
i coundn't find where the problem occurs..
My url is like :
www.something.com/shopping/leftproducts.php?c_id=5
please solve my problem
Thanks In Advance
Shanti.
736 (where's team B?)
you can do it by giving image name as img1,img2,img3,img4,img4,img5,img6 and so on...
and put your adding image code in for loop like:
for($j=1;$j<=10;$j++)
{
//code for image addition
and image name should like $_POST['img'.$j]
}
“What is possible for one is possible for all”
hello
this is same as add/edit category..
the only difference is we are showing categories and sub categories..thats all..remaining is same...
k try again, you will get...
You most welcome
Nice Answer......
you can't add category and subcategory at one page, because while adding the subcategory , we have to insert category id as its parent_id, so we don't insert category, we don't know under which category ,we are going to insert sub category
But we can use only on table to both...
And also your thread can be solved by triggers..
.
thanks to all for their inputs...
If you want to use html url instead of the actual url then you have to use third party tool for this. Then you have to made httpd.ini file on the root of your site and keep all the html url in it. But you should first understand the regular expression to use these type of url otherwise your url may not work correctly.
thanks for your reply...
can i make these type of urls with out httpd.ini file...if so tel me how to do that??????
thanks
shanti
thanks amit for your clear explanation....
can you post correct code for the above example , you have specified..
and tel me where to put the .htaccess file,if my products page is in another folder...
thank you for your reply....
provide some good tutorials...please....
Im shanti..
I am developing one dynamic site ,
here my product display page is like products.php?prod_id=1
It means the products under first category are displayed..
but i want my url like products/categoryname.html..something like this, with my category name...which will spiderable format..
Please help me to do this...
All helps are much appreciated
could you clearly explain your thread more...
if you want save one check box value,normally you can use $_POST..it will return the check box value...
or you want check box array[] or something else..
then post here clearly....
Maybe try this... Its What I've used.
$num = mysql_num_rows($result);
it might help.
i think the above is the solution....
i don't know how to create telugu site in php,,,
but with zoomla it can be possible easily..
try it once..
"A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty.."
why not to store your search results on sessions....