Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~4K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

10 Posted Topics

Member Avatar for Jeyush
Member Avatar for jamal_jarrar
0
170
Member Avatar for rahul.anand77

Hi Friends, I am working on a Script to login into yahoo using a curl or fsock script without visiting to yahoo. I am facing so many problems. Guys, Please help me to solve this Problem. Please Its Urgent. Thanks in Advance Rahul Anand

Member Avatar for network18
0
71
Member Avatar for nish123

[QUOTE=nish123;880840][B]just a small query... how to get User's login time and logout time...??? as well as how to know whether particular user in Logged in out..?? Thnx[/B][/QUOTE] Answer: When we press the Login button on that time you can note down the time using timestamp method and store it into …

Member Avatar for Josh Connerty
0
3K
Member Avatar for m-hrt

ok. you can do one thing. Make a hidden field in all pages. and when user press the submit button of the particular page then set the value of the hidden field of the particular page as 1. check it on another page, if its 1 then do nothing otherwise …

Member Avatar for m-hrt
0
321
Member Avatar for genieuk

Hi! Just use the preg_match() to check whether the http:// is there or not and take the desired action.

Member Avatar for rahul.anand77
0
143
Member Avatar for tanmoy_india

you just upload the image to the images folder on the remote site and store the full path into the database. Next time where you want to display the image just fetch the path from the database and put it into the IMG tag. It will work fine

Member Avatar for rahul.anand77
0
123
Member Avatar for pabzzmike

what you can do is make a folder on the remote site with the name images and when upload an image move the image to the "Image" folder and save the path into the data with the image name. after that when you want to display the image then just …

Member Avatar for rahul.anand77
0
101
Member Avatar for Cheif Druid

First thing is that you can do it with only one database. just store these values into another table also for future use. if you dont want then you can connect to the access and make a query to store the data into the access table

Member Avatar for rahul.anand77
0
106
Member Avatar for dash1983

you can store the field values in a hidden fields and use them on next page. and that will be hidden and will not show to others. This will work for you. and when we click on the hyperlink then the hidden field values will also be posted and can …

Member Avatar for rahul.anand77
0
199
Member Avatar for zido85

you can do this by pressing the submit button or by using the Ajax. by using Ajax you can do it easily without reloading the page. just write the code to get the selected values in $_POST, or in $_GET and pass the value using ajax. and retrieve the result

Member Avatar for rahul.anand77
0
168

The End.