- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
10 Posted Topics
Hi, Please check the path. and then proceed. I hope the problem is in Path.
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
[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 …
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 …
Hi! Just use the preg_match() to check whether the http:// is there or not and take the desired action.
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
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 …
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
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 …
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
The End.
rahul.anand77