Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for itsrahulk

Hi All, My URL is [url]http://localhost/project/insurance.php?link_id=NDI=[/url] i want to get only [B]insurance [/B] from the above url how can i do it ? pls help thanks.

Member Avatar for diafol
0
268
Member Avatar for itsrahulk

Hi, I am having xampp installed on my windows xp service pack 3 machine.i am trying to do the url rewrting on local system in .htaccess file.but there is no output of the url rewriting. So i want to know, is url rewriting possible on windows having apache webserver installed? …

Member Avatar for jcanaway
0
102
Member Avatar for itsrahulk

Hi folks, my url querystring is [CODE]querytring.php?checkin=10/11/2009&checkout=10/01/2009&minprice=100&maxprice=200&page=1[/CODE] i want to remove [CODE]&page=1[/CODE] from this url. Please help Thanks

Member Avatar for venkat0904
0
116
Member Avatar for itsrahulk

hi all, i am not able to print the message which i taken in session variable $_SESSION['msg'] ="* Property details saved successfully" i am posting all the values on the same page and redirected the header to get all the updated values back. but when i use unset($_SESSION['msg']) after echoing …

Member Avatar for itsrahulk
0
167
Member Avatar for itsrahulk

hi all, i am creating a session variable on the property_detail.php page where after updating all the values i redirected the use to the same page with the value in the session to be printed on the same page as "Property details saved successfully". but the problem is when i …

Member Avatar for itsrahulk
0
103
Member Avatar for itsrahulk

hi folks, my reservation table is as below. [B]tbl_holiday_booking[/B] booking_id property_id checkin_date checkout date i am taking checkin and checkout date as dd/mm/yyyy please hellp me to check availability for the property in the above table. Thanks

Member Avatar for network18
0
65
Member Avatar for itsrahulk

Hi folks !! I got a project for developing the clone of the website [url]www.worldnews.com[/url] please help me in to getting start this as i have to develope it from scratch there is no help document available from the client side.from where should i need fetch the data or i …

Member Avatar for digital-ether
-1
92
Member Avatar for itsrahulk

Hi All, i am developing in which user can search by various features. i have given a list of feature using checkboxes like. [CODE]<input type="checkbox" name="feature" value="Air Conditioning" />Air Conditioning <input type="checkbox" name="feature" value="CD Player" />CD Player <input type="checkbox" name="feature" value="Rumpus Room" />Rumpus Room[/CODE] i am using post method in …

Member Avatar for brunope
0
65
Member Avatar for itsrahulk

Hi Folks !! i have a string like this. [ICODE]"../images/gallery/New-Goa-Park-in/86ffbca77051448489aec640d288153a.jpg"[/ICODE] from this path i want only [ICODE]../images/gallery/New-Goa-Park-in/[/ICODE] how can i do it? Please help Thanks.

Member Avatar for somedude3488
0
104
Member Avatar for itsrahulk

Hi Folks, I want to maintain all the fields of the Form i.e when a form after posting return with some error then values in the other fields must be retained. Kindly tell me few good methods to do this. Thanks.:icon_wink:

Member Avatar for soldierflup
0
81
Member Avatar for itsrahulk

hi, i am redirecting user to previous page after adding the data. user has come from the url [CODE] http://localhost/goaweb/admin/viewimage/54400 [/CODE] where [B]add data [/B] button is placed to [CODE] http://localhost/goaweb/admin/addpic/NTQ0MDA= [/CODE] for adding the data (add data page) now i am rediirecting the browser to preview URL from where …

Member Avatar for samarudge
0
127
Member Avatar for itsrahulk

Hi, I am trying to do url rewriting on linux server through .htaccess file in my root directory. the content of my .htaccess are [code]RewriteEngine on RewriteRule ^test.cleanurl(\/.*)*$ /test.cleanurl.php RewriteRule ^news(\/.*)*$ /news.php[/code] this is the news.php file [code=php]<?php require("class.cleanurl.php"); $clean = new CleanURL; $clean->parseURL(); $clean->setRelative('relativeslash'); //relativeslash is variable name $clean->setParts('id','page'); …

Member Avatar for Utte
0
150
Member Avatar for itsrahulk

Hi everyone !! I want to code a php email sending and receiving program just like gmail or yahoo. i don't have any idea of php network programming. Could anybody please help me how should i proceed or from where i can get hellp on this? Waiting for your replies. …

Member Avatar for Bojero
0
71
Member Avatar for itsrahulk

I want that table be refresh after deleting data i have tried it but it’s not working. Can you pls help me how can I do it using protype.js? this is my code [code]<?php require_once("common.php"); $row=getDetails(); //print_r($row); function getDetails () { $objLogs = new Logs(); $fields = 'id,link,filename,pageid,position,orderid'; $row = …

Member Avatar for grvulture
0
100
Member Avatar for itsrahulk

[B]Hi All I have a .dat file in which content is like X)YF(6ÿÿÿÿÿ™Iÿÿÿÿ which is in ascii i want to convert it to simple text (readable) first i need to read this .dat file then convert it to readable text. pls help me how can i do it with C# …

Member Avatar for alc6379
0
67